* [BAEL-4747] Create quarkus and spring boot projects * [BAEL-4747] Add quarkus implementation and fixing native image plugins setup * Fixing build config * [BAEL-4747] Add read me and utils scripts
		
			
				
	
	
		
			7 lines
		
	
	
		
			220 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			220 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/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"
 | 
						|
 |