Skip to content

Commit

Permalink
Merge pull request #2805 from ennru/ennru-slick-db2
Browse files Browse the repository at this point in the history
  • Loading branch information
octonato authored Feb 1, 2022
2 parents aa8adad + a8f35bc commit 8fddb29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slick/src/test/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ slick-db2 {
profile = "slick.jdbc.DB2Profile$"
db {
dataSourceClass = "slick.jdbc.DriverDataSource"
connectionTestQuery = "SELECT 1 FROM SYSIBM.SYSDUMMY1"
properties = {
driver = "com.ibm.db2.jcc.DB2Driver"
url = "jdbc:db2://localhost:50000/sample"
Expand Down

0 comments on commit 8fddb29

Please sign in to comment.