完善 yudao-spring-boot-starter-env 组件,完成 registry 组件
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
POST {{systemBaseUrl}}/system/auth/login
|
||||
Content-Type: application/json
|
||||
tenant-id: {{adminTenentId}}
|
||||
tag: 123
|
||||
tag: {{tag}}
|
||||
|
||||
{
|
||||
"username": "admin",
|
||||
|
||||
@@ -137,6 +137,8 @@ wx: # 参见 https://github.com/Wechat-Group/WxJava/blob/develop/spring-boot-sta
|
||||
|
||||
# 芋道配置项,设置当前项目所有自定义的配置
|
||||
yudao:
|
||||
env: # 多环境的配置项
|
||||
tag: ${HOSTNAME}
|
||||
captcha:
|
||||
enable: false # 本地环境,暂时关闭图片验证码,方便登录等接口的测试
|
||||
security:
|
||||
|
||||
Reference in New Issue
Block a user