An open API service indexing awesome lists of open source software.

https://github.com/thenets/java-web-application-sample


https://github.com/thenets/java-web-application-sample

Last synced: 7 months ago
JSON representation

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
```