Skip to content

Commit

Permalink
Fix incorrect test directory path in README
Browse files Browse the repository at this point in the history
Corrected the test directory path from `src/main/test/java/gateway` to `src/test/java/gateway` in the README.
This ensures consistency with standard Maven project structures.

Signed-off-by: lychee955 <lizhi3422@qq.com>
  • Loading branch information
lychee955 committed Jan 20, 2025
1 parent fbf920e commit c2e7764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ The following listing shows the complete contents of `Application.java`:
include::complete/src/main/java/gateway/Application.java[tag=code]
----

Now we can create a new class called `ApplicationTest` in `src/main/test/java/gateway`.
Now we can create a new class called `ApplicationTest` in `src/test/java/gateway`.
In the new class, we add the following content:

[source,java,tabsize=2]
Expand Down

0 comments on commit c2e7764

Please # to comment.