Skip to content

Commit

Permalink
refactor: DispatcherServlet 위치 이동
Browse files Browse the repository at this point in the history
  • Loading branch information
rawfishthelgh committed Sep 26, 2023
1 parent 5773944 commit 6ec4dff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import web.org.springframework.web.WebApplicationInitializer;
import webmvc.org.springframework.web.servlet.mvc.DispatcherServlet;

/**
* Base class for {@link WebApplicationInitializer}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.techcourse;
package webmvc.org.springframework.web.servlet.mvc;

import com.techcourse.handlerMapper.ManualHandlerMapping;
import jakarta.servlet.ServletException;
Expand Down

0 comments on commit 6ec4dff

Please sign in to comment.