Skip to content

which branch is the working branch #21

Closed Answered by jonatan-ivanov
SarveshSathishkumar asked this question in Q&A
Discussion options

You must be logged in to vote

The working branch is the default branch that your git client will check out by default during clone: main, you don't need to do anything else.
The "conference branches" were created for those past events and not maintained anymore (they are kind of snapshots).

Even though the 2024-springio branch should work with Java 22, I would recommend checking out main and using Java 23. The easiest way to import it to IntelliJ is simply running idea . in the project root. The easiest way of executing is ./gradlew bootRun as the readme suggests.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@SarveshSathishkumar
Comment options

@jonatan-ivanov
Comment options

Answer selected by SarveshSathishkumar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants