zhengjiaao

Results 5 issues of zhengjiaao

以下是示例命令: docker run -d -P \ --env NEO4J_AUTH=neo4j/password \ neo4j:5.7.0-community 注意,并未指定容器名称和端口映射,一定要注意 -P 是大写P,表示会把容器端口映射到主机的随机端口 端口映射为:0.0.0.0:32773->7473/tcp, :::32773->7473/tcp, 0.0.0.0:32772->7474/tcp, :::32772->7474/tcp, 0.0.0.0:32771->7687/tcp, :::32771->7687/tcp

type/question

yaml已配置 local、remote,代码示例: ```java public interface UserService { @Cached(name = "userCache-", key = "#userId", expire = 100) User getUserById(String userId); @CacheUpdate(name = "userCache-", key = "#user.userId", value = "#user") void updateUser(User...

org.springframework.boot spring-boot-starter-data-redis 2.3.12.RELEASE redis.clients jedis io.lettuce lettuce-core 5.3.7.RELEASE compile com.alicp.jetcache jetcache-starter-redis-lettuce 2.7.5 为什么还是报错:jedis问题,不能使用lettuce吗? Caused by: java.lang.ClassNotFoundException: redis.clients.jedis.HostAndPort Caused by: java.lang.NoClassDefFoundError: redis/clients/jedis/HostAndPort

remote: default: type: redis.lettuce # other choose:redis/redis.lettuce/redisson uri: redis://r0&2o7^[email protected]:6379 # redis://密码@IP:端口/库 错误: sed by: java.net.URISyntaxException: Illegal character in authority at index 8: redis://r0&2o7^[email protected]:6379

目前没看到继续提交新的代码,不了解此项目是否会继续开展。