Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #209 from soul2zimate/HAL-1098-master
Browse files Browse the repository at this point in the history
[HAL-1098] update url in template for MS SQLServer datasource.
  • Loading branch information
hpehl committed Jul 12, 2016
2 parents 4234503 + bf9720e commit bb78f9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public DataSourceTemplates(BeanFactory beanFactory) {
dataSource.setPoolName("MSSQLDS_Pool");
dataSource.setJndiName("java:/MSSQLDS");
dataSource.setDriverName("sqlserver");
dataSource.setConnectionUrl("jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=MyDatabase");
dataSource.setConnectionUrl("jdbc:sqlserver://localhost:1433;DatabaseName=MyDatabase");
dataSource.setUsername("admin");
dataSource.setPassword("admin");
dataSource.setBackgroundValidation(true);
Expand Down

0 comments on commit bb78f9b

Please sign in to comment.