application.yml 458 B

1234567891011121314
  1. server:
  2. port: 9008
  3. spring:
  4. datasource:
  5. driver-class-name: com.mysql.cj.jdbc.Driver
  6. url: jdbc:mysql://47.95.217.180:3306/fmp?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai
  7. username: root
  8. password: 93DkChZMgZRyCbWh
  9. mybatis-plus:
  10. mapper-locations: classpath:/mapper/*Mapper.xml
  11. configuration:
  12. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl