Skip to content

tq-jappy/gradle-sample-webapp

Repository files navigation

gradle-sample-jettyapp

  • Author : Takumi Endo
  • Technologies : Gradle, JAX-RS, Flyway migration, static analysis (findbugs, checkstyle), Heroku (prospected)
  • Application Servers : Jetty 8.x
  • Summary : Simple web application by Gradle build.

Build app locally

$ gradle build

Build and run app locally

$ gradle jettyRunWar

Try to access:

Deploy to Heroku

$ heroku create -s cedar {appname}
$ git push heroku master

Try to access:

  • http://{appname}.herokuapp.com/gradle-sample/hello
  • http://{appname}.herokuapp.com/gradle-sample/rest/time

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published