https://github.com/abel533/MyBatis-Spring-Boot
2018-03-14
有個疑問呀!求師兄前輩解答下,感謝。
@RequestMapping("/") 這個 / ,我試了加和不加沒有區(qū)別--!。
@RequestMapping("/") 這個 / ,我試了加和不加沒有區(qū)別--!。
2018-03-14
SpringBoot 2.0.0-Release版本3月1日已經(jīng)發(fā)布了,做了不少改動,有基于SpringBoot2的變更說明,就更好了
2018-03-14
https://github.com/leechenxiang/imooc-springboot-starter
2018-03-13
/**
* spring boot 2.0.0.RELEASE
* spring mvc version 5
* WebMvcConfigurerAdapter is marked as deprecated
* Spring 5 you just need to implement the interface WebMvcConfigurer
*/
@Configuration
public class WebMvcConfig implements WebMvcConfigurer {
}
* spring boot 2.0.0.RELEASE
* spring mvc version 5
* WebMvcConfigurerAdapter is marked as deprecated
* Spring 5 you just need to implement the interface WebMvcConfigurer
*/
@Configuration
public class WebMvcConfig implements WebMvcConfigurer {
}
2018-03-13