java 8 启动jar失败
来源:12-5 利用Docker部署程序(二)

起航阳仔
2021-08-12
nohup java -jar shanxingzhe-wx-api-1.0.jar >> out.log 2>&1 &
控制台执行到Autowiring by type from bean name ‘redisConnectionFactory’ via factory method to bean named 'lettuceClientResources’
就没有下文了,然后程序就被关掉了
写回答
1回答
-
神思者
2021-08-12
幺妹你当前路径下面没有jar文件,要么你的jdk版本不是15.0.2
032021-08-13
相似问题