Files
java-tutorials/spring-boot-properties/src/main/resources/configprops.json
T

11 lines
168 B
JSON

{
"host" : "mailer@mail.com",
"port" : 9090,
"resend" : true,
"topics" : ["spring", "boot"],
"sender" : {
"name": "sender",
"address": "street"
}
}