Skip to content

Commit ed205c8

Browse files
authored
Merge pull request quarkusio#650 from DavideD/fixes
Replace routers with routes in hibernate-reactive-routes-quickstart R…
2 parents c26da8e + 3a2e9a2 commit ed205c8

File tree

1 file changed

+3
-3
lines changed
  • hibernate-reactive-routes-quickstart

1 file changed

+3
-3
lines changed

hibernate-reactive-routes-quickstart/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is a minimal CRUD service exposing a couple of endpoints over REST,
44
with a front-end based on Angular so you can play with it from your browser.
55

66
While the code is surprisingly simple, under the hood this is using:
7-
- Vert.x Web routers to expose the REST endpoints
7+
- Vert.x Web routes to expose the REST endpoints
88
- Hibernate Reactive to perform the CRUD operations on the database
99
- A PostgreSQL database; see below to run one via Docker
1010
- ArC, the CDI inspired dependency injection tool with zero overhead
@@ -66,7 +66,7 @@ First compile it:
6666
6767
Then run it:
6868

69-
> java -jar ./target/hibernate-reactive-routers-quickstart-1.0-SNAPSHOT-runner.jar
69+
> java -jar ./target/hibernate-reactive-routes-quickstart-1.0-SNAPSHOT-runner.jar
7070
7171
Have a look at how fast it boots.
7272
Or measure total native memory consumption...
@@ -86,7 +86,7 @@ native executable:
8686
8787
After getting a cup of coffee, you'll be able to run this binary directly:
8888

89-
> ./target/hibernate-reactive-routers-quickstart-1.0-SNAPSHOT-runner
89+
> ./target/hibernate-reactive-routes-quickstart-1.0-SNAPSHOT-runner
9090
9191
Please brace yourself: don't choke on that fresh cup of coffee you just got.
9292

0 commit comments

Comments
 (0)