# Tomcat server: port: 9103 # Spring spring: main: #解决循环依赖问题 allow-circular-references: true application: # 应用名称 name: bnyer-order profiles: # 环境配置 active: dev