Commit 8923605d authored by gaopengxuan's avatar gaopengxuan

更改正式系统数据库

parent 8c57d2f4
......@@ -9,7 +9,7 @@ import org.apache.ibatis.annotations.Param;
import java.util.List;
@DS("slave2")
@DS("slave4")
public interface FallGroupSlaveMapper {
void addAll(@Param("groupFallDataModelList") List<GroupFallDataModel> groupFallDataModelList);
......
......@@ -23,4 +23,9 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://192.168.111.96:3306/fiefa?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
username: oper_dc
password: operzADF2020qwer
slave4:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://192.168.111.66:3306/klfin_db?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
username: oper_dc
password: operzADF2020qwer
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment