Gracias por la respuesta.
Cursando Backend con Java.
Aula 04 JSON Web Token
Generando un jwt
Vi nuevamente los vídeos 03 Spring Security y 04 JSON Web Token hasta Generando un jwt
Al ejecutar ApiApplication.java da un monton de errores, transcribo los log que pienso que son los log con los que me puedes ayudar, ya que no entiendo nada de eso.
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2024-06-14T10:16:56.287-04:00 ERROR 15093 --- [ restartedMain] o.s.boot.SpringApplication : Application run failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'autenticacionController': Unsatisfied dependency expressed through field 'tokenService': Error creating bean with name 'tokenService': Injection of autowired dependencies failed
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:787) ~[spring-beans-6.1.8.jar:6.1.8]
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tokenService': Injection of autowired dependencies failed
Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'JWT_SECRET' in value "${JWT_SECRET}"