Skip to content

Commit

Permalink
springboot与orm框架集成demo
Browse files Browse the repository at this point in the history
  • Loading branch information
lyb-geek committed Aug 16, 2019
1 parent c5d64dd commit 57597f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion springboot-orm/src/main/resources/generatorConfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</javaModelGenerator>

<!--自动生成的*Mapper.xml文件存放路径 -->
<sqlMapGenerator targetPackage="mapper/mybatis/bookorder"
<sqlMapGenerator targetPackage="mapper/mybatis/bookorderitem"
targetProject="src/main/resources">
<property name="enableSubPackages" value="true" />

Expand Down

0 comments on commit 57597f8

Please sign in to comment.