添加resource配置,使得生成的代码自动集成到classpath中

修改之后,idea中集成代码后,自动将生成的代码加入到classpath中,无需再进行修改。

Signed-off-by: piggsoft <piggsoft@163.com>
This commit is contained in:
piggsoft 2023-03-23 13:10:10 +00:00 committed by Gitee
parent bbcfd17e23
commit fff5a4a6bc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -36,6 +36,9 @@
</exclude>
</excludes>
</resource>
<resource>
<directory>target/generated-sources</directory>
</resource>
</resources>
<plugins>