spring boot @value가 값을 못가져올때(null일때) DEV / WEB
2020-06-02 posted by sang12
스프링에서 @value로 값을 넣어줄 때, static 변수에는 값을 넣어주지 못한다. 그러니 static을 제거해보자.
#spring boot @value not working
#spring boot @value null
REPLY