diff --git a/build.gradle b/build.gradle index 1c11ca6..60d228a 100644 --- a/build.gradle +++ b/build.gradle @@ -70,8 +70,10 @@ dependencies { //DB runtimeOnly 'com.mysql:mysql-connector-j' runtimeOnly 'com.h2database:h2' + + //Redis + implementation('it.ozimov:embedded-redis:0.7.3') implementation 'org.springframework.boot:spring-boot-starter-data-redis' - implementation 'org.redisson:redisson-spring-boot-starter:3.24.3' //네이버 클라우드 implementation 'org.springframework.cloud:spring-cloud-starter-aws:2.2.6.RELEASE' diff --git a/src/test/resources/application-test.yml b/src/test/resources/application-test.yml index e6ea0b4..2ad932c 100644 --- a/src/test/resources/application-test.yml +++ b/src/test/resources/application-test.yml @@ -7,7 +7,7 @@ spring: jpa: hibernate: - ddl-auto: update + ddl-auto: create properties: jakarta: