为了能快速了解并处理您的问题,请提供以下基础信息:
系统版本:CentOS 7.9.2009 x86_64
问题描述:Java项目 - SpringBoot项目无论是新建项目,还是原有项目,一旦项目启动命令中输入: --spring.datasource.url=jdbc:mysql://xxx.xx.x.xxx:xxxx/xxxxx_xx?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai --spring.datasource.username=xxxxx_xx --log.path=/www/wwwroot/test/log --log.name=test
项目将无法启动,日志管理中输出日志:
/var/tmp/springboot/vhost/scripts/test.sh: line 7: --spring.datasource.username=xxxxx_xx: command not found
在 宝塔linux面板 9.0.0 时并没有这个问题,是在升级到最新版时出现的问题注意:以上提供的信息中敏感信息替换为x,如果在重现时,请将x替换为真实数据
相关截图(日志、错误):
/var/tmp/springboot/vhost/scripts/test.sh: line 7: --spring.datasource.username=xxxxx_xx: command not found
|
|