diff options
Diffstat (limited to 'ms/generic-resource-api/src/test/resources/application.properties')
-rw-r--r-- | ms/generic-resource-api/src/test/resources/application.properties | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/ms/generic-resource-api/src/test/resources/application.properties b/ms/generic-resource-api/src/test/resources/application.properties deleted file mode 100644 index b397eb9..0000000 --- a/ms/generic-resource-api/src/test/resources/application.properties +++ /dev/null @@ -1,23 +0,0 @@ -springfox.documentation.swagger.v2.path=/api-docs -server.servlet.context-path=/restconf -server.port=8080 -spring.jackson.date-format=org.onap.sdnc.apps.ms.gra.swagger.RFC3339DateFormat -spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS=false -logging.level.com.att=TRACE -logging.level.org.onap=TRACE -spring.datasource.url=jdbc:derby:memory:${MYSQL_DATABASE};create=true -spring.datasource.platform=derby -spring.datasource.username=${MYSQL_USER} -spring.datasource.password=${MYSQL_PASSWORD} -spring.datasource.driver-class-name=org.apache.derby.jdbc.EmbeddedDriver -spring.datasource.testWhileIdle=true -spring.datasource.validationQuery=SELECT 1 -spring.datasource.continue-on-error=true -spring.jpa.show-sql=false -spring.jpa.properties.hibernate.default_schema=${MYSQL_DATABASE} -spring.jpa.hibernate.naming.implicit-strategy=org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl -#spring.jpa.hibernate.naming.physical-strategy=org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy -spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl -spring.jpa.database=derby -serviceLogicProperties=src/test/resources/svclogic.properties -serviceLogicDirectory=target/docker-stage/opt/onap/sdnc/svclogic/graphs/generic-resource-api |