From 61b07db62146f7367916cc1339261feacc3ed74b Mon Sep 17 00:00:00 2001 From: Andrew Lalis Date: Mon, 21 Feb 2022 15:47:12 +0100 Subject: [PATCH] Added some mundane production properties. --- src/main/resources/application-production.properties | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/main/resources/application-production.properties diff --git a/src/main/resources/application-production.properties b/src/main/resources/application-production.properties new file mode 100644 index 0000000..a3ac92d --- /dev/null +++ b/src/main/resources/application-production.properties @@ -0,0 +1,6 @@ +spring.jpa.open-in-view=false +spring.jpa.hibernate.ddl-auto=update + +spring.devtools.add-properties=false +spring.devtools.livereload.enabled=false +spring.devtools.remote.restart.enabled=false