In a hurry? Try it now, with 2 command lines:
Go in the newly created folder: cd myproject and execute maven mvn. Voila! The example project has been generated in the target folder.
To run it: cd target and execute maven mvn jetty:run
Tweet
mvn archetype:create -DarchetypeGroupId=com.springfuse.archetypes -DarchetypeArtifactId=quickstart-embedded-db -DarchetypeVersion=3.0.30 -DgroupId=com.mycompany -DartifactId=myproject -DremoteRepositories=http://maven2.springfuse.com/
Go in the newly created folder: cd myproject and execute maven mvn. Voila! The example project has been generated in the target folder.
To run it: cd target and execute maven mvn jetty:run
Tweet
Springfuse use cases include:
|
Generated code leverages open source technologies:
|
Springfuse is not a framework, it generates code that you would write. There is no runtime dependency on Springfuse.
