Skip to content

Commit

Permalink
πŸš€ :: v0.0.6
Browse files Browse the repository at this point in the history
πŸš€ :: v0.0.6
  • Loading branch information
ImNM authored Dec 18, 2022
2 parents c9df07e + fb29986 commit c68cedc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
import com.fasterxml.jackson.databind.ObjectMapper;
import io.github.depromeet.knockknockbackend.global.annotation.DisableSecurity;
import io.swagger.v3.core.jackson.ModelResolver;
import io.swagger.v3.oas.annotations.OpenAPIDefinition;
import io.swagger.v3.oas.annotations.servers.Server;
import io.swagger.v3.oas.annotations.tags.Tag;
import io.swagger.v3.oas.models.Components;
import io.swagger.v3.oas.models.OpenAPI;
Expand All @@ -21,6 +23,7 @@
import org.springframework.web.method.HandlerMethod;

/** Swagger μ‚¬μš© ν™˜κ²½μ„ μœ„ν•œ μ„€μ • 파일 */
@OpenAPIDefinition(servers = {@Server(url = "/", description = "Default Server URL")})
@Configuration
public class SwaggerConfig {

Expand Down

0 comments on commit c68cedc

Please sign in to comment.