Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
ChabVlad committed Sep 21, 2024
1 parent 77a8c9e commit c65a2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ spring.application.name=BookStore
spring.datasource.url=jdbc:mysql://localhost/book_store?serverTimezone=UTC
spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
spring.datasource.username=root
spring.datasource.password=!Vladius080197
spring.datasource.password=pass

spring.jpa.hibernate.ddl-auto=validate
spring.jpa.show-sql=true
Expand Down

0 comments on commit c65a2d4

Please sign in to comment.