JHipster not prompting (no questions)
When i run the jhipster
command nothing happens – no questions, and the folder is empty.
The guide at https://www.jhipster.tech/creating-an-app/ says
JHipster not prompting (no questions)
When i run the jhipster
command nothing happens – no questions, and the folder is empty.
The guide at https://www.jhipster.tech/creating-an-app/ says
JHipster not prompting (no questions)
When i run the jhipster
command nothing happens – no questions, and the folder is empty.
The guide at https://www.jhipster.tech/creating-an-app/ says
JHipster not prompting (no questions)
When i run the jhipster
command nothing happens – no questions, and the folder is empty.
The guide at https://www.jhipster.tech/creating-an-app/ says
JHipster not prompting (no questions)
When i run the jhipster
command nothing happens – no questions, and the folder is empty.
The guide at https://www.jhipster.tech/creating-an-app/ says
Securing html endpoint on a Jhipster application
I’m really new to Jhipster. I played with Symfony before and did a course on spring boot, so rest application are still kind of new to me.
I was tasked to add authentification to an app previously copied from an another jhipster app.
I already had several bug due to this copy, so i know it was a bad idea to begin with.
The application is just displaying data, the data object is a “site”.
How to add custom validator to the entity fields
In JDL we can define entities and fields and add standard javax validators like min max, etc. In my scenario i want to add custom valators which i hvae code templatized in my custom gen erator. but JDL validation does not lt is pass through.
Is there any way custom validator can be added?
Could not autowire. No beans of ‘NativeWebRequest’ type found
Following the Doing API First Development guide for JHipster (in fact I rewrote the guide to be more explantory and opened an MR), yet I’m still faced with this error in the Delegate Implementation class.