Skip to content

Commit

Permalink
Remove unneeded usage of FiberDriver
Browse files Browse the repository at this point in the history
  • Loading branch information
circlespainter committed Oct 22, 2015
1 parent e934146 commit 0e840fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions comsat-examples-dropwizard/hello-world.yml
Expand Up @@ -11,10 +11,10 @@ httpClient:
maxConnections: 9999
database:
driverClass:
co.paralleluniverse.fibers.jdbc.FiberDriver
org.apache.derby.jdbc.EmbeddedDriver

url:
jdbc:fiber:derby:build/mydb;user=root;password=root;create=true
url:
jdbc:derby:build/mydb;user=root;password=root;create=true
# for mysql use url such as this
# jdbc:fiber:mysql://localhost:3306/testjdbi?zeroDateTimeBehavior=convertToNull

Expand Down

0 comments on commit 0e840fa

Please sign in to comment.