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

Sorry if I might have missed something but is there a sample for kofu coroutines with Cassandra? I tried to follow the kofu-coroutines-mongodb sample but some of the operations like...

type: documentation

Following #303 and PR #345, Spring-data-elasticsearch weas integrated in Jafu and Kofu, we should support a better integration by : - [ ] Add other configurations for ClientConfiguration - [...

type: enhancement

Following does not work. Give error: `java.lang.IllegalArgumentException: Could not resolve view with name 'hello'` ``` val app = reactiveWebApplication { webFlux { codecs { string() jackson() } coRouter { (GET("/hello")...

type: enhancement

While you can simply do normal http requests like this: ```kotlin GET("/") { // ... } ``` There does not seem to be a WebSocket equivalent like: ```kotlin webSocket("/") {...

type: enhancement

Add a simple DSL to enable Spring Session(both webmvc and webflux). 1. specify backend(Map, Redis, Mongo, JDBC) 2. session resolver(cookie, header, or both in sequential )

type: enhancement

here is a project I put to document my issue [kofu-sample](https://github.com/cheroliv-miscellaneous/kofu-r2dbc-jwt) How do you do to refere to another bean in the configuration block, of a kofu project. here is...

type: question

update gradle Introduce "hybrid" applications which allow kofu to be mixed with a traditional annotation context. This will assist codebases to migrate gradually, and/or still use boot libraries that don't...