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

常用配置

  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

原文地址:https://www.cnblogs.com/tkey/p/13883539.html