0
このエラーをどのように修正しますか?MONGO + SPRING:一致するワイルドカードは厳密ですが、要素 'mongo:db-factory'の宣言が見つかりません
コンテキスト内容:
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.springframework.org/schema/beans"
xmlns:mongo="http://www.springframework.org/schema/data/mongo" xsi:schemaLocation=
"http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-4.2.xsd">
<mongo:db-factory dbname="#{properties.getProperty('mongo.database')}"
password="#{properties.getProperty('mongo.password')}"
username="#{properties.getProperty('mongo.user')}"
port="#{properties.getProperty('mongo.port')}"
host="#{properties.getProperty('mongo.host')}"/>
春とモンゴバージョン:
4.3.2.RELEASE
3.3.0