We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey there spring-fu Team,
first of all thank you very much for this great project.
I am using it very successfully in an exploration on how to make DDD projects better with functional design.
But now I started to integrate more infrastructure like actuator, metrics, and such.
Actuator support is not here yet, I found the related issue.
But how about external dependencies like springdocs?
I am trying to activate the swagger-ui but to my knowledge there is no way of activating a lot of @Beans from an external dependency automatically.
@Beans
Can you elaborate on that? Am I missing sth?
You will find a related issue here springdoc/springdoc-openapi#891 (comment).
Thank you very much!
The text was updated successfully, but these errors were encountered:
Hi, for now there is no way to do it automatically so you will have to register each bean potentially using the autoconfig methods annotated with @Bean like we do in https://github.com/spring-projects-experimental/spring-fu/tree/main/autoconfigure-adapter/src/main/java/org/springframework/boot/autoconfigure.
@Bean
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Hey there spring-fu Team,
first of all thank you very much for this great project.
I am using it very successfully in an exploration on how to make DDD projects better with functional design.
But now I started to integrate more infrastructure like actuator, metrics, and such.
Actuator support is not here yet, I found the related issue.
But how about external dependencies like springdocs?
I am trying to activate the swagger-ui but to my knowledge there is no way of activating a lot of
@Beans
from an external dependency automatically.Can you elaborate on that? Am I missing sth?
You will find a related issue here springdoc/springdoc-openapi#891 (comment).
Thank you very much!
The text was updated successfully, but these errors were encountered: