Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
4a104195
Commit
4a104195
authored
Sep 20, 2018
by
neo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[dev] repalce oracle xml some config
parent
9cb1b480
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
applicationContext-datasource.xml
...-api/src/main/resources/applicationContext-datasource.xml
+1
-1
sqlMapConfig.xml
atms-api/src/main/resources/sqlMapConfig.xml
+1
-1
No files found.
atms-api/src/main/resources/applicationContext-datasource.xml
View file @
4a104195
...
...
@@ -8,7 +8,7 @@
<bean
id=
"dataSource"
class=
"oracle.jdbc.pool.OracleDataSource"
>
<property
name=
"dataSourceName"
value=
"tax_admin"
/>
<property
name=
"URL"
value=
"${jdbc_url}"
/>
<property
name=
"user
name
"
value=
"${jdbc_user}"
/>
<property
name=
"user"
value=
"${jdbc_user}"
/>
<property
name=
"password"
value=
"${jdbc_password}"
/>
</bean>
...
...
atms-api/src/main/resources/sqlMapConfig.xml
View file @
4a104195
...
...
@@ -17,7 +17,7 @@
<plugins>
<plugin
interceptor=
"com.github.pagehelper.PageInterceptor"
>
<!-- 4.0.0以后版本可以不设置该参数 -->
<property
name=
"diaect"
value=
"
mysql
"
/>
<property
name=
"diaect"
value=
"
oracle
"
/>
<!--
该参数默认为false
设置为true时,会将RowBounds第一个参数offset当成pageNum页码使用
...
...
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