疯狂的狮子Li
2022-03-25 0c79d1a6191c0ac755a5c7a54491f814ee43b58f
ruoyi-framework/src/main/java/com/ruoyi/framework/config/SwaggerConfig.java
@@ -132,7 +132,7 @@
     * 默认的安全上引用
     */
    private List<SecurityReference> defaultAuth() {
        AuthorizationScope authorizationScope = new AuthorizationScope("global" , "accessEverything");
        AuthorizationScope authorizationScope = new AuthorizationScope("global", "accessEverything");
        AuthorizationScope[] authorizationScopes = new AuthorizationScope[1];
        authorizationScopes[0] = authorizationScope;
        List<SecurityReference> securityReferences = new ArrayList<>();