Dongdong

Results 4 issues of 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,...

bug
needs info
help wanted

`@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...

enhancement
usability
general architecture

![image](https://user-images.githubusercontent.com/13533036/82018906-ce72cb80-96b8-11ea-8714-407110d94187.png) 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...