解决编译时枚举量找不到的警告提示
This commit is contained in:
parent
091569e4a0
commit
854c6178ad
@ -24,6 +24,7 @@
|
||||
|
||||
<postgresql.version>42.7.3</postgresql.version>
|
||||
<sa.version>1.38.0</sa.version>
|
||||
<annotations.version>4.8.6</annotations.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@ -135,6 +136,14 @@
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-aop</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- 临时修复MAYBE枚举量未定义问题,等待Spring6.2正式发行-->
|
||||
<dependency>
|
||||
<groupId>com.github.spotbugs</groupId>
|
||||
<artifactId>spotbugs-annotations</artifactId>
|
||||
<version>${annotations.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
Loading…
Reference in New Issue
Block a user