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常用配置的主要内容,如果未能解决你的问题,请参考以下文章

[SpringBoot2]自动配置

[SpringBoot2]依赖管理

[SpringBoot2]HelloWorld

SpringBoot2基础入门 --- 了解自动配置原理

如何查看Spring Boot 默认的数据库连接池类型

@Transactional 上的 MySQL 套接字超时行为