diff options
author | Dan Timoney <dtimoney@att.com> | 2020-02-21 19:26:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-21 19:26:35 +0000 |
commit | dd60cf1b40744590285eec61aa1170ea14c1b9fb (patch) | |
tree | 9fe8e38dddb51cac3cd8835265891bee85afd897 /sliapi/springboot/src/main/resources/application.properties | |
parent | a688a2cfd24526348f0510768371fc788670b465 (diff) | |
parent | 28d8801959ffa9b12a00114c3d389a58a0359c40 (diff) |
Merge "Springboot-based SLI-API"
Diffstat (limited to 'sliapi/springboot/src/main/resources/application.properties')
-rw-r--r-- | sliapi/springboot/src/main/resources/application.properties | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sliapi/springboot/src/main/resources/application.properties b/sliapi/springboot/src/main/resources/application.properties new file mode 100644 index 000000000..6218d11f6 --- /dev/null +++ b/sliapi/springboot/src/main/resources/application.properties @@ -0,0 +1,8 @@ +springfox.documentation.swagger.v2.path=/api-docs +server.contextPath=/restconf +server.port=8080 +spring.jackson.date-format=org.onap.ccsdk.sli.core.sliapi.springboot.RFC3339DateFormat +spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS=false +spring.datasource.url=jdbc:derby:sdnctl;create=true +spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.DerbyTenSevenDialect +spring.jpa.hibernate.ddl-auto=update
\ No newline at end of file |