diff --git a/pom.xml b/pom.xml
index 9b4ea61..5bd2c5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,6 +102,12 @@
1.18.16
provided
+
+
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 32bc037..e92c4d6 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,6 +1,6 @@
server:
- port: 7009
- url: http://127.0.0.1:7009/signup
+ port: 8089
+ url: http://192.168.0.111:8089/signup
system-title: 考试报名系统
system-sub-title: 考试报名系统
servlet:
@@ -25,11 +25,11 @@ spring:
max-request-size: 1GB
datasource:
druid:
- url: jdbc:mysql://127.0.0.1:3306/db_examination_signup?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&autoReconnect=true&failOverReadOnly=false&useSSL=false&serverTimezone=UTC
+ url: jdbc:mysql://49.232.216.45:3306/db_module_building_pictures?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&autoReconnect=true&failOverReadOnly=false&useSSL=false&serverTimezone=UTC
db-type: mysql
driver-class-name: com.mysql.cj.jdbc.Driver
- username: root
- password: root
+ username: renpengcheng
+ password: tsrenpengcheng
initial-size: 2
min-idle: 2
max-active: 5