Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etc/introducing-spring-modulith.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ https://spring.io/projects/spring-modulith[_Spring Modulith_] is a new, experime
[[example]]
== An Example

Let us have a look at https://github.com/spring-projects/spring-modulith/tree/main/spring-modulith-example[a concrete example].
Let us have a look at https://github.com/spring-projects/spring-modulith/tree/main/spring-modulith-examples[a concrete example].
Assume we need to develop an e-commerce application, for which we start with two logical modules.
An _order_ module deals with order processing, and an _inventory_ keeps track of the stock for the products we sell.
Our primary focus for this post is the use case that the inventory needs to be updated once an order is completed.
Expand Down