Skip to content

Commit c4c17f5

Browse files
Update application.properties
1 parent a693f46 commit c4c17f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
22

3-
spring.datasource.url=jdbc:mysql://localhost:3306/springboot_crud
3+
spring.datasource.url=jdbc:mysql://65.1.210.34:3306/springboot_crud
44
spring.datasource.username=springboot_crud
55
spring.datasource.password=1234567890
66

@@ -13,7 +13,7 @@ spring.jpa.database-platform=org.hibernate.dialect.MySQL8Dialect
1313
logging.level.org.hibernate.SQL=DEBUG
1414
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE
1515

16-
server.port=9192
16+
server.port=5000
1717

1818
spring.mail.host=smtp.gmail.com
1919
spring.mail.port=587

0 commit comments

Comments
 (0)