에러발생!
org.springframework.beans.factory.UnsatisfiedDependencyException
: Error creating bean with name 'webSecurityConfig' defined in file [/Users/namgung-eun/Desktop/CODING/comparison/Sherlock_Back/build/classes/java/main/com/example/sherlockescape/config/WebSecurityConfig.class]
: Unsatisfied dependency expressed through constructor parameter 0;
nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jwtUtil'
: Injection of autowired dependencies failed;
nested exception is java.lang.IllegalArgumentException
: Could not resolve placeholder 'jwt.secret.key' in value 
"${jwt.secret.key}"
롬복도 잘 빌드 되어 있었고,
어노테이션도 잘 작성했고...
알고보니 application.yml 파일이 없어서 그런것이었다.
다시 추가해주고 실행시켜보니 정상 작동하였다 ㅎㅎ