一个开源前后端分离后台管理系统 eladmin
2022-08-03 09:57:03
197
{{single.collect_count}}

项目地址:  https://github.com/elunez/eladmin

文档: https://docs.auauz.net/#/

项目源码

 后端源码前端源码
githubhttps://github.com/elunez/eladminhttps://github.com/elunez/eladmin-qd

 

前端:  

  1. 下载后前端目录内运行 npm i 安装依赖;(需要有 nodejs 环境);
  2. npm run dev , 会自动打开浏览器  http://localhost:8013 并跳转到登录界面,此时还不能登录, 后台还没起;

后端: 

  1. IDEA 打开项目, 待自动安装 maven 依赖;
  2. 修改 config 中数据库连接信息;
  3. 启动 redis ;
  4. 按照文档说明启动:
  5. MAC 下 IDEA提示:Class JavaLaunchHelper is implemented in both的错误解决
     

    Help->Edit Custom Properties,没有这个properties文件的话,IDEA会提示创建,然后在里面加上 idea.no.launcher=true

    重启即可。

回帖
全部回帖({{commentCount}})
{{item.user.nickname}} {{item.user.group_title}} {{item.friend_time}}
{{item.content}}
{{item.comment_content_show ? '取消' : '回复'}} 删除
回帖
{{reply.user.nickname}} {{reply.user.group_title}} {{reply.friend_time}}
{{reply.content}}
{{reply.comment_content_show ? '取消' : '回复'}} 删除
回帖
收起
没有更多啦~
{{commentLoading ? '加载中...' : '查看更多评论'}}