November 2017
Intermediate to advanced
542 pages
14h 24m
English
As with most of the chapters, we will need to add some dependencies in order to use the functionality in this chapter. A list of the dependencies we have added with comments about when they are needed can be checked as follows:
build.gradle dependencies { // ACL compile('org.springframework.security:spring-security-acl') compile('net.sf.ehcache:ehcache') ... }
Read now
Unlock full access