File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11gen /
22edmx /
3- schema.sql
3+ schema-h2 .sql
44schema-nomocks.sql
55default-env.json
66openapi.json
Original file line number Diff line number Diff line change 220220 <configuration >
221221 <commands >
222222 <command >build --for java</command >
223- <command >deploy --to h2 --with-mocks --dry --out "${project.basedir} /src/main/resources/schema.sql"</command >
224- <command >deploy --to h2 --dry --out "${project.basedir} /src/main/resources/schema-nomocks.sql"</command >
223+ <command >deploy --to h2 --with-mocks --dry --out "${project.basedir} /src/main/resources/schema-h2.sql"</command >
225224 <command >compile srv/cat-service.cds -2 openapi --openapi:url /api/browse >
226225 "${project.basedir} /src/main/resources/swagger/openapi.json"</command >
227226 </commands >
Original file line number Diff line number Diff line change 128128---
129129spring :
130130 config.activate.on-profile : default
131+ sql.init.platform : h2
131132cds :
132133 data-source :
133134 auto-config.enabled : false
You can’t perform that action at this time.
0 commit comments