Alex
11/12/2020, 5:06 PMroot:
serverTypeOne:
username: "root"
ssh-key: "path"
serverTypeTwo:
username: "root"
ssh-key: "path"
Can I map something like this from application.yaml to a, for example, Hashmap<Enum<ServerTypes>, ConnectionDetails>
? I have Spring underneath.