根据内容:https://www.ossez.com/t/spring-lombok/14129 修改实体类死循环问题

This commit is contained in:
2022-10-02 17:26:46 -04:00
parent ea675b8482
commit efbefa7902
13 changed files with 215 additions and 102 deletions
+15 -1
View File
@@ -71,17 +71,31 @@
<scope>provided</scope>
</dependency>
<!-- TEST -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
<!--/ TEST -->
</dependencies>
<build>