spring-attic / spring-social-samples

Samples of using Spring Social
http://projects.spring.io/spring-social
Apache License 2.0
531 stars 811 forks source link

Incorrect gradle instructions in README #38

Open chartrand22 opened 10 years ago

chartrand22 commented 10 years ago

In spring-social-showcase/README.md

This line should read :

$ gradlew tomcatRunWar

and NOT tomcatRun

Otherwise the app fails

ryanjbaxter commented 10 years ago

The spring-social-quickstart README has the same issue.

wimdeblauwe commented 8 years ago

There is also a similar issue for spring-social-showcase-sec. There is states to use:

gradlew bootRun

which doesn't even exist