Browse Source

[crss-worklist-app dev] fix driver class

dmendoza 7 years ago
parent
commit
2e997e64b7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      crss-worklist-app/crss-worklist-app-dev.yml

+ 1 - 0
crss-worklist-app/crss-worklist-app-dev.yml

@@ -24,6 +24,7 @@ spring:
       jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=registration
       username: postgres
       password: postgres
+      driverClassName: org.postgresql.Driver
   jpa:
     show-sql: false
     generate-ddl: false