Skip to content

Instantly share code, notes, and snippets.

View openwms's full-sized avatar
🎯
focusing

Heiko Scherrer openwms

🎯
focusing
View GitHub Profile
@thomasdarimont
thomasdarimont / App.java
Last active December 23, 2024 09:33
How to use custom SpEL functions in @value with Spring Boot
package demo;
import static java.lang.reflect.Modifier.*;
import java.util.Arrays;
import java.util.Set;
import org.springframework.beans.BeansException;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.beans.factory.config.BeanExpressionResolver;