How do and work in Spring?

后端 未结 3 1750
轻奢々
轻奢々 2020-12-14 01:38

I have several services:

  • example.MailService
  • example.LDAPService
  • example.SQLService
  • example.WebServic
3条回答
  •  臣服心动
    2020-12-14 02:27

    Another way to perform this registration is with a single inclusion filter.

    
        
    
    

    The "use-default-filters" attribute must be set to "false" in this case to keep Spring from adding a default filter equivalent to

    
    

提交回复
热议问题