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 678950c commit 82c3537
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
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 ="/", description = "Default Server URL")})
@EnableFeignClients
public class LequuServerApplication {

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ springdoc:
default-consumes-media-type: application/json;charset=UTF-8
default-produces-media-type: application/json;charset=UTF-8
swagger-ui:
tags-sorter: alpah
tags-sorter: alpha
operations-sorter: alpha
api-docs:
path: /api-docs/json
Expand Down

0 comments on commit 82c3537

Please sign in to comment.