jeecg boot 笔记

彭正谊
2023-12-01

jeecg boot笔记
动态路由菜单
src/components/page/GlobalLayout.vue
src/components/menu/SideMenu.vue

系统环境变量:
MYSQL_HOME D:\software\mysql-5.7.26-winx64
path

mysql安装:
mysqld -install

redis 安装

启动步骤:
1.检查启动哪个yml
application.yml中active

2.启动配置:
D:\javaweb\jeecg-boot\jeecg-boot\jeecg-boot-module-system\src\main\resources\application-dev.yml
#文件上传根目录 设置
upload: D://javaweb//upFiles
#webapp文件路径
webapp: D://javaweb//webapp
3.启动redis
redis-server.exe
或者配置成自启动,redis的目录下,新建文件夹Logs:redis-server --service-install redis.windows-service.conf --loglevel verbose

3.sso配置httphost
http://sso.test.com

 类似资料: