你好,我在ubuntu上做的所有关于Jhipster的工作。我的项目做得很成功。但是当尝试测试apis时,它会给我提供身份验证的错误。
下面是测试API时发生的错误。如果有人帮我的忙,我会很高兴的。org.springframework.security.authentication.InsufficientAuthenticationException: Full authentication is required to acce
我想基于jhipster的openapi yaml文件生成代码,参考https://www.jhipster.tech/doing-api-first-development/我已经这样做了: D:\dev\jhipster-app\openapi-demo>jhipster openapi-clientWelcome to the JH
ERROR: Could not get API key!Please install the toolbelt and login with `heroku login` or set the HEROKU_API_KEY environment variable我的登录在另一台计算机上工作,所以我假设这是一个本地配置问题,而不是帐户问题。当我设置HEROKU_DEBUG=1时,它不提供任何其他信息。