公告板
版本库
filestore
活动
搜索
登录
jmyPay
/
Ruoyi-Cloud-Plus
四方支付旧框架升级
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
初始化
xuekang
2024-05-10
e61e42e56b2dcede08cd09acd86399cb04bb3c4a
[jmyPay/Ruoyi-Cloud-Plus.git]
/
ruoyi-common
/
ruoyi-common-doc
/
src
/
main
/
java
/
org
/
dromara
/
common
/
doc
/
config
/
PlusPaths.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package org.dromara.common.doc.config;
import io.swagger.v3.oas.models.Paths;
/**
* 单独使用一个类便于判断 解决springdoc路径拼接重复问题
*
* @author Lion Li
*/
public class PlusPaths extends Paths {
public PlusPaths() {
super();
}
}