SpringBoot配置文件详解(八)应用配置
2018-07-03 本文已影响3人
风的低语
# 应用设置(spring应用)
# 用于在应用程序运行时显示横幅的模式。
spring.main.banner-mode= console
# 源(类名,包名或XML资源位置)包含在ApplicationContext中。
spring.main.sources=
# 在Web环境中运行应用程序(默认情况下自动检测)。
spring.main.web-environment=
# 应用设置(spring应用)
# 用于在应用程序运行时显示横幅的模式。
spring.main.banner-mode= console
# 源(类名,包名或XML资源位置)包含在ApplicationContext中。
spring.main.sources=
# 在Web环境中运行应用程序(默认情况下自动检测)。
spring.main.web-environment=