-
### Redis version
NA
### Redisson version
>=3.24.0
### Redisson configuration
NA
### What is the Expected behavior?
_No response_
### What is the Actual behavior?
We've found redisson-spring …
-
配置文件没有redis port设置,需要手动加上
初始化sql,自动导入了4张表,其它需要手动导入,不然找不到sys_config
系统里什么都建不了,各种报已存在
-
你好,首先感谢你的开源作品!!!
我有两个想法,不知道可行不可行:
1. redis 可以抽象成 Cache,这样可以在运行时将实现替换为 ehcache,单机运行。
2. 当前 redisUtil 的操作都是缓存相关的,有相当一部分可以用springboot的注解自动实现。
-
Use case: mount a volume from host to container for use by apache as www user.
The problem is currently all mounts are mounted as root inside the container.
For example, this command
docker run -v /t…
-
目前项目使用2.7.5版本的springboot
启动报错
Caused by: java.lang.ClassNotFoundException: org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
at java.net.URLClassLoader.findClass(URLClas…
-
springboot 项目使用 maven 打包需要先启动mysql、redis、rabbitmq等服务,是否考虑发布打包好的 docker 镜像,方便后续在 docker compose 使用?
-
`
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_…
-
java weekly news
-
环境:
数据库节点1个
Redis节点1个
项目节点(springboot工程)2个
操作:
配置一个定时任务每分钟执行一次,观察发现两个项目每分钟都在执行,数据库查看定时任务日志也显示每分钟执行了2次
-
I am running SpringBoot 3.2.4 on jdk21.
I wrote a startup script that stops the application gracefully and restarts it
While stopping the application, the following error is reported
```java
17:…