Skip to content

Commit ff33075

Browse files
authored
Update README.md
1 parent d377e22 commit ff33075

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ Android 端无任何依赖,全部原生代码完成。
2323
`Android Debug工具`完全无代码侵入性,意味着你只需添加依赖,无需编写任何代码即可以体验基础功能。
2424
- 添加依赖 `debugImplementation 'io.lecon.debugtools:debugtools:1.0.5'`
2525

26+
#### 配置外部数据库
27+
``` groovy
28+
debug_tools {
29+
database {
30+
[数据库名] {
31+
path '[路径]'
32+
}
33+
}
34+
}
35+
```
36+
2637
## 接口开放
2738
### 本地接口
2839
Android端微型服务器使用Json方式传递数据,内置静态服务器,非常适合前后端分离。内置功能包含:

0 commit comments

Comments
 (0)