When I tried to convert special data types like LocalDateTime into JSON I ran against a wall. It took me hours to find the solution. If you face the same problem, here is the solution: weiterlesen
Kategorie: Programmiersprachen
Interessantes zu Programmiersprachen.
Spring Boot Web with Tomcat alternatives
Log4j2 configuration in a separate file
Spring Boot Initializr possibilities
The easiest way to create a new Spring Boot project is the Initializr (http://start.spring.io). In this blog I want to show you how easy it is to create new projects with this tool. weiterlesen
Create a Spring Microservice in 10 Minutes
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. weiterlesen
Asciidoctor for documenting REST APIs
Since more than 30 years I have to write good documentation. On the university I used to write documents with TeX and LaTeX because of the high quality output. The more professional the output is, the more professional the content looks to the reader. LaTeX offers a lot of possibilities to style your document so the reading can be fun. But LaTeX isn’t that simple. In my current projects I searched for a documentation tool that is wide spread, free and simple. The answer was Asciidoctor for me. weiterlesen
Spring Auto REST Docs with Maven
Simple API Documentation with Spring Auto REST Docs
Maybe you have heard of Spring REST Docs? There is another possibility to simplify the API documentation process: Spring Auto REST Docs! weiterlesen
Simple documentation of microservices
After I tried several ways to document my microservices I finally found a very easy one so that you can use your JavaDoc documentation together with your test code to produce nice to read HTML or PDF documents. The answer for me is Spring Auto REST Docs. weiterlesen