[api] swagger 셋팅중
- 캐싱 추가
This commit is contained in:
@@ -7,6 +7,6 @@ import java.util.List;
|
||||
|
||||
@Mapper
|
||||
public interface TestCorsMapper {
|
||||
@Cacheable(value = "corsAllowedOrigins", key = "#userTokenIdx")
|
||||
@Cacheable(value = "corsAllowedOrigins", key = "#userTokenIdx ?: 0")
|
||||
List<String> selectTestCorsAllowedList(Integer userTokenIdx);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user