spring-jwt-gateway icon indicating copy to clipboard operation
spring-jwt-gateway copied to clipboard

Consider defining a bean of type 'com.auth0.jwt.JWTVerifier' in your configuration.

Open SoftwareKing opened this issue 6 years ago • 4 comments

start error:

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
Disconnected from the target VM, address: '127.0.0.1:62095', transport: 'socket'
2018-05-31 20:15:17.522 ERROR 10627 --- [           main] o.s.b.d.LoggingFailureAnalysisReporter   : 

***************************
APPLICATION FAILED TO START
***************************

Description:

Parameter 0 of constructor in com.acm.infra.proxy.JWTFilter required a bean of type 'com.auth0.jwt.JWTVerifier' that could not be found.


Action:

Consider defining a bean of type 'com.auth0.jwt.JWTVerifier' in your configuration.

SoftwareKing avatar May 31 '18 12:05 SoftwareKing

@csimplestring

SoftwareKing avatar May 31 '18 12:05 SoftwareKing

@SoftwareKing Did you find any solution to the error?

ghost avatar Sep 17 '18 02:09 ghost

@DsNextValue No

SoftwareKing avatar Sep 17 '18 06:09 SoftwareKing

the same probleam

snailshen2014 avatar Aug 09 '19 09:08 snailshen2014