org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'authController' defined in URL [jar:file:/app.jar!/BOOT-INF/classes!/gabia/cronMonitoring/controller/AuthController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'authService' defined in URL [jar:file:/app.jar!/BOOT-INF/classes!/gabia/cronMonitoring/service/AuthService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tokenProvider' defined in URL [jar:file:/app.jar!/BOOT-INF/classes!/gabia/cronMonitoring/util/jwt/TokenProvider.class]: Unexpected exception during bean creation; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'jwt.secret' in value "${jwt.secret}"
In GitLab by @gm2202981 on Jul 7, 2021, 16:40
개요
버그 내용
버그 재현 코드
해결 방안
추후 고려사항