试了很多种网上找的办法,都不行,最后才发现是我的beans.xml中完全把下面 这一段代码给遗忘了,忘记写了。添加我就ok了。

我能说花了我近1个小时吗?坑姐哦!

<bean
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="locations">
<value>classpath:jdbc.properties</value>
</property>
</bean>

相关文章:

  • 2021-12-02
  • 2021-06-23
  • 2022-12-23
  • 2021-09-26
  • 2021-09-30
  • 2021-11-21
  • 2021-09-03
猜你喜欢
  • 2022-12-23
  • 2021-04-22
  • 2021-07-16
  • 2022-12-23
  • 2022-12-23
  • 2021-07-08
  • 2021-10-10
相关资源
相似解决方案