为什么我们用‘--跳过-服务器’生成项目?
溜溜球--跳过服务器
部分身份验证丢失。(关于AJS/A2)对吗?每次我需要粘贴部件代码(AuthServerProvider在角上,authExpiredInterceptor在AngularJS上),用于工作主页
发布于 2017-03-10 16:19:03
因为您没有使用--auth选项指定您想要的身份验证类型。查看文档或运行jhipster client --help。
因此,在您的示例中,您应该运行:用于JWT身份验证的jhipster client --auth=jwt或您想要的。
https://stackoverflow.com/questions/42720061
复制相似问题