摘要: package com.yao.config; import com.alibaba.druid.pool.DruidDataSource; import com.alibaba.druid.support.http.StatViewServlet; import org.springframewo 阅读全文
posted @ 2021-05-13 20:36 川上富江 阅读(59) 评论(0) 推荐(0)
摘要: @RestController public class JDBCController { @Autowired JdbcTemplate jdbcTemplate; //查询数据库的所有信息 //没有实体类 数据库中有东西 用Map 获取 @GetMapping("/userList") publ 阅读全文
posted @ 2021-05-13 13:28 川上富江 阅读(254) 评论(0) 推荐(0)