Beliebte Suchanfragen

Cloud Native

DevOps

IT-Security

Agile Methoden

Java

//

How I Caused Confusion about Spring Boot

30.6.2016 | 2 minutes of reading time

A few weeks ago, I published a blog post about how Spring Boot binds configuration values to JavaBeans . Shortly after this post has been published, Stéphane Nicoll reached out to me. We discussed my findings and came to the conclusion that my blog post was built on false assumptions about how configurations should be defined in Spring Boot.

What was I thinking?!

But let me start from the beginning. I started to think about configuration binding for the first time when I experienced problems with setting the spring.datasource.driver-class-name using OS environment variables . This got me thinking how property names relate to environment variable definitions. Furthermore I was keen to find a good best practice on how to define property keys so that they can be set using environment variables. I looked through the docs to find some information about the logic involved when configuration is loaded in Spring Boot from various sources. After I could not find this information, I started to reverse engineer configuration binding. But this just made the confusion worse. And it all resulted in a blog post that doesn’t really help anybody.

What’s next?

So the question is: How should configuration loading be approached in Spring Boot applications? Stéphane told me that the canonical way of defining property names is to use hyphens. But since Spring Boot cannot accommodate one format for every source (i.e. OS env variables on certain OS doesn’t allow you to use dots), there is the relaxed binding to support those property sources. Moreover he introduced me to configuration meta-data, which is a way to tell your IDE about the structure of your configuration. Tools like IntelliJ can then assist you when implementing configurations. What I learned is that you should define your configuration classes first and then think about how that can be mapped to your property sources instead of doing it the other way around. For this reason I’m planning to write a blog post about the best practices for defining and loading configuration in Spring Boot soon.

Credits

I’d like to thank Stéphane Nicoll for being such a pleasant person to discuss this matter with.

share post

Likes

0

//

More articles in this subject area

Discover exciting further topics and let the codecentric world inspire you.

//

Gemeinsam bessere Projekte umsetzen.

Wir helfen deinem Unternehmen.

Du stehst vor einer großen IT-Herausforderung? Wir sorgen für eine maßgeschneiderte Unterstützung. Informiere dich jetzt.

Hilf uns, noch besser zu werden.

Wir sind immer auf der Suche nach neuen Talenten. Auch für dich ist die passende Stelle dabei.