0

I want to start spring web flux project with spring security acl, But I couldn't find any tutorial. Is it possible to merge this two project together and use in single project?

Morteza Malvandi
  • 1,656
  • 7
  • 30
  • 73

1 Answers1

0

spring ACL is included in spring security, so you don't need to pull it in separately.

Just because there are no tutorials, doesn't mean you can't use it. There is plenty of information about it in the official spring security documentation.

Toerktumlare
  • 12,548
  • 3
  • 35
  • 54