mirror of https://github.com/jeecgboot/jeecg-boot
为注释内容添加注释原因
parent
4e25d4162f
commit
157feeb925
|
@ -1,6 +1,6 @@
|
||||||
//package org.jeecg.config;
|
//package org.jeecg.config;
|
||||||
//
|
//
|
||||||
//
|
// 已使用swagger3config平替
|
||||||
//import com.github.xiaoymin.knife4j.spring.annotations.EnableKnife4j;
|
//import com.github.xiaoymin.knife4j.spring.annotations.EnableKnife4j;
|
||||||
//import io.swagger.annotations.ApiOperation;
|
//import io.swagger.annotations.ApiOperation;
|
||||||
//import org.jeecg.common.constant.CommonConstant;
|
//import org.jeecg.common.constant.CommonConstant;
|
||||||
|
|
|
@ -46,7 +46,7 @@ public class JeecgGatewayApplication implements CommandLineRunner {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 接口地址(通过9999端口直接访问)
|
* 接口地址(通过9999端口直接访问)
|
||||||
*
|
* 已使用knife4j-gateway支持该功能
|
||||||
* @param indexHtml
|
* @param indexHtml
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
//import org.springframework.context.annotation.Bean;
|
//import org.springframework.context.annotation.Bean;
|
||||||
//import org.springframework.context.annotation.Configuration;
|
//import org.springframework.context.annotation.Configuration;
|
||||||
//
|
//
|
||||||
///**
|
///** 升级spring boot 3后,无法找到平替
|
||||||
// * @author: zyf
|
// * @author: zyf
|
||||||
// * @date: 20210715
|
// * @date: 20210715
|
||||||
// */
|
// */
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
//
|
//
|
||||||
//import java.util.*;
|
//import java.util.*;
|
||||||
//
|
//
|
||||||
///**
|
///** 已使用knife4j-gateway支持该功能
|
||||||
// * 聚合各个服务的swagger接口
|
// * 聚合各个服务的swagger接口
|
||||||
// * @author zyf
|
// * @author zyf
|
||||||
// * @date: 2022/4/21 10:55
|
// * @date: 2022/4/21 10:55
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
//
|
//
|
||||||
//import java.util.List;
|
//import java.util.List;
|
||||||
//
|
//
|
||||||
///**
|
///** 已使用knife4j-gateway支持该功能
|
||||||
// * swagger聚合接口,三个接口都是 doc.html需要访问的接口
|
// * swagger聚合接口,三个接口都是 doc.html需要访问的接口
|
||||||
// * @author zyf
|
// * @author zyf
|
||||||
// * @date: 2022/4/21 10:55
|
// * @date: 2022/4/21 10:55
|
||||||
|
|
Loading…
Reference in New Issue