代码规约

master
chendt 3 years ago
parent e4e36571c5
commit e60124b77a

@ -16,13 +16,12 @@ import io.swagger.v3.oas.models.info.License;
import org.springdoc.core.GroupedOpenApi; import org.springdoc.core.GroupedOpenApi;
import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;
/** /**
* Swagger使 * Swagger使
* @author LGH * @author LGH
*/ */
@Profile("dev") //@Profile("dev")
@Configuration @Configuration
public class SwaggerConfiguration { public class SwaggerConfiguration {

@ -16,13 +16,12 @@ import io.swagger.v3.oas.models.info.License;
import org.springdoc.core.GroupedOpenApi; import org.springdoc.core.GroupedOpenApi;
import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;
/** /**
* Swagger使 * Swagger使
* @author LGH * @author LGH
*/ */
@Profile("dev") //@Profile("dev")
@Configuration @Configuration
public class SwaggerConfiguration { public class SwaggerConfiguration {

Loading…
Cancel
Save