Zhu Zhonghua
2025-05-07 934f428eaf1c833dc8ba6952eae9be3e7e1ac2a4
1
2
3
4
5
6
7
8
9
10
11
12
# Tomcat
server:
  port: 9201
 
# Spring
spring: 
  application:
    # 应用名称
    name: aps-system
  profiles:
    # 环境配置
    active: dev