Skip to content

Commit ffeb9ad

Browse files
Update application.properties
update db ip
1 parent 8daa1b0 commit ffeb9ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

code/backend/src/main/resources/application.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
server.port=8080
22

3-
spring.datasource.url=jdbc:mysql://47.253.210.186:3306/sec_hand
3+
spring.datasource.url=jdbc:mysql://47.252.3.33:3306/sec_hand
44
spring.datasource.username=root
55
spring.datasource.password=haBshjbwei23432*&
66
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
@@ -26,10 +26,10 @@ mybatis.configuration.map-underscore-to-camel-case=true
2626
mybatis.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
2727

2828

29-
app.url=http://47.253.210.186:8080
29+
app.url=http://47.252.3.33:8080
3030

3131
# Image
32-
baseUrl=http://47.253.210.186:8080
32+
baseUrl=http://47.252.3.336:8080
3333
spring.servlet.multipart.enabled=true
3434
spring.servlet.multipart.max-file-size=200MB
3535
spring.servlet.multipart.max-request-size=200MB

0 commit comments

Comments
 (0)