-
Notifications
You must be signed in to change notification settings - Fork 0
bbarth/webapp-gradle
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Project Structure ----------------- the web application src - all source code main/java - backend java source code main/webapp/assets - static sources including css, javascript, and image files main/webapp/WEB-INF/views - template sources that generic dynamic views test/ - test code To build a deployable web app archive (.war): --------------------------------------------- ./gradlew build See build/libs/webapp-gradle.war To run the web app: ------------------- ./gradlew jettyRun Point your preferred web browser at http://localhost:8080/webapp-gradle
About
Webapp project template that builds using Gradle
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published