<?xml version="1.0" encoding="UTF-8"?>
<Context path="/Hello" docBase="D:\workspace\scxy_xj\WebRoot" debug="0" privileged="true">
<Resource auth="Container"
driverClassName="org.postgresql.Driver"
maxActive="20"
maxIdle="10"
maxWait="-1"
name="jdbc/PostgreSQL"
password="123456"
type="javax.sql.DataSource"
url="jdbc:postgresql://localhost/dbname"
username="postgres"/>
</Context>
tomcat数据源配置
最新推荐文章于 2021-04-30 19:56:50 发布

1459

被折叠的 条评论
为什么被折叠?



