Spring Boot already automatically configures many things.
You can use normal Spring @Configuration classes with Spring Boot, but it's often easier to specify the necessary configuration properties in the file application.properties; you then don't need these @Configuration classes at all.
Appendix A of the Spring Boot reference manual lists many of the properties that you can set in application.properties.