摘要: 1、点击settings 2、设置utf-8 阅读全文
posted @ 2019-11-06 21:52 微笑(* ̄︶ ̄) 阅读(575) 评论(0) 推荐(0) 编辑
摘要: 1、导入依赖 <!--lombok--> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.18.6</version> </dependency> 2、安装插件 阅读全文
posted @ 2019-11-06 21:03 微笑(* ̄︶ ̄) 阅读(8822) 评论(0) 推荐(0) 编辑
摘要: CREATE TABLE `user` ( `uid` INT PRIMARY KEY AUTO_INCREMENT, `uname` VARCHAR(30) NOT NULL, `pwd` VARCHAR(30) NOT NULL ); insert into `user` (`uid`, `un 阅读全文
posted @ 2019-11-06 20:38 微笑(* ̄︶ ̄) 阅读(2567) 评论(0) 推荐(0) 编辑
摘要: 传统方法 a: 创建web工程 b: 配置springmvc web.xml c: 编写controller d :部署tomact springboot 1 创建springboot 工程 必须继承spring-boot-stater-parent 2 编写controller @RestCont 阅读全文
posted @ 2019-11-06 20:31 微笑(* ̄︶ ̄) 阅读(178) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc 阅读全文
posted @ 2019-11-05 20:01 微笑(* ̄︶ ̄) 阅读(499) 评论(0) 推荐(0) 编辑