resource-service-prod.properties 946 B

1234567891011121314151617181920
  1. eureka.client.service-url.defaultZone=http://discovery.rankin.com:8821/eureka/
  2. # database setting
  3. spring.datasource.url=jdbc:mysql://rm-2zeptkzp761f34ch0.mysql.rds.aliyuncs.com:3306/rankin?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
  4. spring.datasource.driverClassName=com.mysql.jdbc.Driver
  5. spring.datasource.username=lingjiao
  6. spring.datasource.password=Lingjiao!@#
  7. spring.jpa.properties.hibernate.hbm2ddl.auto=update
  8. spring.jpa.properties.hibernate.show_sql=true
  9. #spring.jpa.properties.hibernate.dialect=cn.rankin.common.utils.jpa.MySQL5DialectUTF8
  10. spring.jpa.properties.hibernate.dialect=cn.rankin.common.utils.jpa.MySQL5DialectUTF8
  11. # ali oss config
  12. ali.oss.endpoint=oss-cn-beijing.aliyuncs.com
  13. ali.oss.accessKeyId=LTAIUFvd17IXLBQ4
  14. ali.oss.accessKeySecret=YEm1VebbntRIGmV8s8N33LQfOoC2sA
  15. ali.oss.bucket=efunimgs
  16. ali.oss.rankin.dir=resources/
  17. resource.url.domain=http://efunimgs.oss-cn-beijing.aliyuncs.com