/usr/local/nginx/sbin/nginx 启动 1. 测试访问: 配置一个php页面, 但是我们当前不能解析php,我们需要去配置php的一些插件: yum install 安装。 启动php,9000端口和80端口打开 测试访问php页面: 访问成功,更改index.php文件内容为: <?php $redis = new Redis(); $redis->connect('172.25.254.2',6379) or ...
允许远程访问虚拟机的redis。修改配置文件redis.conf 大概在55行左右。修改bind 后面的ip为 0.0.0.0 即可 Port : 6379Config file : /etc/redis/6379.confLog file : /var/ log /redis_6379.logData dir : /var/lib/redis/6379Executable : /usr/ local /bin/redis-serverCli Executable : /usr/ local ...
SpringBoot+SpringCloud +Maven+Redis+ActiveMQ+XXLJOB(分布式任务调度)+ Freemarker等。 使用 SpringCloud Eureka作为注册中心、Feign客户端调用工具、断路器Hystrix 视图展示使用Freemarker、数据库层使用Mybatis框架、缓存使用Redis、数据库使用MySQL 项目管理工具使用Ma
基于微服务技术,页面使用高仿某电商界面。功能包含电商模块,会员、SSO、订单、商品、支付、消息、微信、H5和PC、移动端、优惠券、后台系统、任务调度等模块。基于SpringBoot+SpringCloud +Maven+Redis+ActiveMQ+XXLJOB(分布式任务调度)+ Freemarker等。使用 SpringCloud Eu
14 Commits .idea 新建支付项目 base/app 基于微服务搭建的电商项目 song-messages 生成Token存储到Redis,实现登录查询用户 song-mobile-web 支付服务层接口及实现 song-shop-api 支付服务层接口及实现 song-shop-commodity 新建支付项目 song-shop-common