Prettified Code!

This commit is contained in:
hengyunabc
2022-07-30 08:22:50 +00:00
committed by GitHub Action
parent 6d8c91fe70
commit 71095cf364
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -105,7 +105,7 @@ Tunnel server 会以`_`做分隔符,提取出`appName`,方便按应用进行
### Tunnel Server 的管理页面
> 需要在spring boot的`application.properties`里配置 `arthas.enable-detail-pages=true`
> 需要在 spring boot 的`application.properties`里配置 `arthas.enable-detail-pages=true`
> **注意,开放管理页面有风险!管理页面没有安全拦截功能,务必自行增加安全措施。**
@@ -147,7 +147,7 @@ id test_PE3LZO9NA9ENJYTPGL9L
### 安全和权限管理
**强烈建议不要把tunnel server直接暴露到公网上。**
**强烈建议不要把 tunnel server 直接暴露到公网上。**
目前 tunnel server 没有专门的权限管理
+1 -1
View File
@@ -100,11 +100,11 @@ Alternatively, you can configure `appName` in `arthas.properties` in the unzippe
:::
### Tunnel Server Management Page
> Need to configure `arthas.enable-detail-pages=true` in `application.properties` of spring boot
> **Attention, opening admin pages is risky! There is no security blocking function on the management page, you must add security measures by yourself.**
Start the tunnel-server locally, then use `as.sh` attach, and specify the application name `--app-name test`:
```