Skip to content

Commit

Permalink
[Feat] Swagger HTTPS 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
82everywin committed Oct 9, 2024
1 parent 684cdc4 commit b749970
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
package com.appcenter.marketplace;

import io.swagger.v3.oas.annotations.OpenAPIDefinition;
import io.swagger.v3.oas.annotations.servers.Server;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

@OpenAPIDefinition(servers = {@Server(url = "https://marketplace.inuappcenter.kr", description = "기본 서버 주소")})
@SpringBootApplication
public class MarketplaceApplication {

Expand Down

0 comments on commit b749970

Please sign in to comment.