springboot[2.3.4.RELEASE]application.properties常用配置
Posted 学习记录
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
以上是关于springboot[2.3.4.RELEASE]application.properties常用配置的主要内容,如果未能解决你的问题,请参考以下文章