/pokedemo

Java 11 project with Spring Boot

Primary LanguageJava

Product Backend

Java 11 project with Spring Boot, this project contains:

  • Rest template
  • Redis Cache
  • Unit Test
  • Integration Test
  • Swagger Documentation

Swagger Documentation

When you run the app you can access to Swagger documentation in the next path: /swagger-ui.html.

Run redis-server

docker run --name redis-t -d -p 6379:6379 redis:6.0

Access URL: