Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexaugustobr/fj33-spring-cloud
Do monolito aos micro serviços
https://github.com/alexaugustobr/fj33-spring-cloud
Last synced: about 1 month ago
JSON representation
Do monolito aos micro serviços
- Host: GitHub
- URL: https://github.com/alexaugustobr/fj33-spring-cloud
- Owner: alexaugustobr
- Created: 2020-06-30T19:44:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T09:21:06.000Z (over 2 years ago)
- Last Synced: 2023-03-07T12:17:39.346Z (over 1 year ago)
- Language: Java
- Size: 2.38 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FJ33-microservices-spring-cloud
Curso FJ-33 da Caelum, do monolito aos microsserviços com java e spring cloud## Executando o projeto:
```
cd ./eats-ui && npm install && npm run ng build && cd .. &&
mvn clean install package && docker-compose build && docker-compose up
```## Referencias
### Apostila Caelum (gratuita e open source) de microservices com spring cloud
`
https://github.com/caelum/apostila-microservices-com-spring-cloud
`