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

https://github.com/rosyid-grobogan/account-service

Spring Boot Microservices - Account Service
https://github.com/rosyid-grobogan/account-service

java jpa-hibernate spring-boot

Last synced: 8 months ago
JSON representation

Spring Boot Microservices - Account Service

Awesome Lists containing this project

README

          

## Account Service

## Docker
Redis
```
docker run -p 6379:6379 --name myredis -v myredis-data:/data -d redis:6.0.6-alpine
```

PostgreSQL
```
docker run -p 5434:5434 --name mypostgres -v mypg-data:/var/lib/postgresql/data -e POSTGRES_PASSWORD=rahasia1234 -d postgres:11-alpine
```