Honour existing java.awt.headless configuration
Previously, SpringApplication would set the java.awt.headless system property even if it had already been set. This commit updates SpringApplication to honour any existing configuration when setting the property. Fixes #1189
Showing
Please register or sign in to comment