Changes to applications poms:
* Suport maven-exec-plugin in the same way as the shade plugin, so
$ mvn exec:java
is all you need to do to run an app
* Update README
* Fix dependencies to nail Spring version
This commit is contained in:
@@ -159,7 +159,7 @@ which are more convenient at development time. Here are a few:
|
||||
|
||||
1. Use the Maven exec plugin, e.g.
|
||||
|
||||
$ mvn exec:java -Dexec.mainClass=com.mycompany.sample.SampleController
|
||||
$ mvn exec:java
|
||||
|
||||
2. Run directly in your IDE, e.g. Eclipse or IDEA let you right click
|
||||
on a class and run it.
|
||||
|
||||
Reference in New Issue
Block a user