摘要: /** * @author wf.zhang */ @RestController public class HelloController { @Autowired JdbcTemplate jdbcTemplate; @GetMapping("/query") public Map<String 阅读全文
posted @ 2020-01-07 22:27 wf.zhang 阅读(763) 评论(0) 推荐(0) 编辑
摘要: 环境 idea2019.2 jdk1.8 数据库mysql 5.7 项目 结构 new ->Project 使用springboot快速搭建web项目 选好sdk next 填写项目信息 next 点Web-->勾选 Spring Web 点SQL->勾选 JDBC API 和 MySQL Driv 阅读全文
posted @ 2020-01-07 20:28 wf.zhang 阅读(1348) 评论(1) 推荐(1) 编辑