File tree Expand file tree Collapse file tree 6 files changed +291
-257
lines changed
spring-security-basic-auth/src/main Expand file tree Collapse file tree 6 files changed +291
-257
lines changed Original file line number Diff line number Diff line change 99import org .springframework .web .servlet .view .InternalResourceViewResolver ;
1010import org .springframework .web .servlet .view .JstlView ;
1111
12- @ EnableWebMvc
1312@ Configuration
14- public class FrontendConfig extends WebMvcConfigurerAdapter {
13+ @ EnableWebMvc
14+ public class MvcConfig extends WebMvcConfigurerAdapter {
1515
16- public FrontendConfig () {
16+ public MvcConfig () {
1717 super ();
1818 }
1919
Original file line number Diff line number Diff line change 66 http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
77 id=" WebApp_ID" version =" 3.0" >
88
9- <display-name >Spring MVC Application</display-name >
9+ <display-name >Spring Security Basic Auth Application</display-name >
1010
1111 <!-- Spring root -->
1212 <context-param >
You can’t perform that action at this time.
0 commit comments