Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mmahitha521/java-web-app-with-embedded-tomcat

 
 

Repository files navigation

Java Web Application with Embedded Tomcat

This is a web application in Java with Apache Tomcat embedded to the JAR (not WAR), called fat JAR. Other dependencies are also included in the JAR.

Running the application

git clone https://github.com/julianjupiter/java-web-app-with-embedded-tomcat
cd java-web-app-with-embedded-tomcat
mvn clean package && java -jar ./target/java-web-app-with-embedded-tomcat-1.0.0-SNAPSHOT.jar

Open your browser: http://localhost:8080/app

Screenshots

Home

alt text

List of Books

alt text

View a Book

alt text

About

Java Web Application with Embedded Tomcat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 87.2%
  • JavaScript 12.1%
  • Other 0.7%