lohir
2024-10-17 1d23adb2fa62ab836aca1a6d47f8a5ab5b12938f
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 {
}