mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-10-04 04:57:08 +08:00
fix:修复新建租户的管理员用户角色回显错误
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -114,6 +114,12 @@
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<annotationProcessorPaths>
|
||||
<path>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
</path>
|
||||
</annotationProcessorPaths>
|
||||
<compilerArgument>-parameters</compilerArgument>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
Reference in New Issue
Block a user