summaryrefslogtreecommitdiff
path: root/Year_3/TSDWL/SPRING/bank/bookstore/src/main/resources/application.properties
diff options
context:
space:
mode:
Diffstat (limited to 'Year_3/TSDWL/SPRING/bank/bookstore/src/main/resources/application.properties')
-rw-r--r--Year_3/TSDWL/SPRING/bank/bookstore/src/main/resources/application.properties7
1 files changed, 7 insertions, 0 deletions
diff --git a/Year_3/TSDWL/SPRING/bank/bookstore/src/main/resources/application.properties b/Year_3/TSDWL/SPRING/bank/bookstore/src/main/resources/application.properties
new file mode 100644
index 0000000..30a59b8
--- /dev/null
+++ b/Year_3/TSDWL/SPRING/bank/bookstore/src/main/resources/application.properties
@@ -0,0 +1,7 @@
+#server.port=3000
+
+spring.datasource.url=jdbc:mysql://localhost:3307/sp?serverTimezone=Europe/Rome
+spring.datasource.username=root
+spring.datasource.password=pass
+spring.jpa.hibernate.ddl-auto=update
+spring.datasource.initialization-mode=always