huliguo
4 天以前 e7c5c8c6768e018b17a766d7481f13300b7cd5a8
src/main/java/com/linghu/config/Swagger2Config.java
@@ -58,7 +58,7 @@
        authorizationScopes[0] = authorizationScope;
        return Arrays.asList(new SecurityReference("BearerToken", authorizationScopes));
    }
//http://localhost:8080/swagger-ui.html
    private ApiInfo apiInfo() {
        return new ApiInfoBuilder()
                .title("灵狐GEO系统 接口文档")