添加jetbrains注解库

This commit is contained in:
myh 2023-10-07 16:40:32 +08:00
parent a852da87a9
commit 959c4618b4

View File

@ -51,6 +51,12 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId> <artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>20.1.0</version>
<scope>compile</scope>
</dependency>
</dependencies> </dependencies>
<build> <build>