Arthur
Arthur

Reputation: 1176

How to generate jhipster view?

How to generate jhipster view?

Or everything with view.

I tried to make jdl based generation - works well, but no views.

jhipster import-jdl jhipster-jdl.jh

Upvotes: 1

Views: 267

Answers (1)

Jon Ruddell
Jon Ruddell

Reputation: 6352

Only the "Gateway" and "Monolith" application types generate a view. Microservices only contain backend Java code to serve an API.

Upvotes: 2

Related Questions