File tree 1 file changed +19
-18
lines changed
1 file changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ $ npm install
46
46
47
47
- ` npm start `
48
48
- 健康检查 ` http://localhost:3000/test ` 正常情况下会返回 ` ok `
49
+ - 使用 ` pm2 ` 可以直接 用 ` pm2 start ./pm2.config.json ` 启动
49
50
50
51
----------
51
52
@@ -148,21 +149,21 @@ This example repo uses the NestJS swagger module for API documentation. [NestJS
148
149
149
150
- 综合例子
150
151
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