You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Configure the properties below in application-externaldatasources.properties which is on the classpath.



Property nameExample 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.autovalidate 
blueriq.hibernate.customerdata-sql-store.dialectorg.hibernate.dialect.SQLServerDialect 
  • No labels