Skip to content

Commit

Permalink
change pass db
Browse files Browse the repository at this point in the history
Co-authored-by: tiendat-NTD <[email protected]>
Co-authored-by: macmie2411999 <[email protected]>
  • Loading branch information
3 people committed Jul 30, 2023
1 parent 74f6e72 commit 633e17e
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 @@ -3,7 +3,7 @@ server.port=${PORT:8080}
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://mysql:3306/ecommerce
spring.datasource.username=root
spring.datasource.password=admin123
spring.datasource.password=admin123@

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

0 comments on commit 633e17e

Please sign in to comment.