友情提示:本文黑夜模式下阅读效果更佳,请点击右侧浮窗的太阳符号
日期 | 修改人 | 修改内容 |
---|---|---|
2022年4月13日 | 北极的大企鹅 | 九.启动配置 |
2022年4月15日 | 北极的大企鹅 | 环境配置 |
2022年4月17日 | 北极的大企鹅 | 环境配置 |
2022年4月19日 | 北极的大企鹅 | 环境配置 |
2022年4月20日 | 北极的大企鹅 | TreeInfotip添加 |
软件名称 | 版本 | 相关文章推荐 |
---|---|---|
Git | 13.5.0 | https://www.cnblogs.com/liuyangfirst/p/15996063.html |
JDK | 1.8 | https://www.cnblogs.com/liuyangfirst/p/14334385.html |
Maven | 3.6.0 | https://www.cnblogs.com/liuyangfirst/p/15981202.html |
MySQL | 5.6.10 | https://www.cnblogs.com/liuyangfirst/p/15997667.html |
Redis | 5.0.10 | https://www.cnblogs.com/liuyangfirst/p/15998117.html |
ActiveMQ | 5.16.4 | https://www.cnblogs.com/liuyangfirst/p/16180817.html |
Nginx | 1.18.0 | https://www.cnblogs.com/liuyangfirst/p/13438745.html |
Zookeeper | 3.8.0 | https://www.cnblogs.com/liuyangfirst/p/16181427.html |
Tomcat | 10.0.1 | https://www.cnblogs.com/liuyangfirst/p/16181735.html |
Dubbo-admin | 2.5.4 | https://www.cnblogs.com/liuyangfirst/p/16183180.html |
DBeaver | 7.3.0 | https://www.cnblogs.com/liuyangfirst/p/15997753.html |
IntelliJ IDEA | 尽量使用比较新的版本 | https://www.jetbrains.com/idea/ |
RedisDesktopManager | 0.9.3.817 | https://www.cnblogs.com/liuyangfirst/p/15998132.html |
如图: git ->clone
模块名称 | 描述 | |
---|---|---|
zheng-admin | 后台管理模板 | |
zheng-upms | 用户权限管理系统,框架怎么运行的仔细看看,这个是核心重点 | |
zheng-common | SSM框架公共模块,公共的都放这里 | |
zheng-api | API接口总线系统 | |
zheng-message | 实时通知系统 | |
zheng-ucenter | 用户系统(包括第三方登录) | |
zheng-oss | 对象存储系统 | |
zheng-cms | 内容管理系统 | |
zheng-pay | 支付系统 | |
zheng-shop | 电子商务系统(这个还有待开发) | |
zheng-wechat | 微信系统 | |
zheng-demo | 示例模块(包含一些示例代码等) | |
project-datamodel | 数据库脚本 | |
project-tools | 项目工具脚本 |
模块 | 路径 | 文件名称 | |
---|---|---|---|
开发模式配置 | zheng-cms/zheng-cms-admin | src/main/resources/profiles | dev.properties(默认) |
生产模式配置 | zheng-cms/zheng-cms-admin | src/main/resources/profiles | prod.properties |
测试模式配置 | zheng-cms/zheng-cms-admin | src/main/resources/profiles | test.properties |
模块 | 路径 | 文件名称 | |
---|---|---|---|
zheng-cms-admin | srcmainresources | jdbc.properties | |
zheng-cms-rpc-service | srcmainresources | jdbc.properties | |
zheng-pay-rpc-service | srcmainresources | jdbc.properties | |
zheng-ucenter-rpc-service | srcmainresources | jdbc.properties | |
zheng-upms-rpc-service | srcmainresources | jdbc.properties | |
zheng-ucenter-web | srcmainresources | jdbc.properties | |
zheng-upms-server | srcmainresources | jdbc.properties | |
zheng-wechat-mp | srcmainresources | jdbc.properties |
jdbc是这样的文档在总配置dev.properties中修改,就会映射到这里
(2).redis.properties配置
模块 | 路径 | 文件名称 | |
---|---|---|---|
zheng-cms-admin | srcmainresources | redis.properties | |
zheng-cms-rpc-service | srcmainresources | redis.properties | |
zheng-cms-web | srcmainresources | redis.properties | |
zheng-oss-admin | srcmainresources | redis.properties | |
zheng-pay-rpc-service | srcmainresources | redis.properties | |
zheng-ucenter-rpc-service | srcmainresources | redis.properties | |
zheng-upms-rpc-service | srcmainresources | redis.properties | |
zheng-ucenter-web | srcmainresources | redis.properties | |
zheng-upms-server | srcmainresources | redis.properties | |
zheng-wechat-mp | srcmainresources | redis.properties |
模块 | 路径 | 文件名称 | |
---|---|---|---|
zheng-common | src/main/java/com/zheng/common/util | AESUtil.java |
保证IDE的maven配置为本地的maven,JDK为1.8以上的在项目对应上,还有编码格式没有问题(这些基础问题没有问题)
点击项目的这三项加载(三个同时选中,然后点击run的绿色三角形).
成功后如图(没有报错表示成功,如果有错误,请自行检查自己的maven配置)(友情提示:包多加载比较慢,请耐心等待,同时注意是否有报错信息)
小建议,建议关闭测试如图点击这里,有的测试会报错.
## zheng项目使用 127.0.0.1 ui.zhangshuzheng.cn 127.0.0.1 upms.zhangshuzheng.cn 127.0.0.1 cms.zhangshuzheng.cn 127.0.0.1 pay.zhangshuzheng.cn 127.0.0.1 ucenter.zhangshuzheng.cn 127.0.0.1 wechat.zhangshuzheng.cn 127.0.0.1 api.zhangshuzheng.cn 127.0.0.1 oss.zhangshuzheng.cn 127.0.0.1 config.zhangshuzheng.cn 127.0.0.1 zkserver 127.0.0.1 rdserver 127.0.0.1 dbserver 127.0.0.1 mqserver
启动redis,这里写了这样的脚本,然后把脚本的快捷方式发送到了桌面
找到本地安装redis的路径
新建文件redis_start.bat,写入如下脚本
cd D:ProgramFilesRedis redis-server.exe redis.windows.conf pause
选择redis_start.bat右键,发送快捷方式到桌面,就生成了快捷启动方式
双击redis_start.bat启动redis
名称 | 推荐 | |
---|---|---|
Dubbo-Admin | https://www.cnblogs.com/liuyangfirst/p/16183180.html |
备份ROOT,复制它粘贴到其他文件内.
右键war包解压
右键选择run执行
如图所示为启动成功
项目的启动位置,右键选择run执行
如图所示为启动成功
备份配置文件,以免修改错误导致nginx无法启动
修改内容
#user nobody; worker_processes 1; error_log D:/software/nginx-1.20.1/logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; pid D:/software/nginx-1.20.1/logs/nginx.pid; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"'; access_log D:/software/nginx-1.20.1/logs/access.log main; sendfile on; keepalive_timeout 65; server { listen 80; server_name localhost; #charset koi8-r; #access_log logs/host.access.log main; location / { root html; index index.html index.htm; } error_page 500 502 503 504 /50x.html; location = /50x.html { root html; } } ## 启动zheng server { listen 1000; server_name localhost; error_page 500 502 503 504 /50x.html; location / { #root后面内容需要修改为本机的zheng-ui项目的绝对路径位置 root D:/workspace____java/zheng/zheng-ui/; index index.html index.htm; add_header Access-Control-Allow-Origin *; } location = /50x.html { root html; } } }
访问地址 : http://upms.zhangshuzheng.cn:1111/swagger-ui.html
上传到本博主gitee,仅供学习:https://gitee.com/mrliuNumberOne/local_zheng.git
其他模块启动
模块 | 路径 | 文件名称 | |
---|---|---|---|
zheng-cms | zheng-cms/zheng-cms-rpc-service/src/main/java/com/zheng/cms/rpc | ZhengCmsRpcServiceApplication.java | |
zheng-ucenter-web | zheng-ucenter/zheng-ucenter-rpc-service/src/main/java/com/zheng/ucenter/rpc | ZhengUcenterRpcServiceApplication.java |
zheng-cms
zheng-ucenter-web
名称 | 推荐 | |
---|---|---|
TreeInfotip | https://www.cnblogs.com/liuyangfirst/p/16182964.html |
呕心沥血,爆肝一个星期(需要写配置环境的文档,还要反复测试,以便为各位看官老爷提供最好的精品文章),希望点赞,收藏,评论,转发,您的支持就是本博主前进的动力.