
7. springBoot
Hiqing001
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
springBoot--- 细节2:idea进行springBoot热部署失败的原因
问题:idea进行springBoot热部署失败 原因:出现这种情况,并不是热部署配置的问题 根本原因是idea默认不自动编译 需要设置为自动编译 设置步骤:(1) file— settings— Compiler— 勾选 Build project automaticlly (2) 按ctrl+shift+Alt+/— 选择Registry— 勾选 compiler.automake.all...原创 2019-05-29 18:34:22 · 1246 阅读 · 0 评论 -
springBoot--- 细节3: 用Spring Initializr创建springBoot工程时,错误提示:Spring Initializr Error
问题:用Spring Initializr创建springBoot工程时,错误提示:Spring Initializr Error 解决方法:file— settings— 搜索 HTTP Proxy: 1. 勾选Auto-detect proxy settings 2. 点击Check connection 弹出新的窗口,输入https://start.spring.io 3. 点击ok,弹出s...原创 2019-05-29 19:11:19 · 6636 阅读 · 4 评论 -
如何打开sprinboot的run dashboard界面
在springboot项目中,多个微服务模块可以在run dashboard界面中打开 配置方法: idea项目目录— .idea— 打开workspace.xml— 搜索Rundashboard— 添加下面代码: <option name="configurationTypes"> <set> <option value="Sprin...原创 2019-06-25 15:05:53 · 1360 阅读 · 0 评论