码迷,mamicode.com
首页 >  
搜索关键字:wired    ( 317个结果
SpingCloud之feign框架调用
1.生产者(没有什么特殊性) pom.xml application.yml 实体类 Mapper Mapper.xml Service接口 Service实现 Controller 服务发布类 2.消费者(引入feign框架) pom.xml application.yml 实体类 RestTem ...
分类:其他好文   时间:2018-10-27 13:19:11    阅读次数:224
redis(七)---- SpringBoot和redis整合
SpringBoot和Redis整合非常简单 添加pom依赖 application.properties添加redis连接配置 使用RedisTemplate 针对不同的redis数据类型,spring封装了不同的template,本例只展示了StringRedisTemplate的最基本使用方法 ...
分类:编程语言   时间:2018-10-26 17:44:21    阅读次数:171
ssm框架整合入门系列——修改和测试mapper
修改maper 添加自己的sql查询方法 1. 修改 添加: 以上是 "mybatis sql" 的知识 2. 修改Employee.java,添加: 以上修改,是项目功能要求所添加。 测试 在 目录新建 文件,添加代码: 其中包含了 模块的使用,所以在 "maven仓库" 拿到相关依赖包,添加到p ...
分类:移动开发   时间:2018-10-24 22:00:34    阅读次数:431
How do I configure a Wired Ethernet interface
1.In order to configure the Wired Ethernet interface the MDI must be connected to the PC using the USB connection. If connecting to your dealer networ ...
分类:Web程序   时间:2018-10-23 20:50:26    阅读次数:209
Spring源码窥探之:Spring IOC之@Value
1. 首先定义实体 2. 属性文件test.properties放在resource下 3. spring的配置类 @PropertySource(value = "classpath:/test.properties")将属性文件读取到内存中 4. 测试 5. 测试结果 前面的都是bean的后置处 ...
分类:编程语言   时间:2018-10-23 10:50:16    阅读次数:254
白话SpringCloud | 第十一章:路由网关(Zuul):利用swagger2聚合API文档
前言 通过之前的两篇文章,可以简单的搭建一个路由网关了。而我们知道,现在都奉行 开发,前后端开发的沟通成本就增加了,所以一般上我们都是通过 进行api文档生成的。现在由于使用了统一路由网关了,都希望各微服务的 统一的聚合在网关服务中,也方便前端用户查阅,不需要每个服务单独查看。当然了,也是可以做一个 ...
分类:编程语言   时间:2018-10-20 13:39:08    阅读次数:185
trace spring
package xx.com.aspect; import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.annotation.Aspect; import org.springframework.beans.factor... ...
分类:编程语言   时间:2018-10-19 19:47:56    阅读次数:204
Spring中bean标签的属性和值:
Spring中bean标签的属性和值: id属性:用于指定Bean的名称,在Bean被依赖时使用,在获取Bean时使用等 name属性:用于指定Bean的别名 class属性:用于指定Bean的来源,即创建要创建的Bean的class类(需要全限定名) init-method属性:用于指定当前Bea ...
分类:编程语言   时间:2018-10-17 22:15:22    阅读次数:516
ssm(6))spring-test
待续:spring -test ...
分类:编程语言   时间:2018-10-16 02:09:34    阅读次数:249
我们自己写的solr查询的代码作为search项目中的dao
我们自己写的solr查询的代码作为search项目中的dao,但是启动时会报错: 其实就是说 searchServiceImpl 中我们 Autowired 的 SearchDao 类 spring 扫描不到, 原因是:这个dao是我们自己写的,而不是以往用 mybatis的 Mapper扫描的形式 ...
分类:其他好文   时间:2018-10-15 20:23:04    阅读次数:172
317条   上一页 1 ... 21 22 23 24 25 ... 32 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!