summaryrefslogtreecommitdiff
path: root/Year_3/TSDWL/SPRING/petshop/src/main/resources/application.properties
blob: ac31df63b25b5d330bf47119ee78a37fce880d9d (plain)
1
2
3
4
5
6
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