1
0
Fork 0
management/README.md

7 lines
581 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

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的端口。然后再登录nacosnacos/Dkha123修改配置中心的数据库地址。启动顺序是先启动gateway服务再是admin、auth最后是system。
front里是前端程序nodejs的版本v14.21.3.太高了运行不起来。主要用的vue2。