File tree Expand file tree Collapse file tree 1 file changed +19
-18
lines changed Expand file tree Collapse file tree 1 file changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ $ npm install
4646
4747- ` npm start `
4848- 健康检查 ` http://localhost:3000/test ` 正常情况下会返回 ` ok `
49+ - 使用 ` pm2 ` 可以直接 用 ` pm2 start ./pm2.config.json ` 启动
4950
5051----------
5152
@@ -148,21 +149,21 @@ This example repo uses the NestJS swagger module for API documentation. [NestJS
148149
149150- 综合例子
150151
151- ``` json
152- {
153- "userInfo#" : {
154- "User" : {
155- "user" : " tony"
156- }
157- },
158- "testAlias#" : {
159- "msgList[]" : {
160- "Comment" : {
161- "userId@" : " userInfo#/User/id"
162- },
163- "count" : 2 ,
164- "page" : 1
165- }
166- }
167- }
168- ```
152+ ```json
153+ {
154+ "userInfo#": {
155+ "User": {
156+ "user": "tony"
157+ }
158+ },
159+ "testAlias#": {
160+ "msgList[]": {
161+ "Comment": {
162+ "userId@": "userInfo#/User/id"
163+ },
164+ "count": 2,
165+ "page": 1
166+ }
167+ }
168+ }
169+ ```
You can’t perform that action at this time.
0 commit comments