You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,23 @@
1
1
# Examples
2
2
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.
3
3
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
+
4
21
## Chapter List
5
22
- Chapter 1 - Introducing Quarkus (No example code)
6
23
-[Chapter 2 - Getting Started with Quarkus](chapter-2/README.md)
0 commit comments