Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Commit 36d28f4

Browse files
committed
release 1.2.1
1 parent 016c0b6 commit 36d28f4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ subprojects{
8383
**详细配置说明:**
8484
```
8585
{
86-
"serverUrl": "http://127.0.0.1", //设置服务器地址,非必须
86+
"serverUrl": "http://127.0.0.1", //服务器地址,非必须。导出postman建议设置成http://{{server}}方便直接在postman直接设置环境变量
8787
"isStrict": false, //是否开启严格模式
8888
"allInOne": true, //是否将文档合并到一个文件中,一般推荐为true
8989
"outPath": "D://md2", //指定文档的输出路径

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
buildscript {
22
repositories {
33
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
4+
maven {
5+
url "https://plugins.gradle.org/m2/"
6+
}
47
mavenCentral()
58
}
69
}

0 commit comments

Comments
 (0)