在新的鳳凰應用程序中,Plug.Head插件默認存在,我對它的重要性很感興趣。 我知道「the HEAD method is identical to GET except that the server MUST NOT send a message body in the response」。 我覺得official Phoenix guides是一流的,但是這把我關在Routing guid
我想以編程方式重新啓動我的春季啓動應用程序結束點。以下是我用過的線。 public class FileWatcher {
@Autowired
private RestartEndpoint restartEndpoint;
public void onFileChange() {
Thread restartThread = new Thread((