We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a693f46 commit c4c17f5Copy full SHA for c4c17f5
1 file changed
src/main/resources/application.properties
@@ -1,6 +1,6 @@
1
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
2
3
-spring.datasource.url=jdbc:mysql://localhost:3306/springboot_crud
+spring.datasource.url=jdbc:mysql://65.1.210.34:3306/springboot_crud
4
spring.datasource.username=springboot_crud
5
spring.datasource.password=1234567890
6
@@ -13,7 +13,7 @@ spring.jpa.database-platform=org.hibernate.dialect.MySQL8Dialect
13
logging.level.org.hibernate.SQL=DEBUG
14
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE
15
16
-server.port=9192
+server.port=5000
17
18
spring.mail.host=smtp.gmail.com
19
spring.mail.port=587
0 commit comments