generator-jhipster
generator-jhipster copied to clipboard
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
##### **Overview of the feature request** As a Platform developer it would be helpful to have multitenancy support in the JHipster generator. Multitenancy is a crucial feature for many applications...
##### **Overview of the issue** The [Doing API-First development](https://www.jhipster.tech/doing-api-first-development/) page has some fundamental assumptions and will not build due to ArchUnit if you follow the guide filling in the gaps...
##### **Overview of the feature request** It would be really helpful to define a default value in JDL for a given field. For example, we want to automatically have checkboxes...
##### **Overview of the feature request** If JHipster is used as a building block of a real-world application, almost all of those generated classes need to be extended to separate...
--- 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 -...
change webpack tls environment option --- 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...
##### **Overview of the feature request** [OpenRewrite](https://github.com/openrewrite/rewrite) is a style-preserving, type-aware automated source code refactoring library and set of build plugins. It allows you to define recipes that perform migrations,...
##### **Overview of the issue** A simple JDL file with two entities. One of them, A, has DTO and the other one, B, doesn't. The A and B have a...
##### **Overview of the issue** As fresh created project: 1. The app can't start: ``` Task :openApiGenerate Error snake-parsing yaml content java.lang.NoSuchMethodError: org.yaml.snakeyaml.constructor.SafeConstructor: method 'void ()' not found ``` Adding...
##### **Overview of the issue** Spring Security 6 introduces an `@EnableWebSocketSecurity` annotation to replace the deprecated `AbstractSecurityWebSocketMessageBrokerConfigurer`. However, this annotation does not provide a way to disable CSRF for websockets....