Add SAP settings for local testing
This commit is contained in:
parent
9543697ea3
commit
925cf5fb7f
|
@ -106,6 +106,13 @@ ext {
|
||||||
'jdbc.user' : 'HIBERNATE_TEST',
|
'jdbc.user' : 'HIBERNATE_TEST',
|
||||||
'jdbc.pass' : 'H1bernate_test',
|
'jdbc.pass' : 'H1bernate_test',
|
||||||
'jdbc.url' : 'jdbc:sap://localhost:30015/'
|
'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/'
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue