diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml new file mode 100644 index 0000000..4b266f9 --- /dev/null +++ b/src/main/resources/application.yml @@ -0,0 +1,6 @@ +spring: + sql.init.mode: always # (1) + datasource: + url: jdbc:postgresql://localhost:5432,postgres:5432/postgres + username: postgres + password: example