代码优化

This commit is contained in:
MaxKey
2024-07-31 09:53:57 +08:00
parent 363703f21e
commit d02db384ae
177 changed files with 880 additions and 986 deletions

View File

@@ -51,7 +51,7 @@ import jakarta.servlet.http.HttpServletRequest;
@Tag(name = "2-7-FormBased接口文档模块")
@Controller
public class FormBasedAuthorizeEndpoint extends AuthorizeBaseEndpoint{
final static Logger _logger = LoggerFactory.getLogger(FormBasedAuthorizeEndpoint.class);
static final Logger _logger = LoggerFactory.getLogger(FormBasedAuthorizeEndpoint.class);
@Autowired
AppsFormBasedDetailsService formBasedDetailsService;