|
|
|
|
1
|
dataSource=com.alibaba.druid.pool.DruidDataSource
|
1
|
dataSource=com.alibaba.druid.pool.DruidDataSource
|
2
|
#数据库连接地址、名称、密码
|
2
|
#数据库连接地址、名称、密码
|
3
|
dataSource.url=jdbc:postgresql://192.168.3.233:5432/console_dev
|
|
|
|
|
3
|
#dataSource.url=jdbc:postgresql://192.168.3.233:5432/console_dev
|
4
|
#dataSource.url=jdbc:postgresql://localhost:5432/console
|
4
|
#dataSource.url=jdbc:postgresql://localhost:5432/console
|
5
|
#dataSource.url=jdbc:postgresql://www.ekexiu.com:5432/ekexiu
|
|
|
|
|
5
|
dataSource.url=jdbc:postgresql://www.ekexiu.com:5432/ekexiu
|
6
|
dataSource.username=postgres
|
6
|
dataSource.username=postgres
|
7
|
dataSource.password=postgres
|
7
|
dataSource.password=postgres
|
8
|
#连接池启动时的初始值(初始化连接)
|
8
|
#连接池启动时的初始值(初始化连接)
|