issues
search
naver
/
arcus-spring
ARCUS as a caching provider for the Spring Cache Abstraction
Apache License 2.0
26
stars
16
forks
source link
INTERNAL: set empty string as serviceId's default value
#99
Closed
oliviarla
closed
2 months ago
oliviarla
commented
2 months ago
🔗 Related Issue
https://github.com/naver/arcus-spring/pull/98
에서 파생된 PR입니다.
⌨️ What I did
serviceId 값을 사용하지 않을 때 빈 문자열
""
를 지정하는데, 이를 기본값으로 두도록 합니다.
이를 통해 DefaultCacheConfiguration을 사용자가 지정할 때 new ArcusCacheConfiguration() 만 호출해도 이미 세팅된 기본값으로 동작할 수 있습니다. 기존에는 configuration의 setServiceId를 통해 반드시 빈 문자열을 지정해줘야만 ArcusCache가 빈으로 등록되었습니다.
🔗 Related Issue
⌨️ What I did
""
를 지정하는데, 이를 기본값으로 두도록 합니다.