Skip to content

Commit

Permalink
代码规约
Browse files Browse the repository at this point in the history
  • Loading branch information
Brother-Dragon committed Feb 21, 2023
1 parent e4e3657 commit e60124b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
import org.springdoc.core.GroupedOpenApi;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;

/**
* Swagger文档,只有在测试环境才会使用
* @author LGH
*/
@Profile("dev")
//@Profile("dev")
@Configuration
public class SwaggerConfiguration {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
import org.springdoc.core.GroupedOpenApi;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;

/**
* Swagger文档,只有在测试环境才会使用
* @author LGH
*/
@Profile("dev")
//@Profile("dev")
@Configuration
public class SwaggerConfiguration {

Expand Down

0 comments on commit e60124b

Please sign in to comment.