ソースを参照

Merge remote-tracking branch 'origin/master'

XMTT 8 年 前
コミット
f900080435
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      src/main/resources/project-dev.properties

+ 2 - 2
src/main/resources/project-dev.properties

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
#连接池启动时的初始值(初始化连接)