application-pro.yml 672 B

123456789101112131415161718192021222324
  1. server:
  2. port: 9998
  3. # 数据源配置
  4. spring:
  5. datasource:
  6. driver-class-name: com.mysql.cj.jdbc.Driver
  7. url: jdbc:mysql://139.159.200.162:13601/service_email?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&tinyInt1isBit=false&allowMultiQueries=true&serverTimezone=GMT%2B8&allowPublicKeyRetrieval=true
  8. username: root
  9. password: 033f55c495797e47
  10. redis:
  11. # 地址
  12. host: 139.159.200.162
  13. # 端口,默认为6379
  14. port: 15501
  15. # 密码
  16. password: fjhx2012
  17. # 数据库索引
  18. database: 1
  19. config:
  20. urlPrefix: http://127.0.0.1:3000/
  21. attachmentPath: /mnt/file/