-
这里都是写一些零碎的知识点,然后下面是博客的目录。
很多知识点就是 代码 + 注释,没有写专门的博客,我们这些项目放在了下面的github地址中了:
- https://github.com/fish-java
### 开源项目
- 接入PayJS的在线商城
https://github.com/fish-springboot/TutorialMall
- 为P…
-
-
error message
```
Field template in com.springbootredis.repository.ProductDao required a single bean, but 2 were found:
- redisTemplate: defined by method 'redisTemplate' in class path resource [c…
-
http://blog.yuqiyu.com/spring-boot-chapter50.html
自从SpringBoot升级到了2.0版本后集成Redis作为缓存就更为简单了,我们只需要配置Redis相关的链接信息以及使用注解@EnableCaching开启缓存,这样我们就直接可以在项目内使用缓存相关的内容。
-
1、基础服务为模块化,springboot版本2.2.4.RELEASE,XxlSsoConfig类初始化时无法通过@Value获取xxl-sso相关配置值,导致服务无法启动;
2、代码中通过魔法值形式将xxl-sso固定写死启动服务时系统卡死在 JedisUtil.init(xxlSsoRedisAddress); 这一步,通过netstat -ano|grep 6379查询redis连接已建…
-
.逆向工程:
实现表结构到实体,service,mapper,xml等文件的生成。
这个功能在哪里呢
-
![Uploading image.p
ng…]()
-
Hi,
I am getting exception "Spring Cloud Connector library has been detected or add JBP_CONFIG_SPRING_AUTO_RECONFIGURATION '{enabled:false}' ".
I am getting this exception after adding the io.…
-
使用的版本:
com.dtflys.forest
forest-spring-boot3-starter
1.5.33
`2023-11-27 14:16:36 INFO 10972 -- [ restartedMain] .s.d.r.c.RepositoryCon…
-
Redis基础、高级特性与性能调优:https://www.jianshu.com/p/2f14bc570563?from=jiantop.com