We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e097d65 commit 401470dCopy full SHA for 401470d
1 file changed
src/main/java/sopt/comfit/global/config/SwaggerConfig.java
@@ -7,7 +7,9 @@
7
import io.swagger.v3.oas.models.servers.Server;
8
import org.springframework.context.annotation.Bean;
9
import org.springframework.context.annotation.Configuration;
10
+import org.springframework.context.annotation.Profile;
11
12
+@Profile("!prod")
13
@Configuration
14
public class SwaggerConfig {
15
0 commit comments