spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://123.249.108.160:3306/feiyi?serverTimezone=Asia/Shanghai username: feiyi password: 123456asd server: port: 8888 servlet: context-path: /api # cookie 30 天过期 session: cookie: max-age: 2592000 mybatis-plus: mapper-locations: classpath:mapper/*.xml configuration: map-underscore-to-camel-case: false