|
|
|
|
@ -45,6 +45,10 @@ public class EgovConfigWeb implements WebMvcConfigurer, ApplicationContextAware
|
|
|
|
|
registry.addResourceHandler("/font/**")
|
|
|
|
|
.addResourceLocations("/resources/font/")
|
|
|
|
|
.setCacheControl(CacheControl.noCache().mustRevalidate());
|
|
|
|
|
// UbiReport4 리포트 뷰어 관련 리소스 처리
|
|
|
|
|
registry.addResourceHandler("/ubi4/**")
|
|
|
|
|
.addResourceLocations("/ubi4/")
|
|
|
|
|
.setCacheControl(CacheControl.noCache().mustRevalidate());
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|