1.导入四个基础包一个commons-logging包和三个jdbc Template包
2.配置xml
先配置数据源
再创建JDBC模板
最后注入类
test(用jdbcTemplate.execute创建表)
test(jdbcTemplate.update()对表进行增删改)
test(用query()对表查询)
1.导入四个基础包一个commons-logging包和三个jdbc Template包
2.配置xml
先配置数据源
再创建JDBC模板
最后注入类
test(用jdbcTemplate.execute创建表)
test(jdbcTemplate.update()对表进行增删改)
test(用query()对表查询)
本文标题:spring(jdbc)
本文链接:https://www.haomeiwen.com/subject/mtytmxtx.html
网友评论