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