application.yml 826 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. server:
  2. port: 8099
  3. servlet:
  4. context-path: /wx
  5. spring:
  6. application:
  7. name: wx
  8. main:
  9. allow-circular-references: true
  10. datasource:
  11. username: root
  12. # password: Chuanghai_2021.
  13. password: root
  14. url: jdbc:mysql://localhost:3306/wxpush?characterEncoding=UTF-8&useSSL=false&useUnicode=true&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
  15. driver-class-name: com.mysql.cj.jdbc.Driver
  16. mybatis-plus:
  17. mapper-locations: classpath:/mapper/ihotel/*.xml
  18. global-config:
  19. db-config:
  20. id-type: assign_id
  21. # configuration:
  22. # 关闭sql打印
  23. # log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
  24. logging:
  25. level:
  26. com.chuanghai: debug
  27. # 微校配置-学生肖像
  28. weixiao:
  29. app-key: DB60250B489345ED
  30. app-secret: 68ED5D4B98DD8817C1558A8FCAF9D1BF
  31. ocode: 1015730314