Exception in thread "main" org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'adminConnection' defined in class path resource [applicationContext.xml]:
Invocation of init method failed; nested exception is java.lang.NullPointerException
자바파일 생성시 인터페이스 추가로 EnvironmentAware 추가시, 변수명이 자동적으로 environment로 정해진다.
setEnv의 변수명과 자동생성변수명이 달라서 생긴 에러
수정하니 잘 됩니다
'Spring' 카테고리의 다른 글
[Thymeleaf] jar 배포시에만 뷰 단을 못 찾는 이슈 (0) | 2022.07.14 |
---|---|
[IntelliJ] JUnit test code 한글 이름 깨짐 @DisplayName (1) | 2022.05.26 |