diff options
author | Vitaly Takmazov | 2022-12-03 15:28:06 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2022-12-14 12:57:52 +0300 |
commit | 0c0ea8897e64461b1cfa9cd86a939b48f0bdd640 (patch) | |
tree | f11c73b8246b0724b26ca08529c3c702e1722d79 /src/main/resources/application-postgres.properties | |
parent | 8344ea3e3e652f5307ffb6115d6fdebf638ba098 (diff) |
Initial PostgreSQL schema and profile
Diffstat (limited to 'src/main/resources/application-postgres.properties')
-rw-r--r-- | src/main/resources/application-postgres.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/application-postgres.properties b/src/main/resources/application-postgres.properties new file mode 100644 index 00000000..05dbc12d --- /dev/null +++ b/src/main/resources/application-postgres.properties @@ -0,0 +1 @@ +spring.sql.init.platform=postgresql |