更新swagger问题

This commit is contained in:
sgjj 2020-01-09 16:58:39 +08:00
parent 2dff4d4b02
commit 304f1605b3
3 changed files with 4 additions and 3 deletions

View File

@ -13,7 +13,6 @@ import springfox.documentation.swagger2.annotations.EnableSwagger2;
@ComponentScan(basePackages = {"net.mingsoft"})
@MapperScan(basePackages={"**.dao"})
@ServletComponentScan(basePackages = {"net.mingsoft"})
@EnableSwagger2
public class MSApplication {
public static void main(String[] args) {
SpringApplication.run(MSApplication.class, args);

View File

@ -14,6 +14,7 @@ import springfox.documentation.spring.web.plugins.Docket;
import springfox.documentation.swagger2.annotations.EnableSwagger2;
@Configuration
@EnableSwagger2
@ConditionalOnProperty(prefix="ms",name = "swagger.enable", havingValue = "true")
public class SwaggerConfig {

View File

@ -6,8 +6,9 @@ server:
logging:
level:
net.mingsoft: trace
file: mcms.log #日志文件存放位置
path: log #日志压缩文件存放位置
file:
name: mcms.log
path: log
ms:
swagger:
enable: true #启用swagger文档