项目优化,构建文件Lombok异常问题修复
This commit is contained in:
@@ -19,8 +19,6 @@
|
||||
<module>system-common</module>
|
||||
<module>system-dynamic-datasource</module>
|
||||
<module>system-admin</module>
|
||||
<!-- <module>system-api</module>-->
|
||||
<!-- <module>renren-generator</module>-->
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
@@ -135,6 +133,23 @@
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<annotationProcessorPaths>
|
||||
<path>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
</path>
|
||||
</annotationProcessorPaths>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<!-- 阿里云maven仓库 -->
|
||||
<repositories>
|
||||
<repository>
|
||||
|
||||
Reference in New Issue
Block a user