Hi Ryan,
I got the issue fixed now. The issue is because there is a missing value on my config.yml. I forgot to supply my databaseName field a value.
database:
driverClass: com.microsoft.sqlserver.jdbc.SQLServerDriver
user: xx
password: xxxxxxx!
url: jdbc:sqlserver://xxx.xxx.xx.xxx:xxxx
maxWaitForConnection: 1s
validationQuery: "/* MyService Health Check */ SELECT 1"
validationQueryTimeout: 3s
minSize: 4
maxSize: 16
checkConnectionWhileIdle: true
evictionInterval: 10s
properties:
databaseName:
characterEncoding: UTF-8
charSet: UTF-8
hibernate.dialect: org.hibernate.dialect.SQLServer2012Dialect
hibernate.enable_lazy_load_no_trans: true
Thanks,
Dondell