diff options
author | terminaldweller <thabogre@gmail.com> | 2022-03-16 05:47:37 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-03-16 05:47:37 +0000 |
commit | 1d05064b590d119065495a6d9ce30ae2d4aab05d (patch) | |
tree | b72546f16c7952060ea903b39ce19933f22fe884 /src/main/resources | |
parent | added a new doc class, added self-signed certs to the docker image (diff) | |
download | mdrtl-1d05064b590d119065495a6d9ce30ae2d4aab05d.tar.gz mdrtl-1d05064b590d119065495a6d9ce30ae2d4aab05d.zip |
wip
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/application.properties | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties new file mode 100644 index 0000000..547f233 --- /dev/null +++ b/src/main/resources/application.properties @@ -0,0 +1,7 @@ +spring.datasource.url=jdbc:postgresql://postgres:5432 +spring.datasource.username= +spring.datasource.password= +spring.jpa.hibernate.ddl-auto=create-drop +spring.jpa.show-sql=true +spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect +spring.jpa.properties.hibernate.format_sql=true |