摘要: 转载自:http://blog.csdn.net/gx1058742912/article/details/51033942 JDK与jRE的区别 JDK(java development kit):java 开发工具,包括一系列java命令,如javac(java compiler) 等;同时jd 阅读全文
posted @ 2018-01-08 19:23 知乐 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 参考文章:https://spring.io/guides/gs/rest-service/ 中文翻译:https://blog.dubby.cn/detail.html?id=9040 1.目标是什么 构建一个web应用,我们可以请求: http://localhost:8080/greeting 阅读全文
posted @ 2018-01-08 17:35 知乐 阅读(1995) 评论(0) 推荐(0) 编辑
摘要: Tomcat无法加载SpringBoot项目,在Tomcat中发布后出现404问题 查找console发现,找不到getpara链接库,将链接库添加进去即可。 Overriding managed version 4.12 for junit pom.xml junit已经在SpringBoot的引 阅读全文
posted @ 2018-01-08 13:54 知乐 阅读(451) 评论(0) 推荐(0) 编辑
摘要: The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path index.jsp JSP Problem 这个问题本质上是缺少"javax.servlet.http.HttpServlet", 阅读全文
posted @ 2018-01-08 11:00 知乐 阅读(3861) 评论(0) 推荐(1) 编辑