diff --git a/README.md b/README.md index a8234960..f85a330f 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,13 @@ | 依赖 | 版本 | |-----------------------------|------------| -| Spring Boot | 3.3.0 | +| Spring Boot | 3.3.1 | | Spring Cloud | 2023.0.1 | | Spring Cloud Alibaba | 2022.0.0.0 | -| Spring Authorization Server | 1.2.4 | -| Mybatis Plus | 3.5.6 | +| Spring Authorization Server | 1.3.1 | +| Mybatis Plus | 3.5.7 | | Vue | 3.4 | -| Element Plus | 2.6 | +| Element Plus | 2.7 | ### 模块说明 diff --git a/pig-register/src/main/resources/application.yml b/pig-register/src/main/resources/application.yml index 397489d3..d26f598e 100644 --- a/pig-register/src/main/resources/application.yml +++ b/pig-register/src/main/resources/application.yml @@ -29,6 +29,8 @@ nacos: urls: /actuator/**,/,/error,/**/*.css,/**/*.js,/**/*.html,/**/*.map,/**/*.svg,/**/*.png,/**/*.ico,/console-fe/public/**,/v1/auth/**,/v1/console/health/**,/actuator/**,/v1/console/server/** spring: + application: + name: @project.artifactId@ datasource: platform: mysql #这个过期属性不能修改,nacos 代码对此有硬编码 security: