Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
datasync-service
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
位宇华
datasync-service
Commits
8923605d
Commit
8923605d
authored
Feb 08, 2025
by
gaopengxuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改正式系统数据库
parent
8c57d2f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/main/java/com/tianyi/sync/mapper/slave2/FallGroupSlaveMapper.java
...a/com/tianyi/sync/mapper/slave2/FallGroupSlaveMapper.java
+1
-1
src/main/resources/application-druid.yml
src/main/resources/application-druid.yml
+5
-0
No files found.
src/main/java/com/tianyi/sync/mapper/slave2/FallGroupSlaveMapper.java
View file @
8923605d
...
@@ -9,7 +9,7 @@ import org.apache.ibatis.annotations.Param;
...
@@ -9,7 +9,7 @@ import org.apache.ibatis.annotations.Param;
import
java.util.List
;
import
java.util.List
;
@DS
(
"slave
2
"
)
@DS
(
"slave
4
"
)
public
interface
FallGroupSlaveMapper
{
public
interface
FallGroupSlaveMapper
{
void
addAll
(
@Param
(
"groupFallDataModelList"
)
List
<
GroupFallDataModel
>
groupFallDataModelList
);
void
addAll
(
@Param
(
"groupFallDataModelList"
)
List
<
GroupFallDataModel
>
groupFallDataModelList
);
...
...
src/main/resources/application-druid.yml
View file @
8923605d
...
@@ -23,4 +23,9 @@ spring:
...
@@ -23,4 +23,9 @@ spring:
driver-class-name
:
com.mysql.cj.jdbc.Driver
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
url
:
jdbc:mysql://192.168.111.96:3306/fiefa?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
username
:
oper_dc
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
password
:
operzADF2020qwer
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment