Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ep2p/row-client-starter

Row client starter for springboot
https://github.com/ep2p/row-client-starter

client java spring-boot websocket

Last synced: 6 days ago
JSON representation

Row client starter for springboot

Awesome Lists containing this project

README

        

# Spring Boot row client starter

This library adds and configures java-row-client to your spring boot project.

[![](https://jitpack.io/v/idioglossia/row-client-starter.svg)](https://jitpack.io/#idioglossia/row-client-starter)

Click on above button to add the project to your springboot service.

Beans that you can override are in [this configuration](https://github.com/idioglossia/row-client-starter/blob/master/src/main/java/lab/idioglossia/row/config/RowClientConfiguration.java)

---

See usage example [here](https://github.com/idioglossia/springboot-row-client-demo)