Skip to content

Commit

Permalink
fix: 올바른 패키지로 이동
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyma-s committed Sep 25, 2023
1 parent d8cd0e0 commit fd365ce
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package webmvc.org.springframework.web.servlet;
package com.techcourse;

import context.org.springframework.context.ApplicationContext;
import jakarta.servlet.ServletContext;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import context.org.springframework.context.ApplicationContext;
import web.org.springframework.web.WebApplicationInitializer;
import webmvc.org.springframework.web.servlet.DispatcherServlet;

/**
* Base class for {@link WebApplicationInitializer}
Expand Down

0 comments on commit fd365ce

Please sign in to comment.