Browse Source

Merge remote-tracking branch 'origin/master'

lqc 5 years ago
parent
commit
cf8e3599be

+ 1 - 0
src/main/resources/application-local.properties

@@ -60,6 +60,7 @@ xxl-sso.excluded.paths=/healthy,\
   /pangu/fosterwxMobile/editMobile,\
   /pangu/fosterwxMobile/mobileInfo,\
   /pangu/fosterwxMobile/addMobilePro,\
+  /pangu/fosterwxMobileWxfriend/wxfriendAddPro,\
   /pangu/fosterwxFlowList/changeStatus,\
   /pangu/fosterwxFlowList/list,\
   /pangu/fosterwxStation/login,\

+ 1 - 0
src/main/resources/application-prod.properties

@@ -55,6 +55,7 @@ xxl-sso.excluded.paths=/healthy,\
   /pangu/fosterwxMobile/editMobile,\
   /pangu/fosterwxMobile/mobileInfo,\
   /pangu/fosterwxMobile/addMobilePro,\
+  /pangu/fosterwxMobileWxfriend/wxfriendAddPro,\
   /pangu/fosterwxFlowList/changeStatus,\
   /pangu/fosterwxFlowList/list,\
   /pangu/fosterwxStation/login,\

+ 1 - 2
src/main/resources/application-test.properties

@@ -22,7 +22,6 @@ spring.datasource.dynamic.datasource.datadb.driverClassName=com.mysql.cj.jdbc.Dr
 spring.datasource.dynamic.datasource.datadb.url=jdbc:mysql://rm-uf6uysb4ncki343q7go.mysql.rds.aliyuncs.com:3306/hera_data
 spring.datasource.dynamic.datasource.datadb.username=yangpeng_data_warehouse
 spring.datasource.dynamic.datasource.datadb.password=YangPeng_Data_War666$%Yp
-
 spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
 spring.jpa.properties.hibernate.hbm2ddl.auto=update
 mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
@@ -55,6 +54,7 @@ xxl-sso.excluded.paths=/healthy,\
 /pangu/fosterwxMobile/editMobile,\
 /pangu/fosterwxMobile/mobileInfo,\
 /pangu/fosterwxMobile/addMobilePro,\
+/pangu/fosterwxMobileWxfriend/wxfriendAddPro,\
 /pangu/fosterwxFlowList/changeStatus,\
 /pangu/fosterwxFlowList/list,\
 /pangu/fosterwxStation/login,\
@@ -69,7 +69,6 @@ datahub.accessSecret=p9tVmeDeeEENKhfsBsSeYc0F0ggH5b
 datahub.topic=s_hera_api_external_user_test
 datahub.corpTopic=ods_hera_msv_corp_data
 datahub.project=hera
-
 #定时任务全局开关,线上环境需要开启
 cronjob.power=false