Oracle Backend for Spring Boot and Microservices
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Workflow

Oracle Backend for Spring Boot and Microservices includes the Netflix Conductor Server. Conductor is a popular workflow solution that works with Spring Boot Microservices and Oracle Database.

Documentation on Conductor can be found here:

Accessing the Server User Interface (UI)

  1. Expose the Oracle Spring Cloud Admin server that the CLI calls by using this command:

    kubectl port-forward services/conductor-server -n conductor-server 8080:8080
    
  2. Access the Conductor server UI at this URL:

    http://localhost:8080
    
  1. Access the Swagger documentation at this URL:

    http://localhost:8080/swagger-ui/index.html
    

API Specification

The API Specification can be found here: