Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 2 days ago
JSON representation

Blibli.com Backend Framework

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