Is there any way to add gcp cloud auto-configurati...
# spring
c
Is there any way to add gcp cloud auto-configuration to spring-fu context? From what I see in the spring-fu issues, spring cloud dsl support is not planned for spring-fu. I remember some time ago in spring fu one could set context type to AnnotationConfig and then just register annotation-config type
@Configuration
classes. This options seems to be no longer available. So presently the only option that I see is configuring whole thing by hand, effectively manually copying what auto-configuration does, bean by bean.