Commit 4a104195 authored by neo's avatar neo

[dev] repalce oracle xml some config

parent 9cb1b480
......@@ -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="username" value="${jdbc_user}"/>
<property name="user" value="${jdbc_user}"/>
<property name="password" value="${jdbc_password}"/>
</bean>
......
......@@ -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页码使用
......
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