Jhipster搭建的项目导入idea,报如下错误:Cannot create service of type ReservedFileSystemLocationRegistry using ProjectExecutionServices.createReservedFileLocationRegistry() as there is a problem with parameter #1 of type List<ReservedFileSystemLocation>

原因:项目启动时新建文件,但是在linux下权限不足,导致一些配置文件无法新建,项目无法启动。

解决:进入项目目录下,修改所有文件的的用户和用户组为当前用户,运行如下命令:

sudo chown -R user:user *

user为当前用户代称

 

相关文章:

  • 2021-09-18
  • 2022-02-22
  • 2022-12-23
  • 2021-05-18
  • 2022-12-23
  • 2021-11-10
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-09
  • 2021-06-19
  • 2021-07-28
  • 2022-01-17
相关资源
相似解决方案