spring applicationContext.xml文件中 引用db.properties 文件,找不到对应属性
我在springMVC项目中,applicationContext.xml文件中配置dataSource 的bean ,想要引用上面的db.properties文件里面配置的内容,但是报错:
控制台内容:
Converted JNDI name [java:comp/env/jdbc.driver] not found - trying original name [jdbc.driver]. javax.naming.NameNotFoundException: 名称[jdbc.driver]未在此上下文中绑定。找不到[jdbc.driver]。
DEBUG [localhost-startStop-1] - Looking up JNDI object with name [jdbc.driver]
DEBUG [localhost-startStop-1] - JNDI lookup for name [jdbc.driver] threw NamingException with message: 名称[jdbc.driver]未在此上下文中绑定。找不到[jdbc.driver]。. Returning null.
DEBUG [localhost-startStop-1] - Found key 'jdbc.driver' in PropertySource 'localProperties' with value of type String
DEBUG [localhost-startStop-1] - Looking up JNDI object with name [java:comp/env/jdbc.url]
DEBUG [localhost-startStop-1] - Converted JNDI name [java:comp/env/jdbc.url] not found - trying original name [jdbc.url]. javax.naming.NameNotFoundException: 名称[jdbc.url]未在此上下文中绑定。找不到[jdbc.url]。
DEBUG [localhost-startStop-1] - Looking up JNDI object with name [jdbc.url]
DEBUG [localhost-startStop-1] - JNDI lookup for name [jdbc.url] threw NamingException with message: 名称[jdbc.url]未在此上下文中绑定。找不到[jdbc.url]。. Returning null.
DEBUG [localhost-startStop-1] - Found key 'jdbc.url' in PropertySource 'localProperties' with value of type String
applicatioContext.xml内容:
db.properties 内容:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论