You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.
Configure the properties below in application-externaldatasources.properties which is on the classpath.
Property name | Example value | |
---|---|---|
blueriq.datasource.comments-sql-store.url | jdbc:sqlserver://WKS-1966:1433;databaseName=bq_comments;instance=SQL_EXPRESS | |
blueriq.datasource.comments-sql-store.username | blueriq | |
blueriq.datasource.comments-sql-store.password | welcome | |
blueriq.datasource.comments-sql-store.driverClassName | com.microsoft.sqlserver.jdbc.SQLServerDriver | |
blueriq.hibernate.comments-sql-store.hbm2ddl.auto | validate | |
blueriq.hibernate.comments-sql-store.dialect | org.hibernate.dialect.SQLServerDialect | |
blueriq.datasource.trace-sql-store.url | jdbc:sqlserver://WKS-1966:1433;databaseName=bq_trace;instance=SQL_EXPRESS | |
blueriq.datasource.trace-sql-store.username | blueriq | |
blueriq.datasource.trace-sql-store.password | welcome | |
blueriq.datasource.trace-sql-store.driverClassName | com.microsoft.sqlserver.jdbc.SQLServerDriver | |
blueriq.datasource.customerdata-sql-store.url | jdbc:sqlserver://WKS-1966:1433;databaseName=bq_customer_data;instance=SQL_EXPRESS | |
blueriq.datasource.customerdata-sql-store.username=blueriq | blueriq | |
blueriq.datasource.customerdata-sql-store.password | welcome | |
blueriq.datasource.customerdata-sql-store.driverClassName | com.microsoft.sqlserver.jdbc.SQLServerDriver | |
blueriq.hibernate.customerdata-sql-store.hbm2ddl.auto | validate | |
blueriq.hibernate.customerdata-sql-store.dialect | org.hibernate.dialect.SQLServerDialect |