【发布时间】:2012-04-28 13:29:56
【问题描述】:
我在 jboss 中使用 PostgreSQL 作为数据库。但是我在我的系统上向 jboss 提供的关于 PostgreSQL 的最大信息是
<jndi-name>PostgresDS</jndi-name>
<connection-url>jdbc:postgresql://localhost:5432/postgres</connection-url>
<driver-class>org.postgresql.Driver</driver-class>
JBoss 如何知道 postgresql 在系统中的位置?有没有我没有指定路径信息的地方?
【问题讨论】:
标签: postgresql jboss datasource