We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7656a7 + 2d4ba2e commit d498ff8Copy full SHA for d498ff8
src/main/resources/application.properties
@@ -1,7 +1,7 @@
1
server.port=${PORT:8080}
2
3
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
4
-spring.datasource.url=jdbc:mysql://mysql:3306/ecommerce
+spring.datasource.url=jdbc:mysql://192.168.100.9:3306/ecommerce
5
spring.datasource.username=root
6
spring.datasource.password=admin123@
7
0 commit comments