会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
more harder, the more fortunate
MrWang
博客园
|
首页
|
新随笔
|
新文章
|
联系
|
订阅
|
管理
2020年6月10日
springboot user guide hand book
摘要: 手册: https://docs.spring.io/spring-boot/docs/1.5.9.RELEASE/reference/html/getting-started-first-application.html#getting-started-first-application-pom
阅读全文
posted @ 2020-06-10 22:08 pecool
阅读(130)
评论(0)
推荐(0)
编辑
springboot 设定访问项目的根路径
摘要: springboot的配置文件application.yml: spring.mvc.view.prefix : / spring.mvc.view.suffix : .html server: port: 8082 context-path: /pecool 如此一来,我们访问项目就变成:http
阅读全文
posted @ 2020-06-10 22:05 pecool
阅读(9552)
评论(0)
推荐(0)
编辑
springboot 配置文件的优先级和互补配置
摘要: 一、springboot启动时候,配置文件的优先级如下所示由高到低。高优先级会覆盖低优先级相同配置,并且和低优先级形成互补配置。 –file:./config/ ###根目录config目录下 –file:./ ###根目录下 –classpath:/config/ ###类路径resource/c
阅读全文
posted @ 2020-06-10 22:02 pecool
阅读(1073)
评论(0)
推荐(0)
编辑
springBoot 多配置文件切换之profile
摘要: 说明: 我们平时工作,有开发环境,和生产环境,利用springboot的多profile配置,可以很轻松切换配置。 实现方式1(推荐): 配置文件命名遵循:application-{开发模式}.properties/yml,示例如下: 主配置文件application.yml: spring.mvc
阅读全文
posted @ 2020-06-10 21:34 pecool
阅读(518)
评论(0)
推荐(0)
编辑
公告
/*鼠标跟随效果*/