security.xml strange error using Spring

后端 未结 2 1541
盖世英雄少女心
盖世英雄少女心 2021-01-23 18:31

I am trying to configure Spring Security in my simple application. Here is my configuration file, security.xml:



        
2条回答
  •  攒了一身酷
    2021-01-23 18:58

    You're declaring the namespace as b: and using it everywhere except the enclosing beans tag, in which you're using beans:beans instead of b:beans.

提交回复
热议问题