Skip to content

sumitjainn/spring-boot-new-relic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot New Relic Demo

Sample Spring Boot MVC application with New Relic monitoring

New Relic configuration

  1. Download newrelic-java.zip and newrelic.yml from New Relic
  2. Extract newrelic-java.zip to ./newrelic.
  3. Replace ./newrelic/newrelic.yml with the one downloaded from New Relic.

Build

mvn clean install

Execution

java -javaagent:newrelic/newrelic.jar -jar target/demo-0.0.1-SNAPSHOT.jar

About

Sample Spring Boot MVC application with New Relic monitoring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages