我为演示目的创建了新的 JHipster 微服务应用程序。我使用了 JHipster Registry 4.1.1 版并创建了一个新的 UAA 应用程序。两个应用程序都没有错误地启动。
我想在 Registry Dashboard (Administration -> Metrics) 中显示 UAA 应用程序指标,但它无法自动显示和注销 JHipster Registry。UAA 应用程序中有一条日志行:
Enter: com.mycompany.repository.CustomAuditEventRepository.add() with argument[s] = [AuditEvent [timestamp=2019-03-19T19:35:08.979Z, principal=access-token, type=AUTHENTICATION_FAILURE, data={type=org.springframework.security.authentication.BadCredentialsException, message=Cannot convert access token to JSON}]]
请让我知道如何解决此问题。