JavaPlatformHelper: Handle Spring Boot App Scenario
- Handle resource extraction for Spring Boot fat JARs.
 - Use the try-with-resources paradigm to ensure proper closure of resources and facilitate deletion at JVM shutdown.
 - Copy resources only during the first 
JavaPlatformHelperinstantiation, with the ability to replace existing resources if necessary. 
Edited  by Anthony Gauchy