Skip to content

Commit 1b073b3

Browse files
authored
Adding versions
1 parent f77f120 commit 1b073b3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Examples
22
Example code for the Quarkus for Spring Developers eBook. Code is organized by chapter. Each project is self-contained, meaning there is no parent/child structure amongst projects.
33

4+
## Versions
5+
Whenever possible, versions of Quarkus and Spring used in these examples are kept up-to-date as much as possible.
6+
7+
The table below describes the versions of the example snippets used in the book's chapter text:
8+
9+
| Framework | Version |
10+
| --------- | ------- |
11+
| Quarkus | `2.1.1.Final` |
12+
| Spring Boot | `2.5.3` |
13+
14+
The table below describes the versions of the examples in this repo:
15+
16+
| Framework | Version |
17+
| --------- | ------- |
18+
| Quarkus | `2.1.1.Final` |
19+
| Spring Boot | `2.5.3` |
20+
421
## Chapter List
522
- Chapter 1 - Introducing Quarkus (No example code)
623
- [Chapter 2 - Getting Started with Quarkus](chapter-2/README.md)

0 commit comments

Comments
 (0)