# 应用服务器 server: tomcat: uri-encoding: UTF-8 port: 30004 # Spring spring: main: #解决bean重复定义的。设置为true时,后定义的bean会覆盖之前定义的相同名称的bean allow-bean-definition-overriding: true allow-circular-references: true management: endpoints: web: exposure: include: '*' endpoint: health: show-details: always # 开启在线日志查看功能 logfile: enabled: true