公告板
版本库
filestore
活动
搜索
登录
main
/
jxkg-new
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
解决时间线,时间展示问题
luohairen
2024-10-28
e6585fbca31f7f2997ba8558a18a769a204c9ba7
[jxkg-new.git]
/
src
/
main
/
java
/
com
/
ycl
/
jxkg
/
config
/
SwaggerConfig.java
1
2
3
4
5
6
7
8
9
10
11
package com.ycl.jxkg.config;
import org.springframework.context.annotation.Configuration;
/**
* @author:xp
* @date:2024/6/3 11:20
*/
@Configuration
public class SwaggerConfig {
}