资源没发现,source not fount,你可能需要检查一下applicationContext.xml配置文件,
<property name="driverClassName"
value="oracle.jdbc.OracleDriver">
</property>
是不是少了加入驱动类的名字
解决资源未发现错误:检查applicationContext.xml配置文件
本文详细介绍了如何通过检查applicationContext.xml配置文件来解决sourcenotfount错误,并特别强调了确认驱动类名字的重要性。
资源没发现,source not fount,你可能需要检查一下applicationContext.xml配置文件,
<property name="driverClassName"
value="oracle.jdbc.OracleDriver">
</property>
是不是少了加入驱动类的名字

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