1
resposta

Erro ao subir aplicação após aula Gerando Tokens

Não estou conseguindo subir a aplicação após a aula que explica sobre a geração do token. Acredito que o problema seja com o valor "secret" no application.properties que não foi passado pelo instrutor.

Segue o código de erro:

` Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2019-08-24 08:28:47.057 ERROR 6742 --- [ restartedMain] o.s.boot.SpringApplication : Application run failed

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tokenService': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'forum.jwt.secret' in value "${forum.jwt.secret}" at

1 resposta

Oi Allan,

Você adicionou o valor do secret no application.properties?

forum.jwt.secret=rm'!@N=Ke!~p8VTA2ZRK~nMDQX5Uvm!m'D&]{@Vr?G;2?XhbC:Qa#9#eMLN\}x3?JR3.2zr~v)gYF^8\:8>:XfB:Ww75N/emt9Yj[bQMNCWwW\J?N,nvH.<2\.r~w]*e~vgak)X"v8H`MH/7"2E`,^k@n<vE-wD3g9JWPy;CrY*.Kd2_D])=><D?YhBaSua5hW%{2]_FVXzb9`8FH^b[X3jzVER&:jw2<=c38=>L/zBq`}C6tT*cCSVC^c]-L}&/

Essa senha pode ser qualquer coisa. Você pode utilizar algum site que gera senhas aleatórias, por exemplo: https://passwordsgenerator.net/

Bons estudos!