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.
1 parent 7d79841 commit dc64b22Copy full SHA for dc64b22
src/main/resources/application.properties
@@ -1,6 +1,6 @@
1
## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
2
#spring.datasource.url = jdbc:mysql://35.162.116.121:31234/notes_app?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&useSSL=false
3
-spring.datasource.url = jdbc:mysql://54.202.241.46:31291/test?useSSL=false
+spring.datasource.url = jdbc:mysql://54.202.24.146:31291/test?useSSL=false
4
# ip is my sql exposed ip with the port number
5
spring.datasource.username = root
6
spring.datasource.password = password
0 commit comments