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