diff --git a/pom.xml b/pom.xml
index ba0ad47..01f4014 100644
--- a/pom.xml
+++ b/pom.xml
@@ -184,11 +184,11 @@
-
-
-
-
-
+
+ com.baomidou
+ mybatis-plus-boot-starter
+ 3.5.2
+
diff --git a/ruoyi-admin/src/main/resources/application-druid.yml b/ruoyi-admin/src/main/resources/application-druid.yml
index 037db5c..c8d784b 100644
--- a/ruoyi-admin/src/main/resources/application-druid.yml
+++ b/ruoyi-admin/src/main/resources/application-druid.yml
@@ -6,9 +6,9 @@ spring:
druid:
# 主库数据源
master:
- url: jdbc:mysql://localhost:3306/ry?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+ url: jdbc:mysql://192.168.254.123:3306/zhky?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
- password: 123456
+ password: qwer1234
# 从库数据源
slave:
# 从数据源开关/默认关闭
diff --git a/ruoyi-admin/src/main/resources/static/ruoyi.png b/ruoyi-admin/src/main/resources/static/ruoyi.png
deleted file mode 100644
index b0af01f..0000000
Binary files a/ruoyi-admin/src/main/resources/static/ruoyi.png and /dev/null differ
diff --git a/ruoyi-admin/src/main/resources/templates/system/indenture/edit.html b/ruoyi-admin/src/main/resources/templates/system/indenture/edit.html
index 4a4360c..1071225 100644
--- a/ruoyi-admin/src/main/resources/templates/system/indenture/edit.html
+++ b/ruoyi-admin/src/main/resources/templates/system/indenture/edit.html
@@ -61,7 +61,7 @@