AlexanderLapygin / springboot-war-gelf-logback

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot with logging by GELF for Graylog on Logback in war

Feature tags

  • actuator
  • gelf
  • logback
  • maven
  • spring-boot
  • starter
  • template
  • war

Direct ancestor

- gelf,logback


Author

Alexander Lapygin <alexanderlapygin@gmail.com>


Requirements


Run

  1. Build the WAR file by running the Maven command:
mvn clean package
  1. Copy the resulting springboot-war-gelf-logback.war file to the webapps directory of your Tomcat server.
  2. 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).
  3. After Tomcat starts successfully, your application will be accessible at http://localhost:8080/springboot-war-gelf-logback/hello.
  4. Watch "Hello, World!" at the browser.

License

Licensed under the MIT license


SOFTSPIDERS

About

License:MIT License


Languages

Language:Java 100.0%