Deploying a simple Spring Boot with MySQL app to AWS using Elastic Beanstalk

There is no doubt that AWS is still a hot topic in 2019 so I felt that I should write … Read MoreDeploying a simple Spring Boot with MySQL app to AWS using Elastic Beanstalk

Extending Swagger Codegen with new mustache template files using a new language

We’ve already seen a lot of things in the previous parts of the series. Although, it’s very useful if you … Read MoreExtending Swagger Codegen with new mustache template files using a new language

Accessing custom attributes in Swagger Codegen

Introduction Customizing your Swagger code generation is easier than you would expect. Adding new custom attributes into your specification file … Read MoreAccessing custom attributes in Swagger Codegen