[JAVA-961] Standardize packages in spring-security-modules: spring-security-mvc-custom (finalized)

This commit is contained in:
dupirefr
2020-03-19 21:39:57 +01:00
parent c69fe3246b
commit 65787218da
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ import org.springframework.web.servlet.view.JstlView;
@EnableWebMvc
@Configuration
@ComponentScan("org.baeldung.web.controller")
@ComponentScan("com.baeldung.web.controller")
public class MvcConfig implements WebMvcConfigurer {
public MvcConfig() {

View File

@@ -20,7 +20,7 @@
</context-param>
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>org.baeldung.spring</param-value>
<param-value>com.baeldung.spring</param-value>
</context-param>
<listener>