摘要:
命令报错:WARNING: Your kernel does not support swap limit capabilities, memory limited without swap. 这是因为宿主机内核的相关功能没有打开。按照下面的设置就行: step 1:编辑/etc/default/g 阅读全文
摘要:
@Controller 标识一个该类是Spring MVC controller处理器,用来创建处理http请求的对象. @Controller public class TestController { @RequestMapping("/test") public String test(Map 阅读全文