Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
baihang-report
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
data-spider
baihang-report
Commits
a461c16e
Commit
a461c16e
authored
Jun 07, 2020
by
郝彦辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
手动修复数据工具4
parent
e2f59ad4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
XyqbHistoryDataSourcePreperties.java
...g/datasource/history/XyqbHistoryDataSourcePreperties.java
+9
-9
No files found.
src/main/java/cn/quantgroup/report/config/datasource/history/XyqbHistoryDataSourcePreperties.java
View file @
a461c16e
...
@@ -17,16 +17,16 @@ public class XyqbHistoryDataSourcePreperties {
...
@@ -17,16 +17,16 @@ public class XyqbHistoryDataSourcePreperties {
@Value
(
"${baihang.db.maxPoolSize2}"
)
@Value
(
"${baihang.db.maxPoolSize2}"
)
private
int
maxPoolSize
;
private
int
maxPoolSize
;
//
@Value("${data.source.baihang.jdbcUrl2}")
@Value
(
"${data.source.baihang.jdbcUrl2}"
)
//
private String jdbcUrl;
private
String
jdbcUrl
;
private
String
jdbcUrl
=
"jdbc:mysql://172.20.6.21:4010/rc_syn_to_baihang_report?useUnicode=true&characterEncoding=UTF8&useSSL=false"
;
//
private String jdbcUrl = "jdbc:mysql://172.20.6.21:4010/rc_syn_to_baihang_report?useUnicode=true&characterEncoding=UTF8&useSSL=false";
//
@Value("${data.source.baihang.username2}")
@Value
(
"${data.source.baihang.username2}"
)
//
private String username;
private
String
username
;
private
String
username
=
"xyqb_history_w"
;
//
private String username="xyqb_history_w";
//
@Value("${data.source.baihang.password2}")
@Value
(
"${data.source.baihang.password2}"
)
//
private String password;
private
String
password
;
private
String
password
=
"KDb18asPu6iEz5lg"
;
//
private String password="KDb18asPu6iEz5lg";
}
}
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