zhanghl
2025-04-27 fcc62c9f3b829b51eb8f0607d9276c49b63c6331
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