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