摘要:
@RequestMapping(value = "delete-user", method = RequestMethod.POST) public String deleteUser(Long[] userId, RedirectAttributes modelMap) { userService 阅读全文
摘要:
1.在xml文件中引入来获取属性值就不说了。 2.在controller层获取引用配置文件中的属性值: (1).编写工具类 @Configuration @PropertySource(value="classpath:config.properties") public class Config 阅读全文
摘要:
1.forward在跳转后可以取到message值,redirect在跳转后无法取到message值。 2.forward跳转后地址栏URL不会改变,而redirect会改变。 阅读全文
摘要:
回车后,关机,等待5分钟左右再开机,就释放掉了。 阅读全文