码迷,mamicode.com
首页 >  
搜索关键字:springframework    ( 4755个结果
SpringMVC入门程序:helloWorld
1、导入jar包:spring-webmvc <!-- springmvc的依赖 --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>4.3.3 ...
分类:编程语言   时间:2020-06-15 21:08:55    阅读次数:60
服务注册中心之erueka(单机版)
由于spring官方集成了eureka,所以在我们使用时,特别方便。 使用springboot创建eureka服务注册中心(单机版) 1. 在pom.xml中添加以下依赖项 <dependency> <groupId>org.springframework.cloud</groupId> <arti ...
分类:其他好文   时间:2020-06-15 13:43:40    阅读次数:41
SpringBoot中注入RedisTemplate实例异常解决
最近,在项目开发过程中使用了RedisTemplate,进行单元测试时提示“Field redisTemplate in com.example.demo1.dao.RedisDao required a bean of type ‘org.springframework.data.redis.co ...
分类:编程语言   时间:2020-06-15 12:21:53    阅读次数:41
Maven 依赖jar包报错
错误信息 [ERROR] Some problems were encountered while processing the POMs:'dependencies.dependency.version' for org.springframework.cloud:spring-cloud-sta ...
分类:编程语言   时间:2020-06-15 12:12:29    阅读次数:78
自定义 oss starter
软件架构 基于spring-boot2.1.9.RELEASE、阿里云aliyun-sdk-oss3.7.0 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</ar ...
分类:其他好文   时间:2020-06-14 21:01:33    阅读次数:77
ActiveMQ
添加jar包依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-activemq</artifactId> </dependency> <!--消息队列连接池--> < ...
分类:其他好文   时间:2020-06-14 14:50:03    阅读次数:54
spring boot整合redis
添加jar包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> 添加application.pr ...
分类:编程语言   时间:2020-06-14 14:48:38    阅读次数:49
spring boot文件路径映射配置
1.添加配置类 package org.jcut.tools; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Component; import org ...
分类:编程语言   时间:2020-06-14 13:00:51    阅读次数:56
Failed to bind properties under 'spring.cloud.gateway' to org.springframework.cloud.gateway.config.GatewayProperties:
####问题springcloud getway配置文件加载失败 Description: Failed to bind properties under 'spring.cloud.gateway' to org.springframework.cloud.gateway.config.Gatew ...
分类:编程语言   时间:2020-06-14 12:54:40    阅读次数:342
Spring boot中用logback实现日志管理
1.导入jar包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-logging</artifactId> </dependency> 2.创建logback-sprin ...
分类:编程语言   时间:2020-06-14 12:33:53    阅读次数:78
4755条   上一页 1 ... 33 34 35 36 37 ... 476 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!