Skip to content

Commit edc5911

Browse files
committed
release 2.0.2
1 parent 9d1edc8 commit edc5911

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README_CN.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ subprojects{
8585
"outPath": "D://md2" //指定文档的输出路径 相对路径时请写 ./ 不要写 / eg:./src/main/resources/static/doc
8686
}
8787
```
88+
>如果你想把html文档也打包到应用中随着服务一起访问,则建议你配置路径为:src/main/resources/static/doc。
89+
[服务访问配置参考](https://gitee.com/smart-doc-team/smart-doc/wikis/smart-doc常见问题解决方法?sort_id=2457284)
90+
8891
仅仅需要上面一行配置就能启动smart-doc-gradle-plugin插件,根据自己项目情况更多详细的配置参考下面。
8992

9093
**详细配置说明:**

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
}
2020

2121
group 'com.github.shalousun'
22-
version '2.0.1'
22+
version '2.0.2'
2323

2424
sourceCompatibility = 1.8
2525

@@ -31,7 +31,7 @@ repositories {
3131

3232
dependencies {
3333
testCompile group: 'junit', name: 'junit', version: '4.13.1'
34-
compile 'com.github.shalousun:smart-doc:2.0.1'
34+
compile 'com.github.shalousun:smart-doc:2.0.2'
3535
}
3636
tasks.withType(JavaCompile) {
3737
options.encoding = "UTF-8"

0 commit comments

Comments
 (0)