Do you ever want to create a new full-blown project in 10 minutes? With all frameworks and configuration you most likely need? In the age of microservices there is the need to often create new projects with similar shapes. In this blog series I’ll show you how easy it can be to add several aspects to your new project.
Preconditions
First I make some assumptions about the environment, e.g. we can use
- Java 8+
- Spring 4+
- Spring Boot 1.4+
- Maven 3+
- AsciiDoctor 1.5+
Microservice features
I’ll show you how to create a project and add support for
- logging
- documentation
- embedded application server
- deployment
in the next blogs. Every blog will contain some code snippets that you can directly use. In 10 minutes you can create a full blown application.
Have a look at this blogs: