Skip to content

Conversation

@koentsje
Copy link
Member

@koentsje koentsje commented Jul 4, 2025

  • Create initial 5 minute tutorial document
  • Add section to create Gradle Java project
  • Add generated 'docs/examples/5-minute-tutorial' project

  - Create initial 5 minute tutorial document
  - Add section to create Gradle Java project
  - Add generated 'docs/examples/5-minute-tutorial' project

Signed-off-by: Koen Aers <[email protected]>
@koentsje koentsje merged commit d9afe0f into hibernate:main Jul 4, 2025
3 checks passed
@koentsje koentsje deleted the HBX-3022 branch July 4, 2025 10:52
Let’s assume in this case that we start off with a very simple default Gradle Java application
that we create from a command-line window with the instruction below.

```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
```
```shell

Maybe we can use the "language type" here (and in the output example) to get the "syntax highlights" ? (Then the text looks more colourful 😃)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok sure, good idea!

junit-jupiter = "5.11.3"

[libraries]
guava = { module = "com.google.guava:guava", version.ref = "guava" }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it Gradle that adds Guava automatically? 🙈
Just asking as I remember we've tried to stay away from it in other projects 🙂

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, must be... I just have added the Gradle generated default app

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But I saw that it doesn't work (anymore?)... I need to figure out why

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants