79279170

Date: 2024-12-13 17:51:28
Score: 3
Natty:
Report link

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

https://docs.spring.io/spring-boot/reference/features/developing-auto-configuration.html#features.developing-auto-configuration

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @AutoConfiguration
  • Low reputation (1):
Posted by: Hamza Naceur