/itmaker-microservices-starter

Collection of Spring Boot Microservices Starter Pack

Primary LanguageJava

itmaker-microservices-starter

Starterpack for Spring boot based Microservices for developing APIs

  1. Expose RESTFUL API
    1. Swagger Ready -- done
    2. Return successful response code -- done
    3. Return failed response code -- done
    4. Logging ready
    5. Process Metrics
  2. Configuration Management
    1. Look-up from environment variable
    2. Look-up from config file
  3. Connect to REST API
    1. Public Restful
    2. Internal OCP service
    3. Timeout settings
  4. Able to connect to database using connection pool
    1. C2P/SCV
      1. including failover how-to nya ya
    2. Oracle DB
    3. Connection Pool
    4. Timeout and tuning
  5. Connect to ActiveSpace
  6. Call Webservice API
  7. Test-driven Spring Boot
  8. thread, tuning for performance
  9. Asynchronous Approach
  10. Dockerfile definition
  11. Deploy to OCP