param(@RequestParam("id") int id){
System.out.println("id="+id);
ModelAndView view = new ModelAndView(PAGE);
view.addObject("id",id);
2022年04月27日
param(@RequestParam("id") int id){
System.out.println("id="+id);
ModelAndView view = new ModelAndView(PAGE);
view.addObject("id",id);
2022年04月26日
mapperxml里面配置漏了,namespace
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [org/mybatis/spring/boot/autoconfigure/MybatisAutoC
2022年04月26日
@RestController
public class Usercontroller {
@RequestMapping("/abc")
public String getName(){
return "51crh";
}
}
Powered By Z-BlogPHP 1.7.3
Copyright Your WebSite.Some Rights Reserved.