blob: 507d98d985f8a8c9d4dd9ab39f2c7a8a217a3c8e [file] [log] [blame]
Dan Timoney31172d62020-06-05 15:46:39 -04001springfox.documentation.swagger.v2.path=/api-docs
2server.servlet.context-path=/restconf
3server.port=8080
4spring.jackson.date-format=org.onap.ccsdk.apps.ms.sliboot.swagger.RFC3339DateFormat
5spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS=false
6logging.level.com.att=TRACE
7logging.level.org.onap=TRACE
8spring.datasource.url=jdbc:derby:memory:sdnctl;create=true
9spring.datasource.username=sli
10spring.datasource.password=abc123
11spring.datasource.driver-class-name=org.apache.derby.jdbc.EmbeddedDriver
12spring.datasource.testWhileIdle=true
13spring.datasource.validationQuery=SELECT 1
14spring.jpa.show-sql=true
15spring.jpa.hibernate.ddl-auto=update
16spring.jpa.hibernate.naming.implicit-strategy=org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
17spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
Dan Timoneyc2556dd2022-09-29 15:52:33 -040018spring.jpa.database=derby
19spring.mvc.pathmatch.matching-strategy = ANT_PATH_MATCHER