ytfrank
ytfrank
Unfortunately, no file was found after adding the option. Is there any issue with dbSpecification in the driver class? It is uncertain whether it was failed during database insertion or...
Sure! Here is the source code: ``` package demo; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONObject; import com.alibaba.fastjson.TypeReference; import com.example.demo.util.CryptoUtil; import com.example.demo.vo.BindCardReq; import com.example.demo.vo.CommonReq; import org.apache.catalina.Context; import org.apache.catalina.LifecycleException; import org.apache.catalina.startup.Tomcat; import org.apache.commons.lang3.RandomStringUtils; import...
Currently only one api "/bind_card_apply" is testing. @PostMapping("/bind_card_apply") //public CommonResp bindCardApply(@RequestBody CommonReq req) throws Exception { public ResponseEntity bindCardApply(@RequestBody CommonReq req) throws Exception { // 1. the verification of the...
Attached is the file "sql.txt" after adding the SQL operations to the API and running half an hour test. All the lines like below: "POST:/api/bind_card_apply","SELECT COUNT(1) FROM user WHERE id_card_no...
Hi, any plans about it?
Have a good time on your vacation! Looking forward to seeing the issue fixed when you're back.
Thanks for the update. Hope the SQL refactoring progresses smoothly. Let me know if you need any help later.
I'm very pleased to hear the fix, but I tried it out by the latest snapshot and encountered two issues. 1、When the database instance contains more than one database, the...
Thanks for your info. In the field of financial credit, data encryption and signature before transmission are common practices. I'd like to study how to provide the info to EM...
Here is an OpenAPI example: --------------------------------------------------------------------------- ``` openapi: 3.0.1 info: title: OpenAPI definition version: v0 servers: - url: http://localhost:8080 paths: /api/bind_card_apply: post: operationId: bindCard_1 requestBody: content: application/json: schema: $ref: '#/components/schemas/Req'...