spring配置数据源(dataSource)的方法

通过配置文件:

配置文件:

driverClass=com.mysql.jdbc.Driver
url=jdbc:mysql://localhost:3306/mydb1
user=root
password=123

其中用户名与密码要填写自己的

在spring-config.xml XML文件中配置如下:






    
    
    
    

以上为C3P0连接池的配置方法,其他也类似

你可能感兴趣的:(maven,spring,问题与方法,spring,mysql,java)