| 1234567891011121314151617181920 |
- spring:
- datasource:
- username: sa
- password:
- url: jdbc:h2:mem:punch_settle;MODE=MYSQL
- driver-class-name: org.h2.Driver
- sql:
- init:
- schema-locations:
- - 'classpath:db/schema.sql'
- data-locations:
- - 'classpath:db/data.sql'
- logging:
- level:
- com.punchsettle.server: debug
- jasypt:
- encryptor:
- password: 9sVPl8ZLyOGR88bgyUxA
|