Comven commented on issue #13544:
URL: 
https://github.com/apache/shardingsphere/issues/13544#issuecomment-981353362


   > @Comven I have tried your demo. It can be executed well.
   > 
   > ```
   > GET http://localhost:80/queryOrder
   > 
   > HTTP/1.1 200 
   > Content-Type: application/json
   > Transfer-Encoding: chunked
   > Date: Mon, 29 Nov 2021 06:05:39 GMT
   > Keep-Alive: timeout=60
   > Connection: keep-alive
   > 
   > [
   >   {
   >     "id": 1,
   >     "orderNo": "20211109221911834",
   >     "userId": "张三",
   >     "addTime": "2021-10-09 22:19:11"
   >   },
   >   {
   >     "id": 2,
   >     "orderNo": "20211109221912919",
   >     "userId": "张三",
   >     "addTime": "2021-10-09 22:19:12"
   >   },
   >   {
   >     "id": 1,
   >     "orderNo": "20211109211453298",
   >     "userId": "张三",
   >     "addTime": "2021-11-09 21:14:53"
   >   },
   >   {
   >     "id": 2,
   >     "orderNo": "20211109214024049",
   >     "userId": "张三",
   >     "addTime": "2021-11-09 21:40:24"
   >   }
   > ]
   > 
   > Response code: 200; Time: 1388ms; Content length: 341 bytes
   > ```
   
   Can you show me the whole log ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to