diff options
author | Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> | 2020-03-03 21:53:18 +0000 |
---|---|---|
committer | Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> | 2020-03-04 14:22:28 +0000 |
commit | 2ca6b604042735c56797a2eebd5472a6adaf44d4 (patch) | |
tree | 89bb129857c9b10c67b1257ae98f21dc9f0168b7 /sliapi/springboot/src/main/resources/application.properties | |
parent | ce993645564e2ba43c80fdc80a7265dc4032ceae (diff) |
update sliapi-springboot
organize sli api spring boot project
Issue-ID: CCSDK-2154
Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
Change-Id: Ic1690b8addf0134220b49a01d04e41eaeabf7bb6
Diffstat (limited to 'sliapi/springboot/src/main/resources/application.properties')
-rw-r--r-- | sliapi/springboot/src/main/resources/application.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sliapi/springboot/src/main/resources/application.properties b/sliapi/springboot/src/main/resources/application.properties index 64415bd34..851488b9a 100644 --- a/sliapi/springboot/src/main/resources/application.properties +++ b/sliapi/springboot/src/main/resources/application.properties @@ -1,8 +1,10 @@ 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.date-format=org.onap.ccsdk.sli.core.sliapi.springboot.controllers.swagger.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 +logging.level.com.att=TRACE +logging.level.org.onap=TRACE
\ No newline at end of file |