Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
generator-jhipster
Advanced tools
The generator-jhipster package is a development tool that helps in generating, developing, and deploying Spring Boot + Angular/React/Vue web applications and Spring microservices. It provides a powerful workflow to create modern web applications and microservices architectures.
Generate a new application
This command initializes a new JHipster application. It prompts the user for various configuration options such as the type of application (monolith, microservices, etc.), the client framework (Angular, React, Vue), and other settings like database type and authentication method.
jhipster
Add entities
This command generates a new entity with CRUD operations. It updates the application with the necessary backend and frontend code to manage the entity, including database migrations, REST endpoints, and UI components.
jhipster entity <entity-name>
Generate a microservice
This command sets up a new microservice application. It configures the necessary components for a microservice architecture, including service discovery, API gateway, and communication between services.
jhipster --blueprints microservice
Create React App is a tool to set up a new React project with a sensible default configuration. Unlike generator-jhipster, it focuses solely on the frontend and does not provide backend generation or microservices architecture support.
NestJS is a framework for building efficient, scalable Node.js server-side applications. It provides a robust backend framework but does not include frontend scaffolding or the same level of integration with client-side technologies as JHipster.
Greetings, Java Hipster!
Full documentation and information is available on our website at https://www.jhipster.tech.
Please read our guidelines before submitting an issue. If your issue is a bug, please use the bug template pre-populated here. For feature requests and queries you can use this template. If you have found a potential security issue, please read our security policy and contact us privately first: https://github.com/jhipster/generator-jhipster/security/policy
We are honored by any contributions you may have small or large. Please refer to our contribution guidelines and instructions document for any information about contributing to the project.
The following Java and Node combinations are tested and verified by GitHub Actions:
Java | Node | Status |
---|---|---|
17/21/23 | 18/20/22 | ✅ |
Support this project by becoming a sponsor! Become a sponsor or learn more about sponsoring the project.
Thank you to our sponsors!
Thank you to all our backers!
Additional builds at hipster-labs/jhipster-daily-builds
Pipeline Status |
---|
FAQs
Spring Boot + Angular/React/Vue in one handy generator
The npm package generator-jhipster receives a total of 129,152 weekly downloads. As such, generator-jhipster popularity was classified as popular.
We found that generator-jhipster demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.