blob: 1ce8b5d4fa20a744488098f205199b789ccf91f9 [file]
[[gettingStarted]]
=== Getting Started
Once you install the plugin, you simply run the initialization script, <<s2-quickstart>>, and make any required configuration changes in `application.groovy` / `application.yml`. The plugin registers its servlet API configuration (the Spring Security filter chain, etc.) programmatically, not in `web.xml` as was the case in earlier versions, and also configures the Spring beans in the application context that implement various pieces of functionality. Dependency management determines which jar files to use.
To get started using the Spring Security plugin with your Grails application, see <<tutorials>>.
You do not need deep knowledge of Spring Security to use the plugin, but it is helpful to understand the underlying implementation. See https://{htmlsingle}[the Spring Security documentation].