tianxiafeiyu

idea给的默认spring xml配置文件头存在一些问题(不全),使用完整的文件头后问题解决:

<beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:p="http://www.springframework.org/schema/p"
    xmlns:context="http://www.springframework.org/schema/context"
    xsi:schemaLocation="
        http://www.springframework.org/schema/beans
        http://www.springframework.org/schema/beans/spring-beans.xsd
        http://www.springframework.org/schema/context
        http://www.springframework.org/schema/context/spring-context.xsd">

</beans>

 

分类:

技术点:

相关文章:

  • 2021-10-04
  • 2019-11-02
  • 2021-12-09
  • 2022-01-01
  • 2021-04-13
  • 2021-04-29
  • 2021-07-23
猜你喜欢
  • 2022-01-01
  • 2021-07-24
  • 2021-12-18
  • 2021-11-16
  • 2021-12-24
  • 2022-01-01
  • 2021-10-16
相关资源
相似解决方案