You are missing this annotation on top of your class @AutoConfiguration and you should have a META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports under your resources in which you import the autoconfiguration class.
You can also follow the Spring Boot official documentation