Skip to content

Commit

Permalink
fix: EnableWebMvc
Browse files Browse the repository at this point in the history
  • Loading branch information
essential2189 committed Jan 28, 2024
1 parent 10f7734 commit 87ac3d9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.web.servlet.config.annotation.EnableWebMvc;

@SpringBootApplication
@EnableWebMvc
public class TodayPopupApplication {
public static void main(String[] args) {
SpringApplication.run(TodayPopupApplication.class, args);
Expand Down

0 comments on commit 87ac3d9

Please sign in to comment.