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:
@@ -13,6 +13,10 @@ import org.springframework.boot.test.context.SpringBootTest;
|
||||
})
|
||||
public class CustomBeanTest {
|
||||
|
||||
static {
|
||||
System.setProperty("org.springframework.boot.logging.LoggingSystem", "none");
|
||||
}
|
||||
|
||||
@Autowired
|
||||
some.custom.pkg1.CustomBean customBean1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user