aboutsummaryrefslogtreecommitdiffstats
path: root/sliapi/springboot/src/main/resources/application.properties
blob: 6218d11f65b475919d8c3b9e5c4d366783eb8770 (plain)
1
2
3
4
5
6
7
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