es文档开发

This commit is contained in:
暮光:城中城
2019-07-23 21:41:20 +08:00
parent 417132d25c
commit fc02414519
22 changed files with 205 additions and 356 deletions

View File

@@ -39,4 +39,10 @@ public class DocSystemController {
public ModelAndView dubbo() {
return new ModelAndView("/doc-dubbo.html");
}
@AuthMan
@GetMapping("/doc-es")
public ModelAndView es() {
return new ModelAndView("/doc-es.html");
}
}