Skip to content

Commit

Permalink
test: add the redis password
Browse files Browse the repository at this point in the history
  • Loading branch information
JIUNG9 committed Dec 1, 2023
1 parent 31620d7 commit 9356967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ dependencies {
testImplementation 'org.mockito:mockito-core:4.11.0'
testImplementation "org.mockito:mockito-inline:4.11.0"
testImplementation 'com.h2database:h2:2.1.214'
testImplementation 'redis.clients:jedis'
testImplementation 'org.springframework.data:spring-data-redis'
implementation group: 'io.springfox', name: 'springfox-swagger-ui', version: '2.9.2'
implementation group: 'io.springfox', name: 'springfox-swagger2', version: '2.9.2'

Expand Down
2 changes: 2 additions & 0 deletions src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ spring:
redis:
host: localhost
port: 6379
database: 0
password: 12345
datasource:
username: sa
password:
Expand Down

0 comments on commit 9356967

Please sign in to comment.