Skip to content

Commit f46531e

Browse files
committed
fix
1 parent e3bf714 commit f46531e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ openapi reload -f /app/openapi.json -n ts
135135
},
136136
// api 模版
137137
"client": {
138-
"file": "src/main/java/demo/ApiClient.java"
138+
"file": "src/main/java/demo/ApiClient.java",
139+
// 自定义修改后,设置忽略,防止下次重新生成被覆盖
140+
"ignore":true
139141
},
140142
"model": {
141143
"file": "src/main/java/demo/model/{model}.java"

0 commit comments

Comments
 (0)