ejyoo's 개발 노트

Can't find bundle for base name kr/or/ddit/mybatis/handler, locale ko_KR 본문

BackEnd/Java Exception 처리

Can't find bundle for base name kr/or/ddit/mybatis/handler, locale ko_KR

ejyoovV 2021. 5. 27. 16:29

현상

생성한 bundle의 경로가 잘못되어 발생함

경로를 다시 지정함.

(코드 일부 발췌)

public HandlerMapper() throws Exception {
		String path="kr/or/ddit/properties/handler"; 
		
		// ResourceBundle (알아서 properties를 붙임) KeySet 리턴
		ResourceBundle rbHome = ResourceBundle.getBundle(path);