1. @ModelAttribute注解:该注解放于方法上时,代表的是该controller的所有方法在调用前,先执行此@ModelAttribute注解的方法;我们可以根据@ModelAttribute这个属性,应用于BaseController当中,做一些如权限校验的功能等;
2.
1. @ModelAttribute注解:该注解放于方法上时,代表的是该controller的所有方法在调用前,先执行此@ModelAttribute注解的方法;我们可以根据@ModelAttribute这个属性,应用于BaseController当中,做一些如权限校验的功能等;
2.