Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 605 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 605 Bytes

Bowery Spring Example

$ bowery connect
$ bowery logs #in another tab
$ bowery ssh web # in another tab
root@138b17bfdcb6:~# cd /application && chmod +x gradlew
root@138b17bfdcb6:/application# ./gradlew build
root@138b17bfdcb6:/application# ./gradlew bootRun

Prepend the url you're given with 8080. and then start developing and you'll see the changes. If you go to /greeting you should see a greeting. It should look something like http://8080.web.536d19502a2d59256c000014.boweryapps.com/greeting.

As you change files locally, they will be synced as long as bowery connect is running.