Skip to content

Webapp project template that builds using Gradle

Notifications You must be signed in to change notification settings

bbarth/webapp-gradle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published