Stella981 Stella981
3年前
Spring boot 整合 Redisson
1  概述  Redisson实现了分布式和可扩展的Java数据结构,功能较为简单,不支持字符串操作,不支持排序、事务、管道、分区等Redis特性。Redisson的宗旨是促进使用者对Redis的关注分离,从而让使用者能够将精力更集中地放在处理业务逻辑上。2    特点1.Redisson中的方法则是进行比较高的抽象,每个方法调用可能进行了
Stella981 Stella981
3年前
Spring Boot 实战 —— 入门
本文Blog地址:SpringBoot实战——入门(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fmichael728.github.io%2F2019%2F07%2F07%2Fspringboothelloworld%2F)简介目前没有系统
Stella981 Stella981
3年前
Spring Boot 集成Dubbo
      最近学习了一下dubbo的集成使用,之所以对这个产生兴趣,是因为公司的系统有秒杀的高并发业务,采用了多服务器分布式部署的方式,但是各个服务器之间的调用是在代码里采用http请求的方式。虽然这种方式能达到效果,但是代码冗长,处理起来很不方便,总之就是觉得low,所以决定学习一下dubbo。       学习dubbo之前,我们先要了解一下z
Stella981 Stella981
3年前
Spring Boot学习路线
 SpringBoot学习路线,本文计划根据作者近几年的工作、学习经验,来分析和制定一个学习使用SpringBoot技术的步骤路线图。 SpringBoot是伴随着Spring4.0诞生的;SpringBoot的目标是简化Spring的开发过程、让开发者快速搭建框架和web容器。并为微服务提供更好的支持,提供服务监控能力。Spring为开发者
Stella981 Stella981
3年前
Spring Boot集成Sharding
来源:https://blog.csdn.net/Macky\_He/article/details/95754402一、Shardingjdbc简介Shardingjdbc是开源的数据库操作中间件;定位为轻量级Java框架,在Java的JDBC层提供的额外服务。它使用客户端直连数据库,以jar包形式提
Stella981 Stella981
3年前
Spring Boot Tomcat配置
!(http://uploadimages.jianshu.io/upload_images/5954965cdda4d2ac0ce4c85.png?imageMogr2/autoorient/strip%7CimageView2/2/w/1240)参数配置容器server.xx开头的是所有servlet容器通用的配置,ser
Stella981 Stella981
3年前
Spring Boot Actuator监控
1、简介  springboot有四大杀器:starters、autoConfiguration、cli、actuator。actuator是springboot对应用的监控组件,可以查看应用系统的配置、资源使用等统计功能。2、actuator主要功能HTTP方法路径描述鉴权默认可以用备注GET/autoconfi
Stella981 Stella981
3年前
Spring Boot快速搭建
一.新建项目选择SpringInitiallizr,选择JDK版本为1.8,选择default的URL,然后选择下一步;修改项目信息,确保JDK版本与上文一直都为1.8,然后下一步;选择web选项,然后勾选web,下一步;修改项目名字和路径,然后创建完成;springboot创建完成的项目结构;SpringbootAppli
Stella981 Stella981
3年前
Spring Boot日志集成
!(https://oscimg.oschina.net/oscnet/1bde8e8d00e848be8b84e9d1d44c9e5c.jpg)SpringBoot日志框架SpringBoot支持JavaUtilLogging,Log4j2,Lockback作为日志框架,如果你使用star
Stella981 Stella981
3年前
Spring boot的@Configuration
  就在我惊艳于spring4的AbstractAnnotationConfigDispatcherServletInitializer小巧简洁(如下)的时候却发现springboot下面竟然无效。1publicclassInitializerextendsAbstractAnnotationConfigDispatcherSer