Skip to content

Commit d498ff8

Browse files
authored
Merge pull request #172 from Nohit-Java17/develop
change connection
2 parents f7656a7 + 2d4ba2e commit d498ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
server.port=${PORT:8080}
22

33
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
4-
spring.datasource.url=jdbc:mysql://mysql:3306/ecommerce
4+
spring.datasource.url=jdbc:mysql://192.168.100.9:3306/ecommerce
55
spring.datasource.username=root
66
spring.datasource.password=admin123@
77

0 commit comments

Comments
 (0)