資源簡介
springboot+elasticsearch的項目,有增刪改查,導(dǎo)入即用,無需更改,大神必備神器,開發(fā)更輕松!
代碼片段和文件信息
package?com.itmuch.cloud;
import?org.springframework.boot.SpringApplication;
import?org.springframework.boot.autoconfigure.SpringBootApplication;
//測試路徑?http://localhost:8080/es/add??執(zhí)行測試操作后添加數(shù)據(jù)到本項目中?springboot-freemarker/data?文件下
@SpringBootApplication
public?class?AppStart?{
??public?static?void?main(String[]?args)?{
??????SpringApplication.run(AppStart.class?args);
??}
}
評論
共有 條評論