diff --git a/README.md b/README.md
index 34cf745a..fcc7283c 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@
| Spring Cloud Alibaba | 2021.1|
| Spring Security OAuth2 | 2.3.6 |
| Mybatis Plus | 3.4.3 |
-| hutool | 5.6.6 |
+| hutool | 5.6.7 |
| Avue | 2.6.18 |
### 模块说明
diff --git a/pig-register/src/main/resources/bootstrap.yml b/pig-register/src/main/resources/bootstrap.yml
index e928fef5..31233db7 100755
--- a/pig-register/src/main/resources/bootstrap.yml
+++ b/pig-register/src/main/resources/bootstrap.yml
@@ -21,6 +21,8 @@ nacos:
urls: /,/error,/**/*.css,/**/*.js,/**/*.html,/**/*.map,/**/*.svg,/**/*.png,/**/*.ico,/console-fe/public/**,/v1/auth/**,/v1/console/health/**,/actuator/**,/v1/console/server/**
spring:
+ datasource:
+ platform: mysql #这个过期属性不能修改,nacos 代码对此有硬编码
security:
enabled: true
boot: # 接入 spring boot admin
@@ -33,9 +35,6 @@ spring:
prefer-ip: true
application:
name: @project.artifactId@
- sql:
- init:
- platform: mysql
useAddressServer: true
diff --git a/pom.xml b/pom.xml
index 1c19c56c..a811a764 100755
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
1.8
1.8
2.4.1
- 5.6.6
+ 5.6.7
3.4.3
3.3.2
2.2.0