2018-10-24Spring|2018-10-24Spring 多种数据库连接池配置
xml配置文件(多种方式)
【2018-10-24Spring|2018-10-24Spring 多种数据库连接池配置】java测试类
package com.hello.test;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
@ContextConfiguration("classpath:applicationContext.xml")
@RunWith(SpringJUnit4ClassRunner.class)
public class SpringTest {@Autowired
private JdbcTemplate jdbcTemplate;
@Test
public void run() {jdbcTemplate.update("insert into tb_user values (null, ?, ?)", "cuihua2", 10.24);
}}
推荐阅读
- Docker应用:容器间通信与Mariadb数据库主从复制
- 数据库设计与优化
- 数据库总结语句
- MySql数据库备份与恢复
- 数据库|SQL行转列方式优化查询性能实践
- MySQL数据库的基本操作
- springboot整合数据库连接池-->druid
- Android|Android sqlite3数据库入门系列
- Python3|Python3 MySQL 数据库连接
- 达梦数据库|DM8表空间备份恢复