Blogger

Delete comment from: Java67

Anonymous said...

public @interface SpringBootApplication {

/**
* Exclude specific auto-configuration classes such that they will never be applied.
* @return the classes to exclude
*/
@AliasFor(annotation = EnableAutoConfiguration.class)
Class[] exclude() default {};

Mar 1, 2020, 3:32:43 AM


Posted to Difference between @SpringBootApplication vs @EnableAutoConfiguration annotations in Spring Boot? Example

Google apps
Main menu