xiangpei
2024-07-10 182c1cde1f4507d12eb4b6b1a4ffd24a2be6c93b
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 {
}