Easter79 Easter79
3年前
springboot集成dubbo
一直没有关于dubbo的东西,准备开始写一些关于dubbo的相关知识点,老规矩先以最简单的方式接入springboot,然后开始深入研究。项目结构如下图所示,应该不用多解释,api公共api层,一个服务提供方(provider),一个服务调用方(consumer)。!(https://oscimg.oschina.net/oscnet/up38
Easter79 Easter79
3年前
springboot集成fastjson
@Configuration@EnableWebMvcpublicclassWebMvcConfigurerextendsWebMvcConfigurerAdapter{/fastjsonconfiguration/@Override
Easter79 Easter79
3年前
springboot集成elastic
1、首先添加引用<!https://mvnrepository.com/artifact/com.dangdang/elasticjoblitecore<!有elasticjoblitespring就不需要下面这个pom引用了,因为已经包含了\<!<dependency<!
Easter79 Easter79
3年前
spring集成mongodb
对于mongodb的引用,spring有对应的封装包。<dependency<groupIdorg.springframework.data</groupId<artifactIdspringdatamongodb</artifactId
Stella981 Stella981
3年前
Jenkins Pipeline集成Sonar进行代码质量检测
JenkinsPipeline集成Sonar进行代码质量检测简介jenkinspipelineJenkinsPipeline(或简称为"Pipeline")是一套jenkins插件,将持续交付的实现和实施集成到Jenkins中。Jenk
Stella981 Stella981
3年前
IDEA集成Maven
4\.IDEA集成Maven1.目标能够掌握IDEA配置本地Maven2.路径1.在IDEA配置Maven2.配置默认的Maven环境3.讲解3.1配置Maven3.1.1更改idea打开新项目默认配置
Easter79 Easter79
3年前
SpringBoot集成RocketMQ
实战,用案例来说话前面已经说了JMS和RocketMQ一些概念和安装,下面使用SpringBoot来亲身操作一下.生产者的操作1.SpringBoot项目创建完成,引入依赖是第一步:<dependency<groupIdorg.springframework.boot</groupId
Stella981 Stella981
3年前
Spring Boot 集成MyBatis
SpringBoot集成MyBatis在集成MyBatis前,我们先配置一个druid数据源。SpringBoot系列1.SpringBoot入门(https://www.oschina.net/action/GoToLink?urlh
Stella981 Stella981
3年前
SpringBoot集成RocketMQ
实战,用案例来说话前面已经说了JMS和RocketMQ一些概念和安装,下面使用SpringBoot来亲身操作一下.生产者的操作1.SpringBoot项目创建完成,引入依赖是第一步:<dependency<groupIdorg.springframework.boot</groupId
Easter79 Easter79
3年前
SpringBoot集成Redis
配置自定义的RedisCacheManager1自定义键生成规则默认的键生成器当不指定缓存的key时,SpringBoot会使用SimpleKeyGenerator生