Last updated by azirbes 1 week ago
Add the following to your
grails-app/conf/BuildConfig …
plugins {
…
compile ":spring-security-core:1.2.7.1"
…
}
or run
grails install-plugin spring-security-core
Last updated by mauk81 2 days ago
Secure your applications using the powerful Spring Security library quickly and easily. To get started, see the Tutorials section of the
documentation. There is also a
blog post and a
companion screencast that demonstrates usage and a different approach to domain class modeling.
Please report any issues in JIRA (see "Issues" link above).
There are also several extension plugins that depend on the core plugin and extend it by adding functionality. These include:
Last updated by admin 1 year ago
Last updated by burtbeckwith 3 weeks ago