自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

原创 springboot单模块工程搭建---备忘录(5)---Thymeleaf+swagger

Thymeleaf pom.xml添加依赖: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> con...

2020-04-21 14:11:18 400

原创 Mybatis Generator 使用(亲测)

pom.xml 红色为新增 <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin<...

2020-04-17 10:14:44 296

原创 springboot 工具方法

将jsonString转成list输出 public void jsonToList() throws IOException { String text = readFileToString(); StringBuilder sb = new StringBuilder(); sb.append(text); JSONArray jsonArray = JSO...

2020-04-16 12:00:25 199

原创 springboot单模块工程搭建---备忘录(4)---热部署+异步

热部署+异步方法 热部署 添加依赖 <!--devtools热部署--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <opti...

2020-04-16 11:44:32 172

原创 springboot单模块工程搭建---备忘录(3)---springboot+mybatis+mysql

springboot+mybatis+mysql 注:mybatis采用xml文件的方式 添加依赖 <!--mybatis+sql start--> <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-...

2020-04-16 11:22:54 226

原创 springboot单模块工程搭建---备忘录(2)---通过web端访问

通过web端访问 ↑工程基本结构 pom.xml文件添加依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency>...

2020-04-16 11:05:34 128

原创 springboot单模块工程搭建---备忘录(1)

单模块工程创建

2020-04-16 10:40:54 186

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除