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
28a0fc26
Commit
28a0fc26
authored
Oct 29, 2016
by
胡小根
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
coding
parent
a7b52cc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
oracleGeneratorConfig.xml
web/src/main/resources/mybatis/oracleGeneratorConfig.xml
+4
-4
No files found.
web/src/main/resources/mybatis/oracleGeneratorConfig.xml
View file @
28a0fc26
...
...
@@ -22,14 +22,14 @@
</javaTypeResolver>
<!-- 生成model模型,对应的包,存放位置可以指定具体的路径,如/ProjectName/src,也可以使用MAVEN来自动生成 -->
<javaModelGenerator
targetPackage=
"com.haomostudio.S
eekTruthBackend
.domain"
<javaModelGenerator
targetPackage=
"com.haomostudio.S
pringMVCProjectTemplate
.domain"
targetProject=
"domain/src/main/java/"
>
<property
name=
"enableSubPackages"
value=
"false"
/>
</javaModelGenerator>
<!--对应的xml mapper文件 -->
<sqlMapGenerator
targetPackage=
"com.haomostudio.S
eekTruthBackend
"
<sqlMapGenerator
targetPackage=
"com.haomostudio.S
pringMVCProjectTemplate
"
targetProject=
"web/src/main/resources/mybatis/"
>
<property
name=
"enableSubPackages"
value=
"true"
/>
...
...
@@ -37,13 +37,13 @@
<!-- 对应的dao接口 -->
<javaClientGenerator
type=
"XMLMAPPER"
targetPackage=
"com.haomostudio.S
eekTruthBackend
.dao"
targetPackage=
"com.haomostudio.S
pringMVCProjectTemplate
.dao"
targetProject=
"dao/src/main/java/"
>
<property
name=
"enableSubPackages"
value=
"false"
/>
</javaClientGenerator>
<table
tableName=
"%"
>
<table
schema=
"CRM"
tableName=
"%"
>
<property
name=
"useActualColumnNames"
value=
"false"
/>
</table>
</context>
...
...
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