V3.5.0 RC

This commit is contained in:
MaxKey
2022-05-01 09:28:30 +08:00
parent 585fa606de
commit 5d2cc1c296
15 changed files with 1660 additions and 8 deletions

View File

@@ -64,7 +64,7 @@ public class LoginEntryPoint {
*/
@RequestMapping(value={"/get"}, produces = {MediaType.APPLICATION_JSON_VALUE})
public ResponseEntity<?> get() {
_logger.debug("LoginController /login.");
_logger.debug("/login.");
HashMap<String , Object> model = new HashMap<String , Object>();
model.put("isRemeberMe", applicationConfig.getLoginConfig().isRemeberMe());