Skip to content

Instantly share code, notes, and snippets.

@mraible
Last active October 17, 2022 09:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mraible/2c70f11eb26b0b760eefb19fc7b7442e to your computer and use it in GitHub Desktop.
Save mraible/2c70f11eb26b0b760eefb19fc7b7442e to your computer and use it in GitHub Desktop.
JHipster at JavaOne 2022 Hackergarten

Hack on JHipster at JavaOne! 🎃

Open this gist with https://bit.ly/javaone22-jhipster or use the QR code below.

https://bit.ly/javaone22-jhipster

Time: 16:00 on October 18 near the Welcome Reception (featuring the Null Pointers!).

Below are some issues that could use some attention and your expertise:

To get started with code contributions, see our contributing guide, or perform the following steps:

  1. Fork the generator-jhipster repo.

  2. Create a new branch for your changes.

  3. Push your changes and create a pull request.

To work on Spring Boot 3 support, you’ll need to install the JHipster BOM project too.

git clone -b spring-boot-3.0-m4 git@github.com:jhipster/jhipster-bom.git
cd jhipster-bom && ./mvnw install -Dgpg.skip=true && cd ..
git clone -b spring-boot-3.0-m4 git@github.com/jhipster/generator-jhipster.git
cd generator-jhipster && npm link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment