Skip to content

Commit

Permalink
[Fix] 잘못들어간 어노테이션 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
NARUBROWN committed May 24, 2024
1 parent 8d30cab commit 0217e87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/server/inuappcenter/kr/HomepageApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import io.swagger.v3.oas.annotations.OpenAPIDefinition;
import io.swagger.v3.oas.annotations.servers.Server;
import org.springframework.batch.core.configuration.annotation.EnableBatchProcessing;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cache.annotation.EnableCaching;
Expand All @@ -11,7 +10,6 @@
{@Server(url = "https://server.inuappcenter.kr/", description = "Default Server URL"),
@Server(url = "/", description = "Development Server URL")})
@SpringBootApplication
@EnableBatchProcessing
@EnableCaching
public class HomepageApplication {

Expand Down

0 comments on commit 0217e87

Please sign in to comment.