Skip to content

Commit

Permalink
Merge pull request #17740 from newrelic/hero-work
Browse files Browse the repository at this point in the history
update pathing per feedback in github issue 17727
  • Loading branch information
akristen authored Jun 21, 2024
2 parents 7e9c507 + 956444e commit dbb625b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install/java/frameworkInstallation/springboot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ descriptionText: To complete your installation, follow these framework-specific
To pass the `-javaagent` argument on Spring Boot, add it to the command line in which you start your app. Make sure to add it before the `-jar` argument:

```bash
java -javaagent:/full/path/to/newrelic.jar -jar app.jar
java -javaagent:/path/to/newrelic.jar -jar /path/to/{YourApplicationName}.jar
```

0 comments on commit dbb625b

Please sign in to comment.