Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebsto/webapp
Sample Web App with Maven for Jenkins Demo
https://github.com/sebsto/webapp
Last synced: 6 days ago
JSON representation
Sample Web App with Maven for Jenkins Demo
- Host: GitHub
- URL: https://github.com/sebsto/webapp
- Owner: sebsto
- Created: 2014-07-20T20:03:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T10:09:15.000Z (over 1 year ago)
- Last Synced: 2023-05-19T00:10:15.824Z (over 1 year ago)
- Language: Java
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1,082
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a sample Web Application to use during Continuous Integration demos.
#Build Instruction
```
mvn3 clean package
```#Deploy instruction
Deploy ```target/WebApp.war``` on Tomcat
#TODO
Add instruction to deploy to ElasticBeanstalk