添加富文本编辑器示例

This commit is contained in:
RuoYi
2019-07-22 11:59:49 +08:00
parent 76b3c381c3
commit aa5d2b9fe8
3 changed files with 103 additions and 0 deletions

View File

@@ -145,6 +145,15 @@ public class DemoFormController
return prefix + "/cards";
}
/**
* summernote 富文本编辑器
*/
@GetMapping("/summernote")
public String summernote()
{
return prefix + "/summernote";
}
/**
* 搜索自动补全
*/