want to define workspace location for h2 database
Right now I have to put the full path to my database like:
jdbc:h2:file:C:/opt/projects/baselogic/services/common-data-services/target/h2/testdb;REFERENTIAL_INTEGRITY=FALSE
But what I really want to be able to define is:
jdbc:h2:file:${workspace_loc:/common-data-services}/target/h2/testdb;REFERENTIAL_INTEGRITY=FALSE
Right now I have to put the full path to my database like:
jdbc:h2:file:C:/opt/projects/baselogic/services/common-data-services/target/h2/testdb;REFERENTIAL_INTEGRITY=FALSE
But what I really want to be able to define is:
jdbc:h2:file:${workspace_loc:/common-data-services}/target/h2/testdb;REFERENTIAL_INTEGRITY=FALSE