Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jfV5lcyq
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
管理员
jfV5lcyq
Commits
707e69fa
Commit
707e69fa
authored
Apr 19, 2018
by
罗绍泽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试环境数据源修改
parent
dfe13d73
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
applicationContext-business.xml
...ent/WEB-INF/conf/gaowj/bl/applicationContext-business.xml
+4
-4
No files found.
WebContent/WEB-INF/conf/gaowj/bl/applicationContext-business.xml
View file @
707e69fa
...
...
@@ -23,8 +23,8 @@
<bean
id=
"dataSource-system"
class=
"com.alibaba.druid.pool.DruidDataSource"
init-method=
"init"
destroy-method=
"close"
>
<!-- 基本属性 url、user、password -->
<property
name=
"url"
value=
"jdbc:mysql://192.168.1.116:3306/lcyq_system?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false"
/>
<property
name=
"username"
value=
"
ys
_system"
/>
<property
name=
"password"
value=
"
ys
_system"
/>
<property
name=
"username"
value=
"
lcyq
_system"
/>
<property
name=
"password"
value=
"
lcyq
_system"
/>
<property
name=
"driverClassName"
value=
"com.mysql.jdbc.Driver"
/>
<!-- 配置初始化大小、最小、最大 -->
...
...
@@ -93,8 +93,8 @@
<bean
id=
"dataSource-business"
class=
"com.alibaba.druid.pool.DruidDataSource"
init-method=
"init"
destroy-method=
"close"
>
<!-- 基本属性 url、user、password -->
<property
name=
"url"
value=
"jdbc:mysql://192.168.1.116:3306/lcyq_business?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false"
/>
<property
name=
"username"
value=
"
ys
_business"
/>
<property
name=
"password"
value=
"
ys
_business"
/>
<property
name=
"username"
value=
"
lcyq
_business"
/>
<property
name=
"password"
value=
"
lcyq
_business"
/>
<property
name=
"driverClassName"
value=
"com.mysql.jdbc.Driver"
/>
<!-- 配置初始化大小、最小、最大 -->
...
...
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