Which Spring Boot feature allows developers to observe actual auto-configuration decisions made at startup, providing evidence for why a bean was or was not created?
-
A
spring.main.banner-mode=off
-
B
ConditionEvaluationReport via /actuator/conditions or --debug flag
-
C
spring.jpa.show-sql=true
-
D
logging.level.root=TRACE