Skip to content

Instantly share code, notes, and snippets.

View hajubal's full-sized avatar
😐
Fire!!!!

hajubal hajubal

😐
Fire!!!!
  • initech.com
  • Seoul
View GitHub Profile
@hajubal
hajubal / App.java
Created April 3, 2023 08:26
Custom Spring Spel example
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;