question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Autoconfigure] First impressions

See original GitHub issue

Hi 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:closed
  • Created 5 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
BaldyLockscommented, Apr 26, 2018

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.

1reaction
BaldyLockscommented, Apr 25, 2018

Banner moved to test classpath in latest snapshot.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found