提交 57961668 authored 作者: 孙于凯's avatar 孙于凯

feat:新增了正式配置文件

上级 74f5839f
...@@ -60,6 +60,7 @@ public class Biz088DcActivityStatisticsServiceImpl implements Biz088DcActivitySt ...@@ -60,6 +60,7 @@ public class Biz088DcActivityStatisticsServiceImpl implements Biz088DcActivitySt
if (!rs.isEmpty()) { if (!rs.isEmpty()) {
biz088DcActivityStatisticsDao.saveAll(rs); biz088DcActivityStatisticsDao.saveAll(rs);
} }
log.info("活动转移完成");
log.info("活动转移完成,成功转移了{}条",rs.size());
} }
} }
...@@ -56,7 +56,7 @@ public class Biz088DcBranchTrainStatisticsImpl implements Biz088DcNetworkStatist ...@@ -56,7 +56,7 @@ public class Biz088DcBranchTrainStatisticsImpl implements Biz088DcNetworkStatist
if (!rs.isEmpty()) { if (!rs.isEmpty()) {
biz088DcNetworkStatisticsDao.saveAll(rs); biz088DcNetworkStatisticsDao.saveAll(rs);
} }
log.info("网点转移完成"); log.info("网点转移完成,成功转移了{}条",rs.size());
} }
} }
server.port=8004
spring.datasource.local.username=skx_hj
spring.datasource.local.password=tB2vSEuQyKOq5grUm9Jj
spring.datasource.local.url=jdbc:mysql://59.202.45.192:3306/skx_hj?createDatabaseIfNotExist=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8&useSSL=false
spring.datasource.local.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.remote1.url = jdbc:mysql://172.30.30.87:3306/hp_kjgzzqz?createDatabaseIfNotExist=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8&&zeroDateTimeBehavior=convertToNull
spring.datasource.remote1.username = hp_kjgzz
spring.datasource.remote1.password = hp_kjgzz@2022
spring.datasource.remote1.driverClassName = com.mysql.cj.jdbc.Driver
spring.aop.proxy-target-class= true
spring.jpa.properties.hibernate.format_sql=true
spring.main.allow-bean-definition-overriding=true
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=false
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论