[Autoconfigure] First impressions
See original GitHub issueHi there!
Congratulations on this amazing GraphQL spring boot extension, it was really easy to setup our current spring boot project to use this graphql-spqr-spring-boot-autoconfigure
dependency.
To help this project get even better, I would like to suggest a few improvements:
- Remove the SPQR banner. This is a dependency, so it should not add a banner to the project.
- Document the
spring-boot-starter-websocket
dependency. Without this the application crashes after booting up.
Best regards, Rafael Renan Pacheco.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
How Spring Boot Autoconfiguration works? | by Flavio Antelo
The first thing to keep in mind is that an AutoConfiguration class looks like any regular Spring @Configuration class, but is enriched with ......
Read more >How Spring Boot's Autoconfigurations Work - Marco Behler
You can use this guide to get an in-depth understanding of what Spring Boot's Autoconfigurations are and how they work.
Read more >A Custom Auto-Configuration with Spring Boot - Baeldung
A quick, practical guide to creating a custom auto-configuration in Spring Boot.
Read more >Spring Boot Autoconfiguration. How it works underneath
How The Magic Behind Spring Boot Autoconfiguration Works. Let's review the main components of the logic behind Spring Boot.
Read more >Spring Boot Auto Configuration | Example - YouTube
All auto-configuration logic is implemented in spring-boot- autoconfigure.jar. - @ConditionalOnClass: This configuration is enabled only when ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We’re not deploying snapshots now. It will be deployed as part of 0.0.2 , you can build 0.0.2-SNAPSHOT locally though or just replace it with your own banner.
Banner moved to test classpath in latest snapshot.