File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,9 @@ subprojects{
85
85
"outPath": "D://md2" //指定文档的输出路径 相对路径时请写 ./ 不要写 / eg:./src/main/resources/static/doc
86
86
}
87
87
```
88
+ > 如果你想把html文档也打包到应用中随着服务一起访问,则建议你配置路径为:src/main/resources/static/doc。
89
+ [ 服务访问配置参考] ( https://gitee.com/smart-doc-team/smart-doc/wikis/smart-doc常见问题解决方法?sort_id=2457284 )
90
+
88
91
仅仅需要上面一行配置就能启动smart-doc-gradle-plugin插件,根据自己项目情况更多详细的配置参考下面。
89
92
90
93
** 详细配置说明:**
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ plugins {
19
19
}
20
20
21
21
group ' com.github.shalousun'
22
- version ' 2.0.1 '
22
+ version ' 2.0.2 '
23
23
24
24
sourceCompatibility = 1.8
25
25
@@ -31,7 +31,7 @@ repositories {
31
31
32
32
dependencies {
33
33
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 '
35
35
}
36
36
tasks. withType(JavaCompile ) {
37
37
options. encoding = " UTF-8"
You can’t perform that action at this time.
0 commit comments