Skip to content

Commit

Permalink
1.修复mybatis模块构建jar包丢失mapper文件bug;
Browse files Browse the repository at this point in the history
  • Loading branch information
何明胜 committed May 26, 2018
1 parent cbaa799 commit 2f1c853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion highdsa-service-mybatis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<directory>src/main/resources</directory>
<filtering>true</filtering>
<includes>
<include>mappers/*</include>
<include>mappers/**</include>
<include>mybatis/*</include>
<include>sequence/*</include>
<include>mysql.properties</include>
Expand Down

0 comments on commit 2f1c853

Please sign in to comment.