https://github.com/java-repositories/todo-backend-microservices
https://github.com/java-repositories/todo-backend-microservices
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/java-repositories/todo-backend-microservices
- Owner: java-repositories
- Created: 2024-10-09T14:52:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-14T14:32:10.000Z (over 1 year ago)
- Last Synced: 2025-01-07T01:41:20.551Z (over 1 year ago)
- Language: Java
- Size: 225 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Planner Microservices
## Useful links
- eureka http://localhost:8761/
- gateway http://localhost:8765/
- config http://localhost:8888/
- todo http://localhost:8765/planner-todo/
- users http://localhost:8765/planner-users/
## Структура
```
├── dumps дампы БД
├── planner-... соответсвующий сервис
├── postman запросы
└── prop-test файлы конфигурации в репозитории
```
## RabbitMQ
### Запуск
```bash
docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3.10.7-management
```
### Авторизация
http://127.0.0.1:15672
guest/guest