https://github.com/thenets/java-web-application-sample
https://github.com/thenets/java-web-application-sample
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thenets/java-web-application-sample
- Owner: thenets
- Created: 2020-02-18T23:58:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T15:08:01.000Z (about 5 years ago)
- Last Synced: 2025-02-14T21:46:56.119Z (over 1 year ago)
- Language: Java
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java Web Application Sample
Sample Java Web Application. Can be used for testing.
## Dependencies
This project requires Maven installed.
```bash
# For Ubuntu/Debian
sudo apt install -y maven
```
## How to build
```bash
# Run Maven builder
mvn package
```
## Generated packages
The War file generated can be found at:
```
.
├── target
│ └── embeddedTomcatSample.war
```