From be0b89e3ce73018e1fb437905e1cf26bf26a9927 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 24 Jan 2022 19:34:43 +0100 Subject: add example in spring --- .../bank/bookstore/src/main/resources/application.properties | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Year_3/TSDWL/SPRING/bank/bookstore/src/main/resources/application.properties (limited to 'Year_3/TSDWL/SPRING/bank/bookstore/src/main/resources') 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 -- cgit v1.2.3-18-g5258