diff options
Diffstat (limited to 'Year_3/TSDWL/SPRING/petshop/src/main/resources')
-rw-r--r-- | Year_3/TSDWL/SPRING/petshop/src/main/resources/application.properties | 7 |
1 files changed, 7 insertions, 0 deletions
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 |