mirror of
https://github.com/OtusTeam/Spring.git
synced 2026-05-30 10:50:42 +00:00
11 lines
206 B
YAML
11 lines
206 B
YAML
spring:
|
|
datasource:
|
|
url: jdbc:h2:mem:testdb
|
|
#initialization-mode: always
|
|
#data: data.sql
|
|
sql:
|
|
init:
|
|
mode: always
|
|
data-locations: data.sql
|
|
#schema-locations: schema.sql
|