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 dac6a19 commit e01b662Copy full SHA for e01b662
src/main/java/com/api/advanced_mobile/global/config/SwaggerConfig.java
@@ -5,11 +5,9 @@
5
import io.swagger.v3.oas.models.Components;
6
import io.swagger.v3.oas.models.OpenAPI;
7
import io.swagger.v3.oas.models.info.Info;
8
-import org.springframework.beans.factory.annotation.Value;
9
import org.springframework.context.annotation.Bean;
10
import org.springframework.context.annotation.Configuration;
11
12
-import java.util.List;
13
14
@OpenAPIDefinition(
15
servers = {
src/main/resources/application.properties
@@ -1,5 +1,6 @@
1
spring.application.name=Advanced_Mobile
2
server.servlet.context-path=/api
3
+server.forward-headers-strategy=framework
4
spring.config.import=optional:application-secret.properties
0 commit comments