-
at first I got an error saying that it could not find the spring-boot plugin. I found the plugin referenced in the jhipster-sample-app pom file so I used that
```
org.spr…
-
##### **Overview of the issue**
The idea of this ticket is to brainstorm about a possible enrichment of the JDL grammar.
##### **Motivation for or Use Case**
ATM the JDL syntax is mostly used…
-
##### **Overview of the issue**
I am pretty much following the JHipster mini book but using Recipe instead of Goal and Ingredient instead of Metric, but when I try to run I get the following error:
…
-
##### **Overview of the issue**
I am creating an application with an entity called **event**. This will cause problems within the JS code
##### **Reproduce the error**
Create an entity with t…
-
##### **Overview of the issue**
On successfully logging in using a social auth one is not redirected to the home page.
##### **Motivation for or Use Case**
Social login should be consistent w…
-
##### **Overview of the issue**
When I generate application with DTO and relation ManyToMany I have the error with lazily initialize:
`org.hibernate.LazyInitializationException: failed to lazily i…
-
##### **Overview of the issue**
After the upgrade to 4.5.0 and using jhipster (cli) I ge the following error:
➜ ~ yarn global upgrade generator-jhipster
yarn global v0.24.5
…
-
##### **Overview of the issue**
The UI doesn't display anything when it's loaded behind a reverse proxy on my remote server (no other port than port 80 opened so I use a proxy_pass with nginx). It'…
Skit5 updated
7 years ago
-
##### **Overview of the issue**
I have created a jdl file to reproduce the issue :
[jhipster-jdl.txt](https://github.com/jhipster/generator-jhipster/files/778903/jhipster-jdl.txt)
The link betw…
-
Currently (Before and for v1.0.0), options were/are declared like this:
```
entity A
entity B
entity C
paginate * with Something except A
paginate A with SomethingElse
```
The second way consists i…