UNDER DEVELOPMENT
- actuator
- gelf
- logback
- maven
- spring-boot
- starter
- template
- war
Alexander Lapygin <alexanderlapygin@gmail.com>
- Build the WAR file by running the Maven command:
mvn clean package
- Copy the resulting springboot-war-gelf-logback.war file to the webapps directory of your Tomcat server.
- 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).
- After Tomcat starts successfully, your application will be accessible at http://localhost:8080/springboot-war-gelf-logback/hello.
- Watch "Hello, World!" at the browser.
Licensed under the MIT license