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 |
Tags
- extjs
- minimalAPI
- EFCore
- 스냅잘찍음
- ORM
- 코드프로그래머스
- scanner
- ViewModel
- c#코딩의기술실전편
- 명시적외래키
- lazy loading
- error
- 에스가든스냅
- Request
- Config
- c#
- React
- dbContext
- .net
- 상속
- mac
- Store
- LINQ
- 대전본식영상
- vscode
- intellij
- extraParams
- JSON
- 라도무스dvd
- JavaScript
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);