Answers for "how to disable the auto-configuration?"

0

how to disable the auto-configuration?

@EnableAutoConfiguration(exclude={DataSourceAutoConfiguration.class}) if the class is on the classpath

@EnableAutoConfiguration(excludeName={Sample.class}) if the class isn't on the classpath
Posted by: Guest on November-08-2021

Code answers related to "how to disable the auto-configuration?"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language