diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-27 17:37:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-27 17:37:06 +0000 |
commit | 80d0edc969784b39aa8643ca8f029a6c4eab8b17 (patch) | |
tree | 1cb54a02fb53531934f10f9c495cbfd1a0873c26 /sliboot/src/main/resources/application.properties | |
parent | 46092d7fa8fbc363eece6a0a9425a48e1ae4dd62 (diff) | |
parent | ca18ff35be6ce2c2d59a23c8e92759e4afe55fb6 (diff) |
Merge "Add new sliboot container"
Diffstat (limited to 'sliboot/src/main/resources/application.properties')
-rw-r--r-- | sliboot/src/main/resources/application.properties | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sliboot/src/main/resources/application.properties b/sliboot/src/main/resources/application.properties new file mode 100644 index 00000000..9be28c3a --- /dev/null +++ b/sliboot/src/main/resources/application.properties @@ -0,0 +1,18 @@ +springfox.documentation.swagger.v2.path=/api-docs +server.contextPath=/restconf +server.port=8080 +spring.jackson.date-format=org.onap.ccsdk.sli.core.sliapi.springboot.controllers.swagger.RFC3339DateFormat +spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS=false +logging.level.com.att=TRACE +logging.level.org.onap=TRACE +spring.datasource.url=jdbc:mariadb://dbhost:3306/sdnctl +spring.datasource.username=sli +spring.datasource.password=abc123 +spring.datasource.driver-class-name=org.mariadb.jdbc.Driver +spring.datasource.testWhileIdle=true +spring.datasource.validationQuery=SELECT 1 +spring.jpa.show-sql=true +spring.jpa.hibernate.ddl-auto=update +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.database=mysql
\ No newline at end of file |