# 数据源配置 spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://47.101.180.183:17089/big_event?serverTimezone=Asia/Shanghai&characterEncoding=UTF-8&nullCatalogMeansCurrent=true username: root password: P011430@Huoshi* servlet: multipart: max-file-size: 10MB max-request-size: 20MB # 开启数据库字段下划线与驼峰命名转换 mybatis: configuration: map-underscore-to-camel-case: true log-impl: org.apache.ibatis.logging.stdout.StdOutImpl server: port: 8091 # port: 8092 #upload: # path: C:/Users/12871/Downloads/ upload: path: /www/staticproject/Article/upload/ getPath: /upload/