Add SAP settings for local testing

This commit is contained in:
Vlad Mihalcea 2018-01-22 15:32:48 +02:00
parent 9543697ea3
commit 925cf5fb7f
1 changed files with 7 additions and 0 deletions

View File

@ -106,6 +106,13 @@ ext {
'jdbc.user' : 'HIBERNATE_TEST',
'jdbc.pass' : 'H1bernate_test',
'jdbc.url' : 'jdbc:sap://localhost:30015/'
],
hana_vlad : [
'db.dialect' : 'org.hibernate.dialect.HANAColumnStoreDialect',
'jdbc.driver': 'com.sap.db.jdbc.Driver',
'jdbc.user' : 'VLAD',
'jdbc.pass' : 'V1ad_test',
'jdbc.url' : 'jdbc:sap://localhost:39015/'
]
]
}