赞
踩
gitee地址:https://gitee.com/renrenio/renren-fast
开发文档:https://www.renren.io/guide
renren-fast是一个轻量级的,前后端分离的Java快速开发平台,能快速开发项目并交付【接私活利器】
具有如下特点
Swagger文档路径:http://localhost:8080/renren-fast/swagger/index.html
Swagger注解路径:http://localhost:8080/renren-fast/swagger-ui.html
# 安装依赖
npm install
# 启动服务
npm run dev
Module build failed: Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime
的error就先执行这几句# 方法一
npm i node-sass --sass_binary_site=https://npm.taobao.org/mirrors/node-sass/
# 方法二:
# 卸载node-sass
npm uninstall --save node-sass
# 安装cnpm
npm install -g cnpm --registry=https://registry.npm.taobao.org
# 重新安装
cnpm install --save node-sass
# 启动项目
npm run dev
admin
进行登录gitee地址:https://gitee.com/renrenio/renren-generator
localhost
modules
里文件夹复制到renren-fast
项目的modules
下mapper
文件夹复制到resources
文件夹下views->modules
里的文件夹复制到renren-fast-vue
项目的views->modules
下重新运行renren-fast-vue
项目,在菜单管理新增一个目录
在目录下新增菜单,路由参看生成代码的RequestMapping
地址,授权标识参看RequiresPermissions
注解值
然后刷新页面就能看到新添加的菜单了
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。