Commit 151e1ef3 by flying-cattle

swagger配置文件生成

parent 8e27999a
......@@ -53,6 +53,7 @@ public class TestMain {
String aa4=Generator.createService(fileUrl, bi).toString();
String aa5=Generator.createServiceImpl(fileUrl, bi).toString();
String aa6=Generator.createController(fileUrl, bi).toString();
//swagger配置文件还未上传至maven中央库,代码中已实现。
String aa7=Generator.createSwaggerConfig(fileUrl, bi).toString();
//创建swagger配置
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment