欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

ided生产springboot

程序员文章站 2022-05-28 10:26:02
...

 

ided生产springboot

选择new spring initializr 即可

 

测试选哟

@RunWith(SpringRunner.class)

@SpringBootTest(classes = { DemoApplication.class }) // 指定启动类

 

@Test---注解的方法不可空,否则报找不到方法,注解导入的报要对

@Autowired

private RestHighLevelClient client;---注入的入需要@bean生产,不可是成员变量

 test类中的类的类型,方法类型都需要public

相关标签: springboot