Hi
After Converting yml properties to VM Args i am not able to see all options of main Datasource
main:
datasource:
url: ${MAIN_DATASOURCE_URL:jdbc:hsqldb:file:.jmix/hsqldb/taup}
username: ${MAIN_DATASOURCE_USERNAME:sa}
If i have my yml properties like this. then. seeing main datasource without Recreate and Update like
Bu t If i have
main:
datasource:
url: jdbc:hsqldb:file:.jmix/hsqldb/taup
username: sa
After this everything is working fine
With VM options its not working Properly