Refactor EmbeddedRedis

- 로컬 빌드는 성공하는데, CI 빌드가 실패해서 수정내역을 롤백했습니다.
This commit is contained in:
JiwonDev
2021-11-01 19:15:45 +09:00
committed by Jiwon
parent b4c9aebc36
commit ecb023f087
2 changed files with 1 additions and 2 deletions

View File

@@ -23,7 +23,6 @@ public class EmbeddedRedisConfiguration {
public void redisServer() throws IOException {
redisServer = RedisServer.builder()
.port(redisPort)
.setting("maxheap 1gb")
.build();
redisServer.start();
}

View File

@@ -14,7 +14,7 @@ spring:
redis:
host: localhost
password:
port: 16379
port: 6379
app:
mail: