What is the correct way to completely remove the spring-security-core plugin? I am working on a Grails application that no longer needs a login, and I would like to remove it.
Despite the fact that I deleted it with:
grails uninstall-plugin spring-security-core
The [spring-security-core-1.1.3] plugin is installed, but not found in the application metadata, do you want to remove it? [W, n] My choice seems to have no effect.
I keep getting the message "Configuring Spring Security ..." when the application starts.
source
share