pigx-codegen-dev.yml 523 B

123456789101112131415161718
  1. # 数据源配置
  2. spring:
  3. datasource:
  4. type: com.zaxxer.hikari.HikariDataSource
  5. driver-class-name: com.mysql.jdbc.Driver
  6. username: root
  7. password: root
  8. url: jdbc:mysql://114.116.45.246:13306/pigx?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false
  9. jackson:
  10. time-zone: GMT+8
  11. date-format: yyyy-MM-dd HH:mm:ss
  12. resources:
  13. static-locations: classpath:/static/,classpath:/views/
  14. # mybaits 模块配置
  15. mybatis-plus:
  16. typeAliasesPackage: com.pig4cloud.pigx.codegen.entity