diff options
author | 2020-08-12 11:23:28 -0400 | |
---|---|---|
committer | 2020-08-13 16:09:14 -0400 | |
commit | d4a4318d15b9ad92fd46b35c125de8db6a5f689a (patch) | |
tree | e5c539055999cc01471a4fda8a33242a7825f8c3 /ms/generic-resource-api/src/main/resources/application.properties | |
parent | adbe44c387bd2ff2ca0659345b1941735993ba0c (diff) |
Fix test issues
Added property settings to all test cases to correct issue in staging
build, where properties do not appear to be taking place properly.
Also, fixed issues found in testing with docker compose.
Change-Id: If698e212d91cd630af4c4a33dd70d90078923478
Issue-ID: SDNC-1315
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'ms/generic-resource-api/src/main/resources/application.properties')
-rw-r--r-- | ms/generic-resource-api/src/main/resources/application.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ms/generic-resource-api/src/main/resources/application.properties b/ms/generic-resource-api/src/main/resources/application.properties index db03246..e097b92 100644 --- a/ms/generic-resource-api/src/main/resources/application.properties +++ b/ms/generic-resource-api/src/main/resources/application.properties @@ -1,3 +1,4 @@ + springfox.documentation.swagger.v2.path=/api-docs server.servlet.context-path=/restconf server.port=8080 @@ -11,7 +12,7 @@ spring.datasource.hikari.data-source-properties.characterEncoding=UTF-8 spring.datasource.username=sdnc spring.datasource.password=abc123 spring.datasource.driver-class-name=org.mariadb.jdbc.Driver -spring.datasource.platform=mariadb +spring.datasource.platform=mysql spring.datasource.testWhileIdle=true spring.datasource.validationQuery=SELECT 1 spring.jpa.show-sql=true |