240 发简信
IP属地:山东
  • springboot教程

    所有文章以2.0.6.RELEASE版本作为演示 快速构建springboot项目 springboot配置文件 springboot加载bea...

  • certbot申请通配符域名证书

    certbot官网 下载certbot 申请证书 certonly 安装模式 -d 申请证书的域名,如果是通配符域名输入 *.example.c...

  • springboot redisson分布式锁

    synchronized是jvm级别的线程同步,当项目使用分布式、集群,就需要使用分布式锁 引入依赖 添加一个redisson的配置文件 修改a...

  • springboot websocket

    本文使用stompSTOMP(面向简单文本的消息传递协议)最初是为脚本语言(例如Ruby,Python和Perl)创建的,以连接到企业消息代理。...

  • Resize,w 360,h 240
    jenkins部署springboot项目到远程服务器

    springboot项目使用jenkins部署到远程服务器 jenkins Jenkins是一款开源 CI&CD 软件,用于自动化各种任务,包括...

  • Resize,w 360,h 240
    springcloud-shardingjdbc-seata分布式事务

    服务结构 引入依赖 其他依赖查看项目源码获取 classpath下添加seata.conf配置文件 主要业务代码 pay-service ord...

  • linux mysql主从同步配置

    本文使用两台虚拟机进行演示,mysql为5.7。192.168.211.128为主数据库192.168.211.129为从数据库 主数据配置文件...

  • Resize,w 360,h 240
    springcloud-sleuth服务跟踪

    Spring Cloud Sleuth为Spring Cloud实现了分布式跟踪解决方案。Spring Cloud Sleuth可以结合zipk...

  • Resize,w 360,h 240
    springcloud-eureka注册中心(eureka-server)

    创建父工程 创建eureka注册中心(eureka-server) 在父工程下创建一个maven项目 修改application.yml文件 启...