server: port: 6090 spring: thymeleaf: suffix: .html prefix: classpath:/ cache: false datasource: username: root password: fsgit22 driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://localhost:3306/kaojiplatform?allowMultiQueries=true servlet: multipart: max-file-size: 10MB max-request-size: 10MB mvc: static-path-pattern: /static/** web: resources: static-locations: classpath:/static mybatis: mapper-locations: classpath:com/mvc/dao/*.xml type-aliases-package: com.mvc.entity upload-path: C:/hongcheng/test/ resource_url: 114.242.31.4.64:6090 #======================================# #========== Socket Server settings ===========# #======================================# wm-socket: # 监听端口 12323 port: 12323 # 线程池 - 保持线程数 20 pool-keep: 20 # 线程池 - 核心线程数 10 pool-core: 10 # 线程池 - 最大线程数 20 pool-max: 30 # 线程队列容量 10 pool-queue-init: 10 # socket连接超时 time-out: 9000 super: username: admin password: 123456