Monitor spring boot application using Applicare agent
Spring boot offers several ways of running Spring boot applications.
1. Using External Tomcat
If the spring boot web application is built as war and going to be deployed in an external tomcat server then follow the steps in the below post to monitor the application.
2. Running as a Packaged Application
If you use the Spring Boot Maven or Gradle plugins to create an executable jar, you can run your application using java -jar command. In that case follow the steps in the below post to monitor the application.
Please sign in to leave a comment.
Comments
0 comments