This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
back里是后端。用的是springboot2。需要nacos作配置中心,数据库用的mysql(初始数据用‘综合应用项目用到的数据库’里的sql文件),需要使用redis做缓存,消息队列用的rabbitmq。
启动前修改相应的resources下的数据库配置文件,主要是mysql的端口。然后再登录nacos(nacos/Dkha123),修改配置中心的数据库地址。启动顺序是先启动gateway服务,再是admin、auth,最后是system。
front里是前端程序,nodejs的版本v14.21.3.太高了运行不起来。主要用的vue2。