Files
spring-boot-rest/spring-core-3/static-value-injection/README.md
2020-03-07 14:16:08 +00:00

271 B

Inject a value to a static field

How to run

mvn clean install
mvn spring-boot:run

Request

GET http://localhost:8080/properties

Response

[
    "Inject a value to a static field",
    "Inject a value to a static field",
    null
]