Skip to content

Commit

Permalink
chore: 임베디드 레디스(테스트용) 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
EunChanNam committed Nov 4, 2023
1 parent fc9cff3 commit be1f90a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spring:

jpa:
hibernate:
ddl-auto: update
ddl-auto: create

properties:
jakarta:
Expand Down

0 comments on commit be1f90a

Please sign in to comment.