default-properties.application.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of app-config-spring-boot-starter Show documentation
Show all versions of app-config-spring-boot-starter Show documentation
com.github.azbh111:app-config-spring-boot-starter
The newest version!
# 项目名
spring.application.name=exapmle-app
# 运行环境
spring.application.runtime-environment=local
# 数据环境,相同数据环境表示使用的是相同的数据库/redis/消息服务
spring.application.data-environment=test
spring.application.base-packages=com.github.azbh111.
spring.application.base-package-execludes=org.quartz.,java.,javax.,sun.,com.alibaba.druid.
# 日志的配置文件
logging.config=classpath:log/logback-local.xml