File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ export AWS_CODEGURU_TARGET_REGION=YOUR-AWS-REGION
7171# Run the demo!
7272export AWS_CODEGURU_PROFILER_GROUP_NAME=DemoApplication-WithIssues
7373mvn clean install # generates the DemoApplication-1.0-jar-with-dependencies.jar
74- java -javaagent:codeguru-profiler-java-agent-standalone-1.2.1 .jar \
74+ java -javaagent:codeguru-profiler-java-agent-standalone-1.2.2 .jar \
7575 -jar target/DemoApplication-1.0-jar-with-dependencies.jar with-issues
7676```
7777
@@ -86,7 +86,7 @@ export AWS_CODEGURU_TARGET_REGION=YOUR-AWS-REGION
8686# Run the demo!
8787export AWS_CODEGURU_PROFILER_GROUP_NAME=DemoApplication-WithoutIssues
8888mvn clean install # generates the DemoApplication-1.0-jar-with-dependencies.jar
89- java -javaagent:codeguru-profiler-java-agent-standalone-1.2.1 .jar \
89+ java -javaagent:codeguru-profiler-java-agent-standalone-1.2.2 .jar \
9090 -jar target/DemoApplication-1.0-jar-with-dependencies.jar without-issues
9191```
9292
You can’t perform that action at this time.
0 commit comments