* JAVA-11500 : move quarkus related modules into quarkus-modules folder * Update pom.xml * Update pom.xml * JAVA-11500 : added read me file * JAVA-11500 : addressed PR comments Co-authored-by: Loredana Crusoveanu <lore.crusoveanu@gmail.com> Co-authored-by: Keerthi Gadde <keerthi.gadde@anca.com>
7 lines
220 B
Bash
7 lines
220 B
Bash
#!/bin/bash
|
|
|
|
SCRIPTPATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
|
|
|
|
$SCRIPTPATH/target/spring-project -XX:+FlightRecorder -XX:StartFlightRecording="filename=$SCRIPTPATH/recording.jfr,name=Profiling spring"
|
|
|