You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
#############################################################################################################
|
|
|
|
|
# #
|
|
|
|
|
# 为了减少重复配置,本配置文件为此yun-admin的独有配置,更多配置请查看 yun-base 项目中的 yun-base.yaml 通用配置文件。 #
|
|
|
|
|
# 其中此文件中配置可以覆盖 yun-base.yaml 中的通用配置,具体实现类请看类:YamlProcessor.java #
|
|
|
|
|
# #
|
|
|
|
|
#############################################################################################################
|
|
|
|
|
|
|
|
|
|
# 项目配置: 名称、日志目录
|
|
|
|
|
project:
|
|
|
|
|
name: yun-admin
|
|
|
|
|
log-directory: ${localPath:/Users/wang}/logs/smart_admin_v3/${project.name}/${spring.profiles.active}
|
|
|
|
|
|
|
|
|
|
# 项目端口和url根路径
|
|
|
|
|
server:
|
|
|
|
|
port: 8080
|
|
|
|
|
servlet:
|
|
|
|
|
context-path: /
|
|
|
|
|
|
|
|
|
|
# 环境
|
|
|
|
|
spring:
|
|
|
|
|
profiles:
|
|
|
|
|
active: '@profiles.active@'
|