[技术]菜刀连接postgresql数据库
找了找菜刀中的预存连接串格式中没有postgresql,自己写了一个
在jsp的shell中使用这样的连接串
<T>XDB</T>
<X>
org.postgresql.Driver
jdbc:postgresql://localhost/cbfbirnweb?user=&password=
</X>
备注:
localhost 服务器地址
localhost 数据库名称
user 数据库用户
password 数据库密码
微信公众号
密评考试题库
找了找菜刀中的预存连接串格式中没有postgresql,自己写了一个
在jsp的shell中使用这样的连接串
<T>XDB</T>
<X>
org.postgresql.Driver
jdbc:postgresql://localhost/cbfbirnweb?user=&password=
</X>
备注:
localhost 服务器地址
localhost 数据库名称
user 数据库用户
password 数据库密码