From d43e1f5f5c0d70ca1b0ed4eed4b5364bf53e5685 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 24 Jan 2022 19:31:36 +0100 Subject: add example in spring --- .../TSDWL/SPRING/petshop/src/main/resources/application.properties | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Year_3/TSDWL/SPRING/petshop/src/main/resources/application.properties (limited to 'Year_3/TSDWL/SPRING/petshop/src/main/resources') diff --git a/Year_3/TSDWL/SPRING/petshop/src/main/resources/application.properties b/Year_3/TSDWL/SPRING/petshop/src/main/resources/application.properties new file mode 100644 index 0000000..ac31df6 --- /dev/null +++ b/Year_3/TSDWL/SPRING/petshop/src/main/resources/application.properties @@ -0,0 +1,7 @@ +#server.port=3000 + +spring.datasource.url=jdbc:mysql://localhost:3306/sp?serverTimezone=Europe/Rome +spring.datasource.username= +spring.datasource.password= +spring.jpa.hibernate.ddl-auto=update +spring.datasource.initialization-mode=always -- cgit v1.2.3-18-g5258