mirror of
https://github.com/1024-lab/smart-admin.git
synced 2026-06-04 12:56:07 +00:00
v3.9.0【优化】typescript版本;【优化】App端消息;【优化】弹出层z-index;
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#############################################################################################################
|
||||
# #
|
||||
# 为了减少重复配置,本配置文件为此sa-admin的独有配置,更多配置请查看 sa-base 项目中的 sa-base.yaml 通用配置文件。 #
|
||||
# 其中此文件中配置可以覆盖 sa-base.yaml 中的通用配置,具体实现类请看类:YamlProcessor.java #
|
||||
# #
|
||||
#############################################################################################################
|
||||
|
||||
# 项目配置: 名称、日志目录
|
||||
project:
|
||||
name: sa-admin
|
||||
log-directory: /home/logs/smart_admin_v3/${project.name}/${spring.profiles.active}
|
||||
|
||||
# 项目端口和url根路径
|
||||
server:
|
||||
port: 1024
|
||||
servlet:
|
||||
context-path: /
|
||||
|
||||
# 环境
|
||||
spring:
|
||||
profiles:
|
||||
active: '@profiles.active@'
|
||||
Reference in New Issue
Block a user