spring-projects-experimental/spring-fu

Generate automatically functional configuration from Spring Boot

Opened this issue · 4 comments

spring-init has been recently upgraded to Spring Boot 2.3.0, the source code of the functional version of Boot autoconfig is available in https://repo.spring.io/snapshot/org/springframework/experimental/spring-boot-autoconfigure/2.3.0.BUILD-SNAPSHOT/spring-boot-autoconfigure-2.3.0.BUILD-20200527.144954-2-func-sources.jar to, and the artifact to use is org.springframework.experimental:spring-boot-autoconfigure:2.3.0.BUILD-SNAPSHOT with the func classifier.

A question is how could we still use only the WebMvc and WebFlux functional infra (as implemented in 088e19f) if we leverage spring-init. Will we have to wait it is supported by Boot ?

dsyer commented

N.B. I removed the "func" classifier and changed the artifactId to add a "-func" suffix instead. So the link above is now like this: https://repo.spring.io/snapshot/org/springframework/experimental/spring-boot-autoconfigure-func/2.3.0.BUILD-SNAPSHOT/