MICROSERVICE
Creating a Java Microservice with Helidon/Microservice Archetype Deployed in Kubernetes
With Helidon you can create Java microservices easily. In this blog, we are creating/exposing a REST service that gets a JSON document stored in an Oracle database and retrieves it to the requestor. For retrieving the JSON document from the database we are using ORDS and SODA but you can use JDBC as well, we’ll show […]
More