Vy Do
Vy Do

Reputation: 52508

In Spring Boot, does @ConfigurationProperties support property binding through SpEL?

I am using Spring Boot 3.2.2 , JDK 21.

In Spring Boot, Does @ConfigurationProperties support property binding through SpEL?

Upvotes: 0

Views: 89

Answers (1)

Vy Do
Vy Do

Reputation: 52508

In Spring Boot, Does @ConfigurationProperties support property binding through SpEL? No.

See https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#features.external-config.typesafe-configuration-properties.vs-value-annotation

enter image description here

Upvotes: 1

Related Questions