From 556f38a94cb2c8a5bef85faaee7593856de9e155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B7=E5=86=B7?= <2270033969@qq.com> Date: Wed, 26 Jun 2024 08:37:39 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20springbootadmin=20=E6=8E=A7?= =?UTF-8?q?=E5=8F=B0=E7=9A=84register=20=E6=A8=A1=E5=9D=97=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E4=B8=8D=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- pig-register/src/main/resources/application.yml | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) 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: