may i ask why you’re using `@Entity` & `@Confi...
# spring
n
may i ask why you’re using
@Entity
&
@ConfigurationProperties
on the same class? that’s an usage i’ve never seen i would inject the class annotated with
@ConfigurationProperties
into the one annotated with
@Entity
decoupling for better testability