UNDER DEVELOPMENT
- actuator
- maven
- prometheus
- 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-prometheus.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-prometheus/hello.
Licensed under the MIT license