1. 目录
本文档中用到的前端资源
<!--引入vue库-->
<script type="text/javascript" src="/static/plugins/vue/2.6.9/vue.min.js"></script>
<!--引入element-ui库-->
<script src="${base}/static/plugins/element-ui/2.15.8/index.min.js"></script>
<link rel="stylesheet" href="/static/plugins/element-ui/2.15.8/theme-chalk/index.min.css">
<!--网络请求框架-->
<script src="/static/plugins/axios/0.18.0/axios.min.js"></script>
<script src="/static/plugins/qs/6.6.0/qs.min.js"></script>
<script src="/static/plugins/ms/2.0/ms.umd.js"></script>
<script src="/static/plugins/ms/2.0/ms-el-form.umd.js"></script>
<script>
ms.base = "{ms:global.contextpath/}";
</script>
<script src="/static/mdiy/index.js"></script>
接口地址
http://localhost:8080/swagger-ui.html(接口截图仅供参考)
[!tip] application.yml 设置swagger-enable=true ,开启api接口文档,
2. 重要说明
[!tip] 由于文档与插件都会不定期更新,如果出现实际使用的功能与文档描述不一致说明版本有更新,开源的产品可以在MStore更新对应的插件即可,付费用户在订单有效期内可以更新版本。