application.yml 605 B

123456789101112131415161718192021222324
  1. semsx :
  2. userName: "zhangxiaoyu /n zhangsanlisi"
  3. age: 25
  4. birth: 2019/12/19
  5. arrayString: [zz,zzz,zzz111z]
  6. listString:
  7. - 4
  8. - 5
  9. - 6
  10. server:
  11. port: 8081
  12. spring:
  13. datasource:
  14. url: jdbc:mysql://localhost:3306/test?zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
  15. username: root
  16. password:
  17. driver-class-name: com.mysql.cj.jdbc.Driver
  18. jpa:
  19. database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
  20. open-in-view: false
  21. mybatis-plus:
  22. configuration:
  23. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl