1
0
-1

JDBC Binder Properties: Custom Datasource: (Oracle)
Do we have an option for following:
1. Define Custom Datasource for entire application rather than defining static data everytime.
2. Externalize the Custom Datasource so it can be configured to connect to different environments (DEV QA Prod)

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      Hi, you can make use of Environment Variables to set the desired values, then use the Hash Variable#EnvironmentVariableHashVariable in the corresponding binder properties. This way, you can manage the configuration properties just by editing the environment variables.

        CommentAdd your comment...