Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- extraParams
- 라도무스dvd
- 대전본식영상
- scanner
- ViewModel
- mac
- intellij
- Store
- 명시적외래키
- dbContext
- Config
- EFCore
- minimalAPI
- 상속
- error
- extjs
- LINQ
- 코드프로그래머스
- c#코딩의기술실전편
- vscode
- JSON
- React
- .net
- c#
- 에스가든스냅
- JavaScript
- lazy loading
- ORM
- Request
- 스냅잘찍음
Archives
- Today
- Total
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);