Java 17 / Maven tutorial project for JDK CompletableFuture API. Produces Chinese-language tutorial documents and accompanying code demos.
mvn compile # compile
mvn exec:java # run Main.main()
mvn test # run tests (currently none)
No other build tools, linters, or formatters are configured.
src/main/java/space/anyi/ — demo codetemplate.md — reference doc for writing style and structure (Chinese, covers JUC concurrency topics)todo.md — task list for outstanding worktemplate.md when writing new tutorial content.space.anyimain() methods.