https://github.com/mageddo/simple-java-maven-webapp
A simple Java Servlet Application configured with Maven and Annotations without xml, run in jetty, tomcat, jboss and glassfish
https://github.com/mageddo/simple-java-maven-webapp
Last synced: about 1 year ago
JSON representation
A simple Java Servlet Application configured with Maven and Annotations without xml, run in jetty, tomcat, jboss and glassfish
- Host: GitHub
- URL: https://github.com/mageddo/simple-java-maven-webapp
- Owner: mageddo
- Created: 2015-07-02T23:42:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-22T20:48:01.000Z (almost 10 years ago)
- Last Synced: 2025-02-02T01:41:14.368Z (over 1 year ago)
- Language: Java
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Java Web Application builded with maven
* Was tested in jetty but should work in every Servlet container or Application Server
* You can delete jetty-web.xml in WEB-INF folder
* It Is a pure java Servlet application
* Works without xml configurations
* Uses only annotations
* Works in java 7 or newer
# Running
$ mvn clean install
# deploy target/app.war to tomcat/jboss/glassfish