Every time I do s2-quickstart I mess something up and have to delete my project from STS and my hard drive and then make it from scratch because I can’t understand what is broken. Then I do s2-quickstart again on that project and possibly delete it and start over if I messed up again. Is there some way to undo what has been done with s2-quickstart so I can just go reissue the s2-quickstart command correctly without deleting and retyping/pasting my project?
Share
From the Spring Security Core Plugin – Reference Documentation:
The
s2-quickstart <package> <user> <role> <requestmap>creates the following artefacts:You should be able to delete the artefacts and Config.groovy changes and run
s2-quickstartagain to start over.