bladex环境搭建OK 图文log1

目录

 

项目架构 https://gitee.com/kuzank/SpringBlade-QuickStart

安装包合集及源码https://gitee.com/smallc

启动nacos

启动sentinel

启动并导入数据库mysql

启动redis

导入项目到idea并启动

测试OK


项目架构 https://gitee.com/kuzank/SpringBlade-QuickStart

安装包合集及源码https://gitee.com/smallc

启动nacos

startup.cmd -m standalone

http://127.0.0.1:8848/nacos/index.html
nacos/nacos
加入配置

启动sentinel

java -jar D:\001tools\sentinel-dashboard-1.8.0.jar
http://localhost:8080/#/login
账号密码都为:sentinel

启动并导入数据库mysql

C:\Program Files\MySQL\MySQL Server 8.0\bin
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root';
FLUSH PRIVILEGES;

导入到bladex


启动redis

redis-server.exe redis.windows.conf


导入项目到idea并启动

添加启动配置

Maven: commons-configuration:commons-configuration:1.82
Maven: commons-fileupload:commons-fileupload:1.3.32
重新下载

11:35    Error running 'resourse': Command line is too long. Shorten command line for resourse or also for Application default configuration?
可能路径太长。短就行了。

修改D:\001tools\bladex\bladexcloud\doc\nacos\blade-dev.yaml
所有址址为127.0.0.1


D:\001tools\bladex\bladexcloud\blade-gateway\src\main\resources\bootstrap.yml
修改80为88

gateway地址为http://localhost:88/doc.html 正常


Plugin 'maven-compiler-plugin:3.8.1' not found
重启idea正常

测试OK

7个微服务启动正常,服务正常,页面正常。

猜你喜欢

转载自blog.csdn.net/chenhao0568/article/details/113313872