Skip to content

Commit

Permalink
๐Ÿ“ฆ๏ธ [CHORE] ์Šค์›จ๊ฑฐ https ์„ค์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
dong2ast committed Jan 10, 2024
1 parent 512f26f commit 0544c36
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
package org.sopt.lequuServer;

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;
import org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration;
import org.springframework.cloud.openfeign.EnableFeignClients;

@SpringBootApplication(exclude = { UserDetailsServiceAutoConfiguration.class })
@OpenAPIDefinition(servers = {@Server(url ="https://www.lecue.p-e.kr", description = "Default Server URL")})
@EnableFeignClients
public class LequuServerApplication {

Expand Down

0 comments on commit 0544c36

Please sign in to comment.