mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-22 20:54:25 +08:00
🐛 springbootadmin 控台的register 模块名称不正确
This commit is contained in:
parent
4c63561f72
commit
556f38a94c
@ -39,13 +39,13 @@
|
|||||||
|
|
||||||
| 依赖 | 版本 |
|
| 依赖 | 版本 |
|
||||||
|-----------------------------|------------|
|
|-----------------------------|------------|
|
||||||
| Spring Boot | 3.3.0 |
|
| Spring Boot | 3.3.1 |
|
||||||
| Spring Cloud | 2023.0.1 |
|
| Spring Cloud | 2023.0.1 |
|
||||||
| Spring Cloud Alibaba | 2022.0.0.0 |
|
| Spring Cloud Alibaba | 2022.0.0.0 |
|
||||||
| Spring Authorization Server | 1.2.4 |
|
| Spring Authorization Server | 1.3.1 |
|
||||||
| Mybatis Plus | 3.5.6 |
|
| Mybatis Plus | 3.5.7 |
|
||||||
| Vue | 3.4 |
|
| Vue | 3.4 |
|
||||||
| Element Plus | 2.6 |
|
| Element Plus | 2.7 |
|
||||||
|
|
||||||
### 模块说明
|
### 模块说明
|
||||||
|
|
||||||
|
@ -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/**
|
urls: /actuator/**,/,/error,/**/*.css,/**/*.js,/**/*.html,/**/*.map,/**/*.svg,/**/*.png,/**/*.ico,/console-fe/public/**,/v1/auth/**,/v1/console/health/**,/actuator/**,/v1/console/server/**
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
|
application:
|
||||||
|
name: @project.artifactId@
|
||||||
datasource:
|
datasource:
|
||||||
platform: mysql #这个过期属性不能修改,nacos 代码对此有硬编码
|
platform: mysql #这个过期属性不能修改,nacos 代码对此有硬编码
|
||||||
security:
|
security:
|
||||||
|
Loading…
Reference in New Issue
Block a user