Skip to content

Commit

Permalink
Merge pull request #16 from potenday-project/develop
Browse files Browse the repository at this point in the history
불필요한소스 제거
  • Loading branch information
HwangHoYoon authored Dec 14, 2023
2 parents ac1760d + affa516 commit a48243e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/com/chwipoClova/ChwipoClovaApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.Bean;
import org.springframework.scheduling.annotation.EnableScheduling;
import org.springframework.web.servlet.config.annotation.CorsRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;

@OpenAPIDefinition(servers = {@Server(url = "/", description = "Default Server URL")})
@EnableScheduling
Expand All @@ -21,4 +23,5 @@ public static void main(String[] args) {
public MultipartConfigElement multipartConfigElement() {
return new MultipartConfigElement("");
}

}

0 comments on commit a48243e

Please sign in to comment.