server: port: 8090 #url: jdbc:mysql://180.169.94.250:8306/data_admin?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true base: file: path: d:/srs/scheme topic: path: d:/srs/topic multipart: maxFileSize: 50Mb maxRequestSize: 50Mb spring: devtools: restart: enabled: true additional-paths: src/main/java datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://localhost:3306/srs?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true username: root password: 123456 mvc: view: prefix: classpath:/templates/ suffix: .html mybatis-plus: mapper-locations: classpath:mapping/*.xml type-aliases-package: com.highdatas.srs.mapper global-config: db-config: column-underline: true logging: level: com: highdatas: srs: mapper: DEBUG