2
行番号6にエラーが発生しましたルート要素に続く文書内のマークアップは、どうしていいか分かりませんでした。spring security.xmlの設定中にエラーが発生するルート要素に続く文書のマークアップが整形式である必要があります
<http auto-config="true">
<intercept-url pattern="/xxxx**" access="xxxx" />
<intercept-url pattern="/xxx**" access="xxx,xxx" />
</http>
<authentication-manager>
<authentication-provider>
<user-service>
<user name="xxx" password="xxx" authorities="xxxxx" />
<user name="xxxx" password="xxxx" authorities="xxxxx" />
<user name="xxxx" password="xxxxx" authorities="xxxx" />
</user-service>
</authentication-provider>
</authentication-manager>