https://github.com/alexanderlapygin/springboot-2.5.2-war-gelf-log4j
https://github.com/alexanderlapygin/springboot-2.5.2-war-gelf-log4j
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexanderlapygin/springboot-2.5.2-war-gelf-log4j
- Owner: AlexanderLapygin
- License: mit
- Created: 2023-09-27T08:18:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-27T08:20:21.000Z (over 1 year ago)
- Last Synced: 2025-02-01T12:11:46.267Z (3 months ago)
- Language: Java
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
UNDER DEVELOPMENT
# Spring Boot(v.2.5.2) with logging by GELF for Graylog on Log4j in war
## Feature tags
- actuator
- gelf
- log4j
- maven
- spring-boot
- starter
- template
- war---
## Direct ancestor
[- gelf,log4j](https://github.com/AlexanderLapygin/springboot-war-helloworld#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-gelf-logback.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-gelf-logback/hello.
5) Watch "Hello, World!" at the browser.### License
Licensed under the [MIT license](./LICENSE)
---
[SOFTSPIDERS](https://github.com/softspiders/softspiders)