https://github.com/alexanderlapygin/logback-gelf-war-starter
Logback GELF in war starter
https://github.com/alexanderlapygin/logback-gelf-war-starter
Last synced: about 1 month ago
JSON representation
Logback GELF in war starter
- Host: GitHub
- URL: https://github.com/alexanderlapygin/logback-gelf-war-starter
- Owner: AlexanderLapygin
- License: mit
- Created: 2023-09-14T07:33:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-26T08:51:20.000Z (over 1 year ago)
- Last Synced: 2025-02-01T12:11:50.312Z (3 months ago)
- Language: Java
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Logback GELF in Spring Boot war starter
## Feature tags
- gelf
- java
- logback
- maven
- starter
- template
- war---
## Direct ancestors
[- war](https://github.com/AlexanderLapygin/logback-gelf-starter/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/download-10.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)