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