🐛 springbootadmin 控台的register 模块名称不正确

This commit is contained in:
冷冷 2024-06-26 08:37:39 +08:00
parent 4c63561f72
commit 556f38a94c
2 changed files with 6 additions and 4 deletions

View File

@ -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 |
### 模块说明

View File

@ -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: