摘要:
开发环境延续上一节的开发环境这里不再做介绍 添加mybatis依赖 <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> <versio 阅读全文
posted @ 2018-04-22 10:28
霸王猿
阅读(247)
评论(0)
推荐(0)
摘要:
建表脚本 -- create table `account`DROP TABLE `account` IF EXISTSCREATE TABLE `account` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(20) NOT NULL 阅读全文
posted @ 2018-04-22 00:01
霸王猿
阅读(1261)
评论(0)
推荐(0)

浙公网安备 33010602011771号