我正在尝试在我的 spring web 应用程序中 复制resource-ref
属性来配置 JNDI。web.xml
WebApplicationInitializer
我该怎么做:
<resource-ref>
<description>Connection Pool</description>
<res-ref-name>jdbc/LocalCheddar</res-ref-name>
<res-type>javax.sql.Datasource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
在java config而不是xml中?