|
|
@ -3,7 +3,9 @@ package com.ruoyi.common.swagger.config;
|
|
|
|
import java.util.ArrayList;
|
|
|
|
import java.util.ArrayList;
|
|
|
|
import java.util.List;
|
|
|
|
import java.util.List;
|
|
|
|
import org.springframework.boot.context.properties.ConfigurationProperties;
|
|
|
|
import org.springframework.boot.context.properties.ConfigurationProperties;
|
|
|
|
|
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Component
|
|
|
|
@ConfigurationProperties("swagger")
|
|
|
|
@ConfigurationProperties("swagger")
|
|
|
|
public class SwaggerProperties
|
|
|
|
public class SwaggerProperties
|
|
|
|
{
|
|
|
|
{
|
|
|
|