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

23 lines
271 B
Markdown

# Inject a value to a static field
## How to run
```sh
mvn clean install
mvn spring-boot:run
```
## Request
**GET**
http://localhost:8080/properties
## Response
```json
[
"Inject a value to a static field",
"Inject a value to a static field",
null
]
```