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

https://github.com/alexanderlapygin/war-hello-world

Hello World in war
https://github.com/alexanderlapygin/war-hello-world

Last synced: about 1 month ago
JSON representation

Hello World in war

Awesome Lists containing this project

README

        





# HelloWorld in WAR

## Feature tags
- java
- maven
- starter
- template
- war

---

## Direct ancestor
[- war](https://github.com/AlexanderLapygin/java-helloworld/tree/main#readme)

---

## Author

[Alexander Lapygin](https://github.com/AlexanderLapygin) <>

---

## Requirements

- [Java](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)
- [Tomcat](https://tomcat.apache.org/)

---

## Build

```sh
mvnw clean package
```

## Run

1. Deploy war to Tomcat, for example by manually copying to webapps directory.
2. Take a look at http://localhost:8080/hello.

### License

Licensed under the [MIT license](./LICENSE)

---

[SOFTSPIDERS](https://github.com/softspiders/softspiders)