JWT_Juniter_Testing backend done

This commit is contained in:
xigmaz
2024-07-12 07:56:49 +09:00
parent dd9f288c59
commit 59078762b5
7 changed files with 155 additions and 4 deletions

View File

@@ -62,12 +62,13 @@ xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/
</dependency>
<!-- 메모리 DB 테스트목적
<!-- 메모리 DB 테스트목적 -->
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>runtime</scope>
</dependency
<scope>test</scope>
</dependency>
<!--
<dependency>
<groupId></groupId>
<artifactId></artifactId>