Developer Client Side
Developer Client Side

Reputation: 13

Errors in the Class Main of Microservices gateway application generated by Jhipster

Please I generated an application gateway using Jhipster. I just followed this Tutorial https://www.youtube.com/watch?v=nnkxLSJcFLQ.

But when I open it in the Intelli Idea IDE. many errors will appear.

Please the ones who know, What should I do.

Issues

Upvotes: 0

Views: 39

Answers (1)

Gaël Marziou
Gaël Marziou

Reputation: 16284

You must configure a jdk 8 in your IDEA project as you have errors for basic java types like java.util.Arrays, this is what your IDE tells you in the yellow bar. Also before that, make sure that you can run maven without errors in a shell.

Upvotes: 1

Related Questions