Pankaj Chimbalkar
Pankaj Chimbalkar

Reputation: 162

How Jhipster supports thymeleaf apart from what spring boot does?

How Jhipster supports thymeleaf? How to generate UI for multi-paged application in thymeleaf using Jhipster generated application. Can we generate basic CRUD UI in thymeleaf as we can do with Angular using Jhipster? What is the best way to do this?

Upvotes: 3

Views: 1356

Answers (3)

Tim
Tim

Reputation: 583

I stumbled upon this and I would imagine others have and it appears the new version of jHipster do support Thymeleaf web templates.

https://www.jhipster.tech/tech-stack/

Upvotes: 1

Hubert Schumacher
Hubert Schumacher

Reputation: 1985

As commented by Jon, JHipster does not support Thymeleaf in the front end, but uses it as template engine for emails generated by the backend, for instance during user registration.

Upvotes: 1

Pankaj Chimbalkar
Pankaj Chimbalkar

Reputation: 162

As answered in comment by Jon it is correct that JHipster does not support generating clients other than Angular and React.

Upvotes: 0

Related Questions