创建spring配置文件时,xsd namespace不提示解决方案
解决方案: 先在pom.xml文件中添加spring的依赖,比如:
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.3.9.RELEASE</version>
</dependency>
则再新建spring配置文件时将弹出
提示多少命名空间声明跟在pom文件中添加多少依赖有关