This message was deleted.
# questions
s
This message was deleted.
p
Solved this because of
Copy code
grails install-plugins spring-security-core
is not worked for me then I added spring security again in the build.gradle and the ran the command
Copy code
./gradlew build --refresh-dependencies
then after success of dependency updation when I ran the
Copy code
s2-quickstart com.example User Role
then it works as expected.
partygrails 1