大飞_dafei

导航

2022年1月16日 #

Spring Boot测试数据库连接

摘要: Spring Boot测试数据库连接 @Autowired JdbcTemplate jdbcTemplate; @Test void fei3() { // 测试连接数据库 Long aLong = jdbcTemplate.queryForObject("select count(*) from 阅读全文

posted @ 2022-01-16 09:08 大飞_dafei 阅读(812) 评论(0) 推荐(0) 编辑