failed to access class org.springframework.security.oauth2.jwt.JoseHeader from class org.springframework.security.oauth2.server.authorization.token.JwtGenerator #713
Labels
status: duplicate
A duplicate of another issue
Describe the bug
failed to access class org.springframework.security.oauth2.jwt.JoseHeader from class org.springframework.security.oauth2.server.authorization.t
oken.JwtGenerator (org.springframework.security.oauth2.jwt.JoseHeader and org.springframework.security.oauth2.server.authorization.token.JwtGenerator are in unnamed module o
f loader 'app')
This only happens when I containerize my application and deployed in AWS VM
mvn spring-boot:run it is working but not if I make it as docker application.
The text was updated successfully, but these errors were encountered: