mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-06 16:48:24 +08:00
添加resource配置,使得生成的代码自动集成到classpath中
修改之后,idea中集成代码后,自动将生成的代码加入到classpath中,无需再进行修改。 Signed-off-by: piggsoft <piggsoft@163.com>
This commit is contained in:
parent
bbcfd17e23
commit
fff5a4a6bc
@ -36,6 +36,9 @@
|
||||
</exclude>
|
||||
</excludes>
|
||||
</resource>
|
||||
<resource>
|
||||
<directory>target/generated-sources</directory>
|
||||
</resource>
|
||||
</resources>
|
||||
|
||||
<plugins>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user