Commit 52f83702 authored by 以墨为白's avatar 以墨为白 🎧

dev环境下开启swagger功能

parent 2cc89a89
...@@ -25,7 +25,7 @@ import java.util.List; ...@@ -25,7 +25,7 @@ import java.util.List;
*/ */
@Configuration @Configuration
@EnableSwagger2 @EnableSwagger2
@Profile("dev") @Profile("dev")//dev环境下开启swagger功能
public class SwaggerConfig { public class SwaggerConfig {
@Bean @Bean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment