is it possible to read the yaml file in Spring boot using the @configurationproperties ?
app:
X1:
key1: value1
key2: value2
X2:
key1: value3
key2: value4
X3:
key1: value5
key2: value6
X4:
key1: value7
key2: value8
I would like to read and put it as Hashmap