Member-only story
Quick spring boot microservice API using Telosys generator
In this story, we are going to generate base spring boot Rest API microservice code using Telosys code generator.
When working in a microservices environment, it is quite common to create services with the same architecture. This means that a lot of time is wasted doing repetitive code before focusing on the business logic.
One practical solution is to set up a tool/mechanism that will allow to quickly create and update microservices with the common code base.
Telosys is a good choice to build the components of our microservices.
Prerequisites
This is the list of all the prerequisites for following this story:
- Java 17
- Spring Boot
- Maven 3.6.3
- Eclipse / STS
- PostgreSQL
- Postman
Overview
What is Telosys?
Telosys is a lightweight Open Source code generator. It allows to generate any kind of language (Java, Python, GoLang, PHP, JavaScript, TypeScript, C#, etc). It works without UML model and uses customizable templates to generate the code (templates syntax is based on Velocity).