|
|
|
@ -1,9 +1,13 @@
|
|
|
|
|
#开发库
|
|
|
|
|
server.port=9090
|
|
|
|
|
spring.datasource.url=jdbc:mysql://rm-2ze492h01b2j0i718mo.mysql.rds.aliyuncs.com:3306/dd_light_ds_dev2?characterEncoding=utf-8&useSSL=false
|
|
|
|
|
spring.redis.database=10
|
|
|
|
|
|
|
|
|
|
#测试库
|
|
|
|
|
#server.port=9090
|
|
|
|
|
#spring.datasource.url=jdbc:mysql://rm-2ze492h01b2j0i718mo.mysql.rds.aliyuncs.com:3306/dd_light_ds_dev2?characterEncoding=utf-8&useSSL=false
|
|
|
|
|
#spring.redis.prefix=dev
|
|
|
|
|
#spring.datasource.url=jdbc:mysql://rm-2ze492h01b2j0i718mo.mysql.rds.aliyuncs.com:3306/dd_light_ds_dev?characterEncoding=utf-8&useSSL=false
|
|
|
|
|
#spring.redis.database=0
|
|
|
|
|
|
|
|
|
|
spring.datasource.url=jdbc:mysql://rm-2ze492h01b2j0i718mo.mysql.rds.aliyuncs.com:3306/dd_light_ds_dev?characterEncoding=utf-8&useSSL=false
|
|
|
|
|
#=================测试环境
|
|
|
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
|
|
spring.datasource.username=dd_ds_dev_user
|
|
|
|
@ -13,11 +17,9 @@ mybatis.mapper-locations=classpath*:mapper/*.xml
|
|
|
|
|
mybatis.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
|
|
mybatis.configuration.map-underscore-to-camel-case=true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cloud.app.key=7264840234423027259
|
|
|
|
|
cloud.app.secret=4c927c89-d55c-42cf-805c-694269a4b165
|
|
|
|
|
|
|
|
|
|
spring.redis.database=0
|
|
|
|
|
spring.redis.host=r-2zext1mz5bw1hsochrpd.redis.rds.aliyuncs.com
|
|
|
|
|
spring.redis.port=6379
|
|
|
|
|
spring.redis.password=Jnk2UBjewhjY&Bhj2
|
|
|
|
|