美文网首页
SpringBoot配置文件详解(八)应用配置

SpringBoot配置文件详解(八)应用配置

作者: 风的低语 | 来源:发表于2018-07-03 19:55 被阅读3次
# 应用设置(spring应用)
# 用于在应用程序运行时显示横幅的模式。
spring.main.banner-mode= console
# 源(类名,包名或XML资源位置)包含在ApplicationContext中。
spring.main.sources= 
# 在Web环境中运行应用程序(默认情况下自动检测)。
spring.main.web-environment= 

相关文章

网友评论

      本文标题:SpringBoot配置文件详解(八)应用配置

      本文链接:https://www.haomeiwen.com/subject/sqwjuftx.html