Could not initialize class org.springframework.jdbc.core.StatementCreatorUtils
在编译的时候没有错误,但是 用 Junit Test的时候,报下面的错误。
java.lang.NoClassDefFoundError: Could not initialize class org.springframework.jdbc.core.StatementCreatorUtils
如下图所示,后来发现是spring-core-4.0 的版本有点低了,
更新成spring-co...
原创
2019-02-01 15:54:02 ·
2209 阅读 ·
0 评论