79602343

Date: 2025-05-01 18:22:08
Score: 0.5
Natty:
Report link

You can exclude FeignClientsConfiguration at first if it's not needed.

@SpringBootApplication
@EnableAutoConfiguration(exclude = FeignClientsConfiguration.class)
public class YourApplication {

}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mantu Singh