jndi数据源配置

web.xml中: <!-- 加载jndi -->   <resource-ref>         <description>DB Connection</description>         <res-ref-name>jdbc/ORAC</res-ref-name>         <res-type>javax.sql.DataSource</res-type>         <re
相关文章
相关标签/搜索