spring mvc 与数据库连接

servlet.xml配置:

[img]http://dl2.iteye.com/upload/attachment/0121/3750/d972c084-12c0-3e5c-89d6-007bac6250c5.jpg[/img]
controller代码:
@Controller
@RequestMapping(value="/test")
public class MainContrlller {
@Autowired
private JdbcTemplate jdbcTemplate;
@RequestMapping(value = "/hello", method = RequestMethod.GET)
public String index() {
System.out.println(jdbcTemplate.queryForInt("select COUNT(*) from demo_org"));
return "test";
}
}


表:

[img]http://dl2.iteye.com/upload/attachment/0121/3752/18a74185-f703-352e-afc8-f1125b770600.jpg[/img]

结果:

[img]http://dl2.iteye.com/upload/attachment/0121/3754/22b9f67f-7300-3d20-a75b-2e8f91f7251c.png[/img]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值