generator-jhipster
generator-jhipster copied to clipboard
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
Fix https://github.com/jhipster/generator-jhipster/issues/17529 --- Please make sure the below checklist is followed for Pull Requests. - [x] [All continuous integration tests](https://github.com/jhipster/generator-jhipster/actions) are green - [x] Tests are added where necessary -...
##### **Overview of the feature request** Add an option to generate frontend and backend seperately ##### **Motivation for or Use Case** Currently, the generator has the option --skip-client and --skip-server...
Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 8.0.1. Release notes Sourced from husky's releases. v8.0.0 What's Changed Feats feat: add husky - prefix to logged global error messages by @joshbalfour in typicode/husky#1092...
##### **Overview of the issue** Today, I tried my original [reactive microservices example](https://github.com/oktadev/java-microservices-examples/tree/main/reactive-jhipster) from [this blog post](https://developer.okta.com/blog/2021/01/20/reactive-java-microservices) and everything works as expected. The example is created with v7.0.1 and you...
--- Please make sure the below checklist is followed for Pull Requests. - [ ] [All continuous integration tests](https://github.com/jhipster/generator-jhipster/actions) are green - [ ] Tests are added where necessary -...
Since eureka is kind of unmaintained and JHipster registry is deprecated and JHCC is unmaintained, it makes sense to make Consul the default service discovery mechanism in JHipster. - [x]...
Fix #19354 --- Please make sure the below checklist is followed for Pull Requests. - [ ] [All continuous integration tests](https://github.com/jhipster/generator-jhipster/actions) are green - [ ] Tests are added where...
##### **Overview of the feature request** This is a feature request to allow the blue prints to have built in entities like User & Authority. In our use-case we are...
##### **Overview of the issue** I got the following errors with micro frontend. The 'user.module.ts' file is missing. [INFO] container entry:./user[0] - Error: Module not found: Error: Can't resolve 'app/entities/user/user.module.ts'...
Our api allows multiples filter values for same key. This PR adds support to angular. --- Please make sure the below checklist is followed for Pull Requests. - [ ]...