spring-fu icon indicating copy to clipboard operation
spring-fu copied to clipboard

Configuration DSLs for Spring Boot

Results 39 spring-fu issues
Sort by recently updated
recently updated
newest added

After several weeks of digging, I found the code that worked. I would like to contribute based on this code. originally, I was use the registerBean method, but the compiler...

type: enhancement
status: blocked

How to migrate to such kind of declaring sonfig as `fu` offers?? It is non-intuitive (for me) Say having config ```java @Configuration @EnableAsync @EnableScheduling public class AsyncConfiguration implements AsyncConfigurer {...

type: documentation

See [my tweet](https://twitter.com/sdeleuze/status/1051118590945050625) and my [former blog post](https://t.co/A0cfOvuVMO) about that. We could maybe make it SQL engine agnostic by building a library that would generate SQL in order to be...

type: enhancement
status: pending-design-work

type: enhancement
status: pending-design-work

Hello and thanks for bringing such awesome new support to Spring. The routing DSL as it is now is really cool, but comes with a tradeoff against traditional Spring MVC...

type: enhancement
status: pending-design-work

Add support for Spring Data JDBC by allowing to configure a [`JdbcAggregateOperations`](https://github.com/spring-projects/spring-data-jdbc/blob/master/spring-data-jdbc/src/main/java/org/springframework/data/jdbc/core/JdbcAggregateOperations.java) since it is a good fit with Kotlin + functional. cc @schauder

type: enhancement

See related https://github.com/spring-projects/spring-framework/issues/23135 issue.

type: enhancement

There seems to be 2 way of supporting GraphQL: - https://github.com/graphql-java/graphql-java-spring - https://github.com/ExpediaDotCom/graphql-kotlin We need to see which one is the more relevant.

type: enhancement