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

2023-03-07,,

常用配置

  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

springboot[2.3.4.RELEASE]application.properties常用配置的相关教程结束。

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

下载本文的Word格式文档,以方便收藏与打印。