Skip to content

Commit 3f44148

Browse files
authored
Update java-features.cn.md
1 parent 0fc3617 commit 3f44148

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

java-features.cn.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,9 @@ public class DemoCodegenConfig implements CodegenConfig {
223223
</plugin>
224224
```
225225

226-
产生的代码会被写到你项目的 `src/main/java` 目录,作为你的代码的一部分。最后把模式切换一下
226+
产生的java代码会被写到你项目的 `src/main/java` 目录,作为你的代码的一部分。输出目录是通过workingDirectory来指定的。如果你不想改workingDirectory,也可以传递第二个参数给StaticCodeGenerator。
227+
228+
最后把模式切换一下
227229

228230
```java
229231
JsonStream.setMode(EncodingMode.STATIC_MODE);

0 commit comments

Comments
 (0)