File tree 1 file changed +3
-3
lines changed
hibernate-reactive-routes-quickstart
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This is a minimal CRUD service exposing a couple of endpoints over REST,
4
4
with a front-end based on Angular so you can play with it from your browser.
5
5
6
6
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
8
8
- Hibernate Reactive to perform the CRUD operations on the database
9
9
- A PostgreSQL database; see below to run one via Docker
10
10
- ArC, the CDI inspired dependency injection tool with zero overhead
@@ -66,7 +66,7 @@ First compile it:
66
66
67
67
Then run it:
68
68
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
70
70
71
71
Have a look at how fast it boots.
72
72
Or measure total native memory consumption...
@@ -86,7 +86,7 @@ native executable:
86
86
87
87
After getting a cup of coffee, you'll be able to run this binary directly:
88
88
89
- > ./target/hibernate-reactive-routers -quickstart-1.0-SNAPSHOT-runner
89
+ > ./target/hibernate-reactive-routes -quickstart-1.0-SNAPSHOT-runner
90
90
91
91
Please brace yourself: don't choke on that fresh cup of coffee you just got.
92
92
You can’t perform that action at this time.
0 commit comments