server: # port: 8888 # HTTP端口号 address: #绑定的网络地址 servlet: context-path: / # 上下文路径,即项目访问路径 # ssl: # key-store-type: #证书类型 # key-store: # 证书路径 # key-store-password: # 证书密码 tomcat: accept-count: 2000 # max-connections: 8192 # 最大连接数 max-threads: 2000 # 线程池最大线程数 min-spare-threads: 100 # 最小线程数 connection-timeout: 30000 # 超时时间 spring: profiles: active: dev application: name: commonConfig admin: enabled: true main: allow-bean-definition-overriding: true banner-mode: console