總覺得雖然我都連on cloud
但都是用本機開發,這樣下去鐵定失格
覺得保溫瓶逐漸透明化中,這篇就將spring boot結束掉吧~
原本想寫個排程去臺北資料庫撈東西放上去的
沒事,輕輕鬆鬆的結束掉這篇吧
要開始準備on Cloud的文章了呢
連假狀態,用手機用平版發文的,真是要命~
@DeleteMapping("/{id}")
public String deleteProfileDocument(@PathVariable String id) throws Exception {
return userInfoService.deleteUserInfo(id);
}
public String deleteUserInfo(String id) throws IOException {
return userInfoDAO.deleteDoc(id);
}
public String deleteDoc(String id) throws IOException {
DeleteRequest deleteRequest = new DeleteRequest(INDEX, id);
return client.delete(deleteRequest, RequestOptions.DEFAULT).getResult().name();
}
刪除....實在沒啥好展示的呀
就這樣,看官們也能拿這東西去到處招搖撞騙
有在java裏面連接過elasticsearch的
只要面試官沒看過,應該,大概,可能沒問題的
那就這樣囉~
明天開始我們沿着這臺紙飛機堆出來的資料回雲端看看kibana能爲我們做些什麼~