SAP Hana
Testing
To test using SAP Hana set the platform to hana
in
src/test/resources/application-test.yaml
Refer to docs / testing if application-test.yaml doesn't exist yet.
ebean:
test:
platform: hana # h2, postgres, mysql, oracle, sqlserver
ddlMode: dropCreate # none | dropCreate | migrations
dbName: test
The above will use the following defaults:
username: | SYSTEM |
---|---|
password: | HXEHana1 |
databaseName: | HXE |
port: | 39017 |
url: | jdbc:sap://localhost:{port}/?databaseName={databaseName} |
driver: | com.sap.db.jdbc.Driver |
image: | store/saplabs/hanaexpress:{version} |