且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

没有 Spring 的 Spring JDBC 模板

更新时间:2022-12-17 15:43:46

Spring-jdbc 直接依赖于以下库:spring-corespring-beansspring-tx.其余的依赖项是可选的,因此您实际上不需要它们.

Spring-jdbc has direct dependency to the following libraries: spring-core, spring-beans and spring-tx. The rest of the dependencies are optional, so you don't need them actually.

如果这些依赖对你来说已经很多了,那么你可以看看 Apache DbUtils.

If these dependencies are already a lot for you, then you might have a look at Apache DbUtils.