I build all my java projects with the command :
mvn spring-boot:run
I'd like to know which jdk (and how) is used :
- to build java project
- to run java project
by spring-boot maven plugin ?
In fact, it seems that the jdk should not be the same for the build and the run.
How does it work ?