加载中
将博客搬至CSDN

将博客搬至CSDN

2018/08/07 20:04
127
springcloud注意点

1、config server 在spring boot 2.0.0版本上 server无法访问git上的数据,在1.5.9.RELEASE版本上测试无误 2、config client 默认访问的端口是8888,如果需要改变,需要新增bootstrap.yml,在这...

2018/06/14 10:14
94
Spring Boot自动扫描

进行Spring Boot和Mybatis进行整合的时候,Spring Boot注解扫面的时候无法扫描到Application类的以外的包下面的注解,如下图: App就是Application类,下图是ProductMapper 类: @Mapper pu...

2018/02/11 14:48
1.9K
springboot 整合redis 实现KeySpaceNotification 键空间通知

目录结构如下: application.properties配置文件(redis的配置): spring.redis.host=localhost spring.redis.pool.max-idle=300 spring.redis.pool.max-wait=3000 spring.redis.timeout=30...

2017/12/29 15:33
4.1K

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部