Working dark theme for Eclipse

Bright color scheme and the cool guys When you use the Eclipse IDE, in my case this is the Spring Tool Suite, the default color theme is bright with a white background. If you talk to guys who do a real programming language - in their eyes Java is not really a programming language - … Continue reading Working dark theme for Eclipse

Advertisement

REST API documentation with Swagger

Introduction When you create a REST API for a modern Web application, i.e. by using spring-boot, you need some kind of documentation. You have do document what a REST endpoint does, which input the endpoints expects, what is validated, and so on, and so on. Of course your documentation must be updated so it always … Continue reading REST API documentation with Swagger