application.yml 697 B

12345678910111213141516171819202122232425262728293031
  1. server:
  2. port: 8088
  3. servlet:
  4. context-path: /welampiot
  5. spring:
  6. application:
  7. name: welampiot
  8. datasource:
  9. # driver-class-name: com.mysql.jdbc.Driver
  10. url: jdbc:mysql://139.196.213.241:3306/welampiot?characterEncoding=utf-8&useSSL=false
  11. username: welampiot
  12. password: welampiot@2023
  13. initialSize: 5
  14. minIdle: 5
  15. maxActive: 100
  16. maxWait: 60000
  17. #数据库连接中数据源类型
  18. type: com.alibaba.druid.pool.DruidDataSource
  19. mybatis:
  20. mapper-locations: classpath:/mapper/*.xml
  21. check-config-location: true
  22. type-aliases-package: com.welampiot
  23. debug: true
  24. logging:
  25. file:
  26. path: /logs/cis
  27. level:
  28. root: info
  29. config: classpath:logback.xml