emotional developer 썸네일형 리스트형 slf4j multiple bindings error http://stackoverflow.com/questions/19656496/multiple-slf4j-bindings-cause-error slf4j 를 이용한 로깅을 한다면. 로깅 구현체 di 에 주의 해야 한다. 나도 모르게 두개 이상의 로깅 구현체가 있다면, slf4j는 내가 선택한 로깅구현체를 이용 하지 않을 가능성이 있다.이런 경우는 di 들의 모든 참조여부를 확인 할수 밖에 없지만, 친절하게도 slf4 에러 로깅에 친절하게 정보가 나와 있다. 더보기 apache virtual host ip access 설정. http://stackoverflow.com/questions/19711716/apache-restrict-access-to-specific-source-ip-inside-virtual-host The mod_authz_host directives need to be inside a or block but I've used the former within like so: Order deny,allow Deny from all Allow from 127.0.0.1 ... Reference: http://askubuntu.com/questions/262981/how-to-install-mod-authz-host-in-apache 더보기 [spring] @ControllerAdvice 여러개 쓰기. @ControllerAdvice 를 통해서 error 처리가 가능하다. 두개 이상의 @ControllerAdvice 가 있을 경우, 처리 순서를 지정해야 하는 경우가 있다. 이럴 경우. @Order 어노테이션을 이용해서 우선순위를 지정한다. http://stackoverflow.com/questions/19498378/setting-precedence-of-multiple-controlleradvice-exceptionhandlersclass UserProfileException extends RuntimeException { } @ControllerAdvice @Order(Ordered.HIGHEST_PRECEDENCE) class UserProfileExceptionHandler { @Exceptio.. 더보기 [spring] CharacterEncodingFilter java config java config 스타일로 CharacterEncodingFilter 추가.흔히 요청들의 encoding 을 지정하기 위해 이용한다.특히, 한글 처리. tomcat 에도 uriencoding 을 지정하고, 추가로 이 필터를 지정하면 된다. http://www.rockhoppertech.com/blog/spring-mvc-configuration-without-xml/FiltersYou can also create any Servlet Filters here. Here are a few Spring provided Filters.In this example I set up the CharacterEncodingFilter.Java12345678910111213@Overridepublic void onS.. 더보기 [spring] basePackages vs basePackageClasses http://stackoverflow.com/questions/24130166/componentscan-basepackageclasses-vs-componentscan-basepackages-to-register-a-sin The full javadoc for that attribute readsType-safe alternative to basePackages() for specifying the packages to scan for annotated components. The package of each class specified will be scanned.Consider creating a special no-op marker class or interface in each package th.. 더보기 [spring] device detction interceptor - DeviceResolverHandlerInterceptor http://docs.spring.io/spring-mobile/docs/current/reference/html/device.html 유용햇!DeviceResolverHandlerInterceptorSpring Mobile ships with a HandlerInterceptor that, on preHandle, delegates to a DeviceResolver. The resolved Device is indexed under a request attribute named 'currentDevice', making it available to handlers throughout request processing.To enable, add the DeviceResolverHandlerInterce.. 더보기 [spring] WebMvcConfigurerAdapter vs WebMvcConfigurationSupport http://stackoverflow.com/questions/17898606/difference-between-webmvcconfigurationsupport-and-webmvcconfigureradapterhttp://docs.spring.io/autorepo/docs/spring/4.0.5.BUILD-SNAPSHOT/javadoc-api/org/springframework/web/servlet/config/annotation/EnableWebMvc.html javacongif 스타일로 sping mvc 설정을 할때. 두 구현체의 사용성격에 대한 이야기. 개인적으로 정리를 하자면, 커스텀하게 구현 - WebMvcConfigurationSupport기본설정으로 구현 - WebMvcConfigurerAd.. 더보기 string.format 성능. http://stackoverflow.com/questions/12786902/performance-javas-string-format The results follow (Java 1.6.0_26-b03, Ubuntu, 32 bits): 누군가 친절하게 만든 차트! 더보기 이전 1 ··· 7 8 9 10 11 12 13 ··· 24 다음