Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix : https 설정때문에 스웨거에서 오류나는거 수정 #16

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

thsghdud13
Copy link
Member

#12

@SpringBootApplication
@OpenAPIDefinition(servers = {@Server(url = "/", description = "https://api.festime.submeet.shop/")})
public class FestimeApplication {

	public static void main(String[] args) {
		SpringApplication.run(FestimeApplication.class, args);
	}

}

@OpenApiDefinition 추가하여 해결

@thsghdud13 thsghdud13 added the bug Something isn't working label Sep 26, 2024
@thsghdud13 thsghdud13 self-assigned this Sep 26, 2024
@thsghdud13 thsghdud13 merged commit a7e6b68 into main Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant