Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
ZhangKuan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
张宽
ZhangKuan
Commits
a42da639
Commit
a42da639
authored
Feb 10, 2017
by
22管33
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新建S开头的所有接口(3)
parent
ee4ea32c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
pom.xml
pom.xml
+7
-7
oracleGeneratorConfig.xml
web/src/main/resources/mybatis/oracleGeneratorConfig.xml
+2
-1
No files found.
pom.xml
View file @
a42da639
...
@@ -160,11 +160,11 @@
...
@@ -160,11 +160,11 @@
</dependency>
</dependency>
<!-- 添加oracle jdbc driver -->
<!-- 添加oracle jdbc driver -->
<
dependency
>
<
!--<dependency>--
>
<
groupId>
com.oracle
</groupId
>
<
!--<groupId>com.oracle</groupId>--
>
<
artifactId>
ojdbc6
</artifactId
>
<
!--<artifactId>ojdbc6</artifactId>--
>
<
version>
11.2.0.1.0
</version
>
<
!--<version>11.2.0.1.0</version>--
>
<
/dependency
>
<
!--</dependency>--
>
<!-- 添加mysql jdbc driver -->
<!-- 添加mysql jdbc driver -->
<dependency>
<dependency>
...
@@ -515,8 +515,8 @@
...
@@ -515,8 +515,8 @@
<artifactId>
mybatis-generator-maven-plugin
</artifactId>
<artifactId>
mybatis-generator-maven-plugin
</artifactId>
<version>
1.3.5
</version>
<version>
1.3.5
</version>
<configuration>
<configuration>
<
configurationFile>
${basedir}/src/main/resources/mybatis/mysqlGeneratorConfig.xml
</configurationFile
>
<
!--<configurationFile>${basedir}/src/main/resources/mybatis/mysqlGeneratorConfig.xml</configurationFile>--
>
<
!--<configurationFile>${basedir}/src/main/resources/mybatis/oracleGeneratorConfig.xml</configurationFile>--
>
<
configurationFile>
${basedir}/src/main/resources/mybatis/oracleGeneratorConfig.xml
</configurationFile
>
<verbose>
true
</verbose>
<verbose>
true
</verbose>
<overwrite>
true
</overwrite>
<overwrite>
true
</overwrite>
</configuration>
</configuration>
...
...
web/src/main/resources/mybatis/oracleGeneratorConfig.xml
View file @
a42da639
...
@@ -5,7 +5,8 @@
...
@@ -5,7 +5,8 @@
<generatorConfiguration>
<generatorConfiguration>
<!--<classPathEntry location="/Users/hxgqh/.m2/repository/com/oracle/ojdbc6/11.2.0.1.0/ojdbc6-11.2.0.1.0.jar" />-->
<!--<classPathEntry location="/Users/hxgqh/.m2/repository/com/oracle/ojdbc6/11.2.0.1.0/ojdbc6-11.2.0.1.0.jar" />-->
<classPathEntry
location=
"/Users/hm20160509/.m2/repository/com/oracle/ojdbc6/11.2.0.1.0/ojdbc6-11.2.0.1.0.jar"
/>
<!--<classPathEntry location="/Users/hm20160509/.m2/repository/com/oracle/ojdbc6/11.2.0.1.0/ojdbc6-11.2.0.1.0.jar" />-->
<classPathEntry
location=
"/Users/liuranran/.m2/repository/com/oracle/ojdbc6/11.2.0.1.0/ojdbc6-11.2.0.1.0.jar"
/>
<context
id=
"testTables"
targetRuntime=
"MyBatis3"
>
<context
id=
"testTables"
targetRuntime=
"MyBatis3"
>
<plugin
type=
"org.mybatis.generator.plugins.RowBoundsPlugin"
/>
<plugin
type=
"org.mybatis.generator.plugins.RowBoundsPlugin"
/>
...
...
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