| | |
| | | @Autowired |
| | | private SysLoginService sysLoginService; |
| | | |
| | | @GetMapping("/health") |
| | | public long health() { |
| | | return System.currentTimeMillis(); |
| | | } |
| | | |
| | | @PostMapping("login") |
| | | public R<?> login(@RequestBody LoginBody form) |
| | | { |
| | |
| | | this.swaggerResources = swaggerResources; |
| | | } |
| | | |
| | | @GetMapping("/health") |
| | | public long health() { |
| | | return System.currentTimeMillis(); |
| | | } |
| | | |
| | | @GetMapping("/configuration/security") |
| | | public Mono<ResponseEntity<SecurityConfiguration>> securityConfiguration() |
| | | { |
| | |
| | | @Autowired |
| | | private ISysConfigService configService; |
| | | |
| | | @GetMapping("/health") |
| | | public long health() { |
| | | return System.currentTimeMillis(); |
| | | } |
| | | |
| | | /** |
| | | * 获取参数配置列表 |
| | | */ |