Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ep2p/row-client-starter
- Owner: ep2p
- License: gpl-3.0
- Created: 2020-09-06T07:18:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-01T05:18:59.000Z (over 3 years ago)
- Last Synced: 2023-08-02T05:03:08.907Z (over 1 year ago)
- Topics: client, java, spring-boot, websocket
- Language: Java
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)