Dongdong
Dongdong
## Bug Report ### Which version of ElasticJob did you use? 2.1.5 ### Which project did you use? ElasticJob-Lite or ElasticJob-Cloud? ElasticJob-Lite ### Expected behavior ElasticJob is available after DNS...
I'm using Feign and Spring annotations, I have a request that expects to accept "text/plain". ```java @PostMapping(value = "/demo", consumes = "application/json", produces="text/plain") public String demo(@RequestBody List ids); ``` But,...
`@FXMLView(value = "./helloworld.fxml", css = {"./test.css"}, bundle = "com.example.demo.helloworld")` @FXMLView Annotate has 3 property, value, css, bundle, but there are some formatting problems. I need to provide a suffix for...
 As shown in the figure, a new thread is created each time the text of the TextField control changes. It may be a good idea to provide a thread...