Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bliblidotcom/blibli-backend-framework
Blibli.com Backend Framework
https://github.com/bliblidotcom/blibli-backend-framework
backend blibli java kafka reactor spring-boot spring-framework swagger
Last synced: about 1 month ago
JSON representation
Blibli.com Backend Framework
- Host: GitHub
- URL: https://github.com/bliblidotcom/blibli-backend-framework
- Owner: bliblidotcom
- License: apache-2.0
- Created: 2020-01-20T06:39:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-08T12:21:31.000Z (about 1 year ago)
- Last Synced: 2024-09-29T00:05:27.881Z (about 2 months ago)
- Topics: backend, blibli, java, kafka, reactor, spring-boot, spring-framework, swagger
- Language: Java
- Homepage: https://www.blibli.com/
- Size: 530 KB
- Stars: 74
- Watchers: 7
- Forks: 12
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blibli Backend Framework
Blibli Backend Framework is various spring boot 2 libraries for Blibli.com backend projects.
## Setup
To use blibli backend framework, we need to setup our pom.xml
```xml
com.blibli.oss
blibli-backend-framework
...
...
false
bintray-bliblidotcom-maven
bintray
https://dl.bintray.com/bliblidotcom/maven
```
## Example Project
If you need example project, you can see this repository :
[https://github.com/bliblidotcom/blibli-backend-framework-example](https://github.com/bliblidotcom/blibli-backend-framework-example)
## List of Libraries
- [Common](blibli-backend-framework-common/README.md) : standard request and response
- [Mandatory Parameter](blibli-backend-framework-mandatory-parameter/README.md) : mandatory parameter for backend to backend communication
- [Version](blibli-backend-framework-version/README.md) : standard application version information
- [Swagger](blibli-backend-framework-swagger/README.md) : open api and swagger generator
- [Reactor](blibli-backend-framework-reactor/README.md) : simplify project reactor usage
- [API Client](blibli-backend-framework-api-client/README.md) : non blocking declarative restful api client
- [Kafka](blibli-backend-framework-kafka/README.md) : simplify spring kafka usage
- [Command](blibli-backend-framework-command/README.md) : command pattern implementation
- [Aggregate Query](blibli-backend-framework-aggregate-query/README.md) : api client for aggregate query
- [Scheduler Platform](blibli-backend-framework-scheduler-platform/README.md) : api client for scheduler platform
- [JSON](blibli-backend-framework-json/README.md): simplify json manipulation usage
- [Validation](blibli-backend-framework-validation/README.md) : reactive bean validation
- [Sleuth](blibli-backend-framework-sleuth/README.md) : simplify spring sleuth usage
- [External API](blibli-backend-framework-external-api/README.md) : helper for external api app
- [Internal API](blibli-backend-framework-internal-api/README.md) : helper for internal api app