为注释内容添加注释原因

This commit is contained in:
kezhijie
2023-11-06 14:16:02 +08:00
parent d396e5304a
commit 4a6c750b19
5 changed files with 5 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ public class JeecgGatewayApplication implements CommandLineRunner {
/**
* 接口地址通过9999端口直接访问
*
* 已使用knife4j-gateway支持该功能
* @param indexHtml
* @return
*/

View File

@@ -5,7 +5,7 @@
//import org.springframework.context.annotation.Bean;
//import org.springframework.context.annotation.Configuration;
//
///**
///** 升级spring boot 3后无法找到平替
// * @author: zyf
// * @date: 20210715
// */

View File

@@ -17,7 +17,7 @@
//
//import java.util.*;
//
///**
///** 已使用knife4j-gateway支持该功能
// * 聚合各个服务的swagger接口
// * @author zyf
// * @date: 2022/4/21 10:55

View File

@@ -9,7 +9,7 @@
//
//import java.util.List;
//
///**
///** 已使用knife4j-gateway支持该功能
// * swagger聚合接口三个接口都是 doc.html需要访问的接口
// * @author zyf
// * @date: 2022/4/21 10:55