We could flatten the configuraiton of list elements.
E.g.
properties:
- property:
name: driverClassName
value: org.h2.Driver
- property:
name: url
value: jdbc:h2:./membranedb;AUTO_SERVER=TRUE
could look like this:
properties:
- name: driverClassName
value: org.h2.Driver
- name: url
value: jdbc:h2:./membranedb;AUTO_SERVER=TRUE
We could flatten the configuraiton of list elements.
E.g.
could look like this: