zhanghl
2025-04-28 e8d6f9f3afc9d2a8c7a531e10d7b8f1f6ab34bbb
1
2
3
4
5
6
7
8
9
10
11
12
# Tomcat
server: 
  port: 9200
 
# Spring
spring: 
  application:
    # 应用名称
    name: aps-auth
  profiles:
    # 环境配置
    active: dev