LiuSir
LiuSir
你好,有看到您项目中在gradle脚本中有写到docker镜像构建的脚本,但是构建docker镜像时会有一些问题 ` What went wrong: Execution failed for task ':buildDocker'. java.io.IOException: Cannot run program "docker": CreateProcess error=2, 系统找不到指定的文件。 ` 不知道您有尝试过成功构建docker镜像吗,谢谢
## After the SpringBoot project adds source and class to the config, the following error occurs when you click start hello~, I want to use JitWatch to help me analyze...
jdbc:redis-cluster:///xxx.xx.xxx.xx:26379;xx.xx.xxx.xx:26379;xx.xx.xxx.xx:26379 password: xxxxx 使用如上连接抛出java.lang.NullPointerException 看源码是因为com.itmuch.redis.jdbc.conf.RedisClusterConnectionInfo#RedisClusterConnectionInfo(java.lang.String, java.util.Properties) Line 34获取了uri的query参数,然而示例并无query参数,导致35行parseQueryStringToMap抛出NullPointerException thanks