spring-projects / spring-security-samples

1.42k stars 694 forks source link

Running in a jar #128

Open cleristonm opened 1 year ago

cleristonm commented 1 year ago

https://github.com/spring-projects/spring-security-samples/blob/4aa638808e1b5104bf56d768d76903f9666d345f/servlet/spring-boot/java/jwt/login/src/main/java/example/RestConfig.java#L55

When I run this part of the code using a generated Jar, it can not found the key file

marcusdacoregio commented 10 months ago

Hi, @cleristonm. We would need a reproducer to be able to check what is happening.