Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sv-springboot
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bsoft
sv-springboot
Commits
153db53e
Commit
153db53e
authored
Oct 23, 2019
by
whl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
generator 配置修改,去掉自定义JavaType解析
parent
895bd902
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
bsoft-api/src/test/resources/generatorConfig.xml
+2
-2
No files found.
bsoft-api/src/test/resources/generatorConfig.xml
View file @
153db53e
...
...
@@ -30,13 +30,13 @@
<!-- 针对mysql数据库 获取字段注释 -->
<!-- <property name="useInformationSchema" value="true"></property>-->
</jdbcConnection>
<javaTypeResolver
type=
"com.bsoft.generator.JavaTypeResolverImpl"
/
>
<!-- <javaTypeResolver type="com.bsoft.generator.JavaTypeResolverImpl"/>--
>
<!-- 生成实体类配置 -->
<javaModelGenerator
targetPackage=
"com.bsoft.api.model"
targetProject=
"src/main/java"
/>
<!-- 生成映射文件配置 -->
<sqlMapGenerator
targetPackage=
"mapper"
targetProject=
"src/main/resources"
/>
<!-- 生成映射接口配置 -->
<javaClientGenerator
targetPackage=
"com.bsoft.api.mapper"
targetProject=
"src/main/java"
type=
"XMLMAPPER"
/
>
<!-- <javaClientGenerator targetPackage="com.bsoft.api.mapper" targetProject="src/main/java" type="XMLMAPPER"/>--
>
<!-- <table tableName="sys_user" schema="ll" >-->
<!-- <!– 主键生成方式 –>-->
...
...
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