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