Skip to content

Commit

Permalink
refactor: DispatcherServletInitializer 패키지 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
the9kim committed Sep 27, 2023
1 parent 1e1974a commit 756dc31
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package webmvc.org.springframework.web.servlet;
package com.techcourse;

import jakarta.servlet.ServletContext;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import web.org.springframework.web.WebApplicationInitializer;
import webmvc.org.springframework.web.servlet.DispatcherServlet;
import webmvc.org.springframework.web.servlet.mvc.tobe.AnnotationHandlerAdapter;
import webmvc.org.springframework.web.servlet.mvc.tobe.AnnotationHandlerMapping;

Expand Down

0 comments on commit 756dc31

Please sign in to comment.