Skip to content

Commit

Permalink
Merge pull request #137 from Nohit-Java17/develop
Browse files Browse the repository at this point in the history
change pass db
  • Loading branch information
Tynab committed Jul 30, 2023
2 parents 4a26795 + 633e17e commit 10d3010
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 10d3010

Please sign in to comment.