This is a sample application created with JHipster
Go to file
Julien Dubois 2dcaa79c98 Merge pull request #7 from dgosset/master
No criticity - userfriendly info - demo url
2014-06-12 17:11:02 +02:00
spring_loaded v0.16.0 release 2014-06-02 22:37:44 +02:00
src v0.16.0 release 2014-06-02 22:37:44 +02:00
.bowerrc Initial commit, based on hipster 0.0.19 2013-11-09 18:31:05 +01:00
.editorconfig Initial commit, based on hipster 0.0.19 2013-11-09 18:31:05 +01:00
.gitattributes Updated to the 0.14.0 generator version 2014-05-18 19:14:06 +02:00
.gitignore Updated to the latest generator version 2013-12-21 00:41:05 +01:00
.jshintrc Initial commit, based on hipster 0.0.19 2013-11-09 18:31:05 +01:00
.yo-rc.json v0.16.0 release 2014-06-02 22:37:44 +02:00
bower.json Updated to the 0.14.0 generator version 2014-05-18 19:14:06 +02:00
Gruntfile.js v0.16.0 release 2014-06-02 22:37:44 +02:00
package.json v0.16.0 release 2014-06-02 22:37:44 +02:00
pom.xml v0.16.0 release 2014-06-02 22:37:44 +02:00
README.md Update README.md 2014-06-12 16:53:17 +02:00

jhipster-sample-app

Build Status

This is a sample application created with JHipster.

It is created with all the default settings.

If you want to run the app, it's as simple as using Maven:

mvn spring-boot:run

And open http://localhost:8080/

Of course, if you are a true Java hipster, you should use the Yeoman generator!