- gelf
- java
- logback
- maven
- starter
- template
- war
Alexander Lapygin <[email protected]>
- Build the WAR file by running the Maven command:
mvn clean package
-
Copy the resulting springboot-war-helloworld.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-helloworld/hello.
Licensed under the MIT license