Usually, when developing a Microservice you want to expose its interfaces via REST to other Microservices or to the frontend. However, you might want to develop a library that uses the functionality of Spring Boot. By adding a Maven repackage goal to your pom.xml, your module will be packaged as a Java module instead of [...]
Tag: software
Creating a Service for RedHat
Recently, I encountered the challenge to run a shell script of an internal program from our team on a RedHat machine. I had to choose a solution which was easy to maintain and a well-known standard to developers. Besides some alternative ideas, like running the script from a Jenkins job, to make it more visible or executing it [...]
Software Development Environment
In many Software projects developers have to install and configure their Software Development Environment (SDE) by themselves. This causes a blooming variety in the tooling landscape which can easily become a Software Zoo. Developers in the team may use different tools and individual configurations. Wrong settings appear during the development and decrease the productivity of the team. Additionally, new members [...]