my blog. for you.

Reden wir über Digitales.

Ich bin selbständiger IT Berater und Unternehmer in der Internet und Software Branche. Ich beschäftige mich mit Design, Enterprise Applikationen, Web Apps und SaaS Produkten. Ich entwerfe und entwickle Business Lösungen und Anwendungen. Ich helfe Unternehmen in Sachen Software Qualität und Wissenstransfer, z.B. mit Angular und Spring Boot.

How to publish a Java library to Maven Central – A Complete Guide By Maciej Walkowiak

Leider ist der Eintrag nur auf English verfügbar.Freelance software consultant Maciej Walkowiak (of Just and Spring Cloud AWS fame) has recently published this highly useful guide on "How to publish a Java library to Maven Central". While Maven and its main repository Maven Central certainly is a reliable, safe tool with the requisite infrastructure for managing dependencies for Java software projects, it isn't quite as easy to publish new Maven dependencies as it is for example to publish new npm packages. There's a ... Read more

spring-dotenv: Using .env Files With Spring Applications

Leider ist der Eintrag nur auf English verfügbar.spring-dotenv, which in turn is based on dotenv-java is a library that enables Spring applications to access and use environment variables from .env files. .env files are a convention that enables us to store environment variables locally per directory / project instead of either doing so system-wide or in an ad-hoc manner (e.g., using the export shell command), thus allowing use to more strictly follow the storing config in the environment principle from The Twelve-Factor ... Read more

Bootify: Rapid Prototyping for Spring Boot

Leider ist der Eintrag nur auf English verfügbar.Bootify is a rapid prototyping and code generation tool for Spring Boot that aims at improving developer experience for when getting started with a new Spring Boot application. While of course there is Spring Initializr, which serves a similar purpose, Bootify not just generates a minimal Spring Boot application with the desired dependencies but, on top of that and amongst other features, also adds database schema and model generation, REST API and CRUD capabilities, and ... Read more

Testcontainers and Spring Boot From Integration Tests to Local Development – Oleg Šelajev @ Spring I/O 2022

Leider ist der Eintrag nur auf English verfügbar. Read more

Be Proactive About State in a Reactive System by Nele Lea Uhlemann @ Spring I/O 2022

Leider ist der Eintrag nur auf English verfügbar. Read more

Spring Boot 3.0 Migration Guide

Leider ist der Eintrag nur auf English verfügbar.With Spring Boot 3 having been released two weeks ago, I'd like to explicitly mention the Spring Boot 3.0 migration guide again (also for personal reference and documentation purposes). While migrating to Spring Boot 3.0 in most cases will be a rather straightforward endeavour, it's good to always have clear and concise guidelines at hand to facilitate such an upgrade and to make the migration process more reliable and predictable. Read more

Implementing an Oauth 2 Authorization Server With Spring Security – The New Way! by Laurentiu Spilca @ Spring I/O 2022

Leider ist der Eintrag nur auf English verfügbar. Read more

Spring Boot 3 Is Now Available

Leider ist der Eintrag nur auf English verfügbar.This week, with Spring Boot 3.0, the long awaited next iteration of Spring Boot has been released. With Spring Boot 3 having been 12 months in the making, GraalVM native image support, which among other aspects allows for much faster application startup times, probably has been the most highly anticipated feature of this next step for Spring Boot. Further new Spring Boot features comprise: a Java 17 baseline improved observability support for Jakarta EE 10 with an EE 9 ... Read more

Be ‘Mr. Miyagi’ or find one! by Kelly Jille @ Spring I/O 2022

Leider ist der Eintrag nur auf English verfügbar. Read more

A Curated List of Awesome Resources for the Spring Framework Ecosystem

Leider ist der Eintrag nur auf English verfügbar.Software engineer and author ("Cloud Native Spring in Action") Thomas Vitale has been curating this "list of awesome books, tutorials, courses, and resources for the Spring framework ecosystem" for two years now. That list contains mostly educational resources such as books, courses, and blogs as well as Spring-related podcasts. Read more
« Vorherige SeiteNächste Seite »