Pārlūkot izejas kodu

Merge branch 'dev-xym-fix1' of Server/long-article-manage into master

xueyiming 4 nedēļas atpakaļ
vecāks
revīzija
b7c3cddb36

+ 4 - 0
long-article-server/src/main/resources/application-prod.properties

@@ -12,6 +12,10 @@ crawler.datasource.username=crawler
 crawler.datasource.password=crawler123456@
 crawler.datasource.url=jdbc:mysql://rm-bp1159bu17li9hi94.mysql.rds.aliyuncs.com:3306/piaoquan-crawler?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true
 
+growth.datasource.username=crawler
+growth.datasource.password=crawler123456@
+growth.datasource.url=jdbc:mysql://rm-bp17q95335a99272b.mysql.rds.aliyuncs.com:3306/growth?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true
+
 spring.redis.database=2
 spring.redis.host=r-bp154bpw97gptefiqkpd.redis.rds.aliyuncs.com
 spring.redis.port=6379

+ 3 - 0
long-article-server/src/main/resources/application-test.properties

@@ -12,6 +12,9 @@ crawler.datasource.username=crawler
 crawler.datasource.password=crawler123456@
 crawler.datasource.url=jdbc:mysql://rm-bp1159bu17li9hi94.mysql.rds.aliyuncs.com:3306/piaoquan-crawler?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true
 
+growth.datasource.username=crawler
+growth.datasource.password=crawler123456@
+growth.datasource.url=jdbc:mysql://rm-bp17q95335a99272b.mysql.rds.aliyuncs.com:3306/growth?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true
 
 spring.redis.database=2
 spring.redis.host=r-bp154bpw97gptefiqkpd.redis.rds.aliyuncs.com