User and UserRepository

This commit is contained in:
xigmaz
2024-05-10 07:45:39 +09:00
parent 10fb08ae5e
commit 8c9792be95
20 changed files with 771 additions and 0 deletions

View File

@@ -48,7 +48,20 @@ xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-rest</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
<!-- 메모리 DB 테스트목적
<dependency>
<groupId>com.h2database</groupId>