An important aspect of Continuous Delivery is a configuration management. Configuration is often stored in the database, especially for more complex business applications. The ability to automatically update changes and…
Java, Spring, Kotlin, microservices, Kubernetes, containers
An important aspect of Continuous Delivery is a configuration management. Configuration is often stored in the database, especially for more complex business applications. The ability to automatically update changes and…
Docker, microservices, and continuous delivery are increasingly popular topics among modern development teams. Today I'm going to create a simple microservice and show you how to run it in a…
Spring framework provides a set of libraries for creating microservices in Java. They are a part of the Spring Cloud project. Today I'm going to show you how to create…