sfd
2025-05-09 4d1cd3ce3b90f8e4229ff90d19422a94f3ca3a49
1
2
3
4
5
6
7
8
9
10
11
12
# Tomcat
server:
  port: 9205
 
# Spring
spring: 
  application:
    # 应用名称
    name: aps-core
  profiles:
    # 环境配置
    active: dev