值溢出
摘要:输入的值 错误 总结错误 1、JSON由于不支持Int64所以通常对大数在JSON处理是使用String来表达。 2、MYSQL表结构存id时用的是int现在是值溢出导致出错了。
阅读全文
SpringBoot2.x访问不了application.properties文件中servlet.context-path上下文路径
摘要:解决方案:SpringBoot2.x版本之后servlet.context-path要改成server.servlet.context-path
阅读全文
SpringBoot2.x的c3p0- 0.9.1.2.jar:0.9.1.2]错误
摘要:错误问题 java.lang.AbstractMethodError: Method com/mchange/v2/c3p0/impl/NewProxyPreparedStatement.isClosed()Z is abstractat com.mchange.v2.c3p0.impl.NewPr
阅读全文
xercesImpl.jar和xml-apis.jar (系统找不到指定的文件)
摘要:1 springboot内置的tomcat为8.5.23,我们需要指定springboot的内置tomcat版本 2 修改pom.xml文件,增加7.0.90 3 4 UTF-8 5 UTF-8 6 1.8 7 7.0.90 8 9 10 11 org.apache.tomcat 12 tomc...
阅读全文