이클립스에서 서버 올릴때
Parameter 0 of constructor in required a bean of type 'java.lang.String' that could not be found
위와 같이 에러가 뜨고 서버가 올라가지 않았다.
Controller, Component 등의 초기화가 이뤄지지 않아 나는 에러이다.
주로 값이 할당해야 되지만 할당 되지 않는 경우 발생한다.
프로퍼티 값을 읽어 온다거나 값의 초기 설정을 확인해본다.
'JAVA > TROUBLE SHOOTING' 카테고리의 다른 글
JSON VO매핑시 Null 처리 (0) | 2020.05.14 |
---|---|
JSON, VO 맵핑 도움글 (0) | 2020.01.02 |
@Value 안먹을때 (0) | 2019.12.06 |
java.lang.NoClassDefFoundError: org/springframework/web/context/WebApplicationContext (0) | 2019.12.01 |
org.springframework.core.NestedIOException: ASM ClassReader failed to parse class file - probably due to a new Java class file version that isn't supported yet (0) | 2019.12.01 |