Skip to content
Snippets Groups Projects
Commit b107f028 authored by Diana Gulčíková's avatar Diana Gulčíková
Browse files

Merge branch 'app.yml_fix' into 'milestone_2'

small app.yml fix

See merge request !58
parents f39a740c 67c70b63
No related branches found
No related tags found
2 merge requests!61Milestone 2,!58small app.yml fix
Pipeline #
...@@ -16,7 +16,7 @@ spring: ...@@ -16,7 +16,7 @@ spring:
hibernate: hibernate:
ddl-auto: update ddl-auto: update
datasource: datasource:
url: jdbc:h2:file:./src/main/resources/data/car;MODE=PostgreSQL url: jdbc:h2:file:./car/src/main/resources/data/car;MODE=PostgreSQL
driverClassName: org.h2.Driver driverClassName: org.h2.Driver
username: admin username: admin
password: admin password: admin
...@@ -16,7 +16,7 @@ spring: ...@@ -16,7 +16,7 @@ spring:
hibernate: hibernate:
ddl-auto: update ddl-auto: update
datasource: datasource:
url: jdbc:h2:file:./src/main/resources/data/component;MODE=PostgreSQL url: jdbc:h2:file:./component/src/main/resources/data/component;MODE=PostgreSQL
driverClassName: org.h2.Driver driverClassName: org.h2.Driver
username: admin username: admin
password: admin password: admin
\ No newline at end of file
...@@ -16,7 +16,7 @@ spring: ...@@ -16,7 +16,7 @@ spring:
hibernate: hibernate:
ddl-auto: update ddl-auto: update
datasource: datasource:
url: jdbc:h2:file:./src/main/resources/data/driver;MODE=PostgreSQL url: jdbc:h2:file:./driver/src/main/resources/data/driver;MODE=PostgreSQL
driverClassName: org.h2.Driver driverClassName: org.h2.Driver
username: admin username: admin
password: admin password: admin
...@@ -16,7 +16,7 @@ spring: ...@@ -16,7 +16,7 @@ spring:
hibernate: hibernate:
ddl-auto: update ddl-auto: update
datasource: datasource:
url: jdbc:h2:file:./src/main/resources/data/race;MODE=PostgreSQL url: jdbc:h2:file:./race/src/main/resources/data/race;MODE=PostgreSQL
driverClassName: org.h2.Driver driverClassName: org.h2.Driver
username: admin username: admin
password: admin password: admin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment