L

Results 3 issues of L

If you find the following exception: ``` Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.data.mongodb.UncategorizedMongoDbException: Query failed with error code...

This issue record the problems in programming, and the solutions that I used. In _security/jwt/JwtUtils.java_ `.signWith(SignatureAlgorithm.HS512, jwtSecret)` will use `JwtBuilder signWith(SignatureAlgorithm alg, String base64EncodedSecretKey) throws InvalidKeyException;` method. This method will...

Maybe you can get some inspiration from this [url](http://www.52im.net/thread-310-1-1.html) ?