Slackbot
11/01/2023, 7:33 AMPrince Mishra
11/01/2023, 9:01 AMgrails 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
./gradlew build --refresh-dependencies
then after success of dependency updation when I ran the
s2-quickstart com.example User Role
then it works as expected.