java-tutorials/spring-core-3/static-value-injection
George Haris 72d0f14b6e BAEL-3835: Inject a value to a static field (#8820)
Co-authored-by: Georgios Charitakis <georgios.charitakis@prodyna.com>
2020-03-07 14:16:08 +00:00
..
src BAEL-3835: Inject a value to a static field (#8820) 2020-03-07 14:16:08 +00:00
README.md BAEL-3835: Inject a value to a static field (#8820) 2020-03-07 14:16:08 +00:00
pom.xml BAEL-3835: Inject a value to a static field (#8820) 2020-03-07 14:16:08 +00:00

README.md

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
]