mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2026-06-13 03:59:10 +00:00
kos-mock Redis 및 Cache 의존성 제거: @EnableCaching 제거, spring-boot-starter-data-redis 및 spring-boot-starter-cache 의존성 제거로 불필요한 Redis 연결 문제 해결
This commit is contained in:
@@ -12,7 +12,6 @@ import org.springframework.cache.annotation.EnableCaching;
|
||||
* KOS Mock Service 메인 애플리케이션 클래스
|
||||
*/
|
||||
@SpringBootApplication
|
||||
@EnableCaching
|
||||
@RequiredArgsConstructor
|
||||
@Slf4j
|
||||
public class KosMockApplication implements CommandLineRunner {
|
||||
|
||||
Reference in New Issue
Block a user