- Java
- Spring tool suite
- Redis(Opcional)
- Clonar o projeto
git clone https://github.com/NeeT-T/ComparaPrecoAPI.git - Abrir o projeto no Spring tool suite
- Adicione as configurações do redis ao arquivo
(root)/src/main/resources/application.properties
spring.cache.type=redis
spring.redis.host=[host-ip]
spring.redis.port=[port]
OBS: O redis deverá está rodando antes de inicializar a API.
- Rode o projeto como uma aplicação Spring boot
- Clonar o projeto
git clone https://github.com/NeeT-T/ComparaPrecoAPI.git - Buscar a branch do projeto sem as configurações do redis
git fetch origin noRedis - Puxar o projeto sem o Redis para o repositorio local
git switch noRedis - Abrir o projeto no Spring tool suite
- Rode o projeto como uma aplicação Spring boot