标签:ide 菜鸟 oid figure 方法 apt configure rri config
菜鸟新来,大神勿喷,些许醍醐,感激涕零。因为 我总是装幽默,是因为我想让自己快乐。
1 @Configuration 2 public class WebConfig extends WebMvcConfigurerAdapter{ 3 @Override 4 public void addViewControllers(ViewControllerRegistry registry) { 5 registry.addViewController("/xx").setViewName("/xx"); 6 } 7 }
这里的addViewControllers方法并不会覆盖 WebMvcAutoConfiguration 中的addViewControllers方法;也就是说我们可以同时使用。
小菜鸟学习spring boot --接管spring boot的web配置
标签:ide 菜鸟 oid figure 方法 apt configure rri config
原文地址:http://www.cnblogs.com/xingzhuipingye/p/6822651.html