springboot[2.3.4.RELEASE]application.properties常用配置

时间:2020-11-01 09:19:30   收藏:0   阅读:26

常用配置

  spring.profiles.active=@spring.profiles.active@  pom文件中定义的配置文件

  server.port=8080  web默认访问端口

  server.context-path=/demo  上下文路径

  server.session.timeout=1800  session超时时间


参考:

https://docs.spring.io/spring-boot/docs/2.3.4.RELEASE/reference/html/appendix-application-properties.html#core-properties

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!