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

https://github.com/alexanderlapygin/springboot-2.5.2-war-helloworld


https://github.com/alexanderlapygin/springboot-2.5.2-war-helloworld

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        





# War HelloWorld on Spring Boot 2.5.2

## Feature tags

- maven
- spring-boot
- starter
- template
- war

---

## Direct ancestor

[- war](https://github.com/AlexanderLapygin/spring-boot-helloworld#readme)

## Direct descendants

- [+ actuator,prometheus](https://github.com/AlexanderLapygin/springboot-war-prometheus#readme)
- [+ gelf,logback](https://github.com/AlexanderLapygin/springboot-war-gelf-logback/tree/main#readme)

---

## Author

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

---

## Requirements

- [Maven](https://maven.apache.org/)
- [Tomcat](https://tomcat.apache.org/download-80.cgi)

---

## Run

1) Build the WAR file by running the Maven command:

```sh
mvn clean package
```
2) Copy the resulting *springboot-war-helloworld.war* file to the *webapps* directory of your Tomcat server.

3) Start the Tomcat server by executing the appropriate startup script for your operating system. For example, run startup.sh (for Unix) or startup.bat (for Windows).

4) After Tomcat starts successfully, your application will be accessible at http://localhost:8080/springboot-war-helloworld/hello.

### License

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

---

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