
bug
浮生若梦l
全栈
展开
-
springboot jpa Could not write JSON:
参考记录:https://blog.youkuaiyun.com/Maslii/article/details/81589077https://blog.youkuaiyun.com/frankcheng5143/article/details/81743593原创 2019-06-07 18:28:52 · 1094 阅读 · 0 评论 -
引入别人的sdk项目,import javax.servlet.xxx报错
解决方式一:eclipse-右键项目-buildpath-add Library-server runtime-apache tomcat-finish原创 2019-06-25 18:54:03 · 509 阅读 · 1 评论 -
java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents
解决方式1://GMT%2B8代表: 东八区static final String DB_URL="jdbc:mysql://localhost:3306/csm"+"?serverTimezone=GMT%2B8";原创 2019-06-29 17:17:30 · 111 阅读 · 0 评论 -
maven 打包 No goals have been specified for this build
多注意最后的提示,会提示哪个类出错了情况一:controller类中写有mian方法,可能会导致这个错原创 2019-07-19 20:09:53 · 177 阅读 · 0 评论