【若依系列】1.项目修改成自己包名并启动服务

项目下载地址:

分离版本 https://gitee.com/y_project/RuoYi-Vue
修改工具下载 https://gitee.com/lpf_project/common-tools
相关截图:
1.项目结构:
2.修改包名工具:
工具截图,根据对应提示自定义修改即可:
若依项目的运行环境:
复制代码
	JDK >= 1.8
	MySQL >= 5.7
	Maven >= 3.0
	Node >= 12
	Redis >= 3
项目配置(注意把sql文件在mysql中执行一下):

配置数据库连接信息:

配置redis连接信息:

到这个地步,后端服务基本上就可以启动了,可以测试看看。
前端启动:
bash 复制代码
# 进入项目目录
cd pang-ui

# 安装依赖
npm install

# 强烈建议不要用直接使用 cnpm 安装,会有各种诡异的 bug,可以通过重新指定 registry 来解决 npm 安装速度慢的问题。
npm install --registry=https://registry.npmmirror.com

# 本地开发 启动项目
npm run dev
到这个地步,前端基本上可以启动测试了。
相关推荐
阿喵派我来抓鱼1 天前
深入理解 AI 流式接口:从请求到响应的完整解析
react.js·ai·前端框架·vue
hrrrrb1 天前
【Spring Security】Spring Security 概念
java·数据库·spring
小信丶1 天前
Spring 中解决 “Could not autowire. There is more than one bean of type“ 错误
java·spring
心止水j1 天前
spark
javascript·数据库·spark
周杰伦_Jay1 天前
【Java虚拟机(JVM)全面解析】从原理到面试实战、JVM故障处理、类加载、内存区域、垃圾回收
java·jvm
xujiangyan_1 天前
Redis详解
数据库·redis·缓存
摇滚侠1 天前
Spring Boot 3零基础教程,IOC容器中组件的注册,笔记08
spring boot·笔记·后端
Y编程小白1 天前
PostgreSQL在Linux中的部署和安装教程
数据库·postgresql
程序员小凯1 天前
Spring Boot测试框架详解
java·spring boot·后端
豐儀麟阁贵1 天前
基本数据类型
java·算法