First commit to restore hapi-fhir 6.3.6-SNAPSHOT changes. Add static code blocks to Application.java as well as all tests to System.setProperty("org.springframework.boot.logging.LoggingSystem", "none");

This commit is contained in:
Luke deGruchy
2023-01-10 14:51:32 -05:00
parent 0c7e48cb4d
commit 76650df4dc
13 changed files with 46 additions and 24 deletions

View File

@@ -38,6 +38,10 @@ import org.springframework.web.servlet.DispatcherServlet;
})
public class Application extends SpringBootServletInitializer {
static {
System.setProperty("org.springframework.boot.logging.LoggingSystem", "none");
}
public static void main(String[] args) {
SpringApplication.run(Application.class, args);