随笔分类 -  11、SpringBoot

摘要:The field file exceeds its maximum permitted size of 1048576 bytes spring: # 设置文件上传文件大小 servlet: multipart: max-file-size: 3MB max-request-size: 10MB 阅读全文
posted @ 2022-02-01 20:45 我也有梦想呀 阅读(65) 评论(0) 推荐(0) 编辑
摘要:SpringBoot实现文件上传 1、创建一个Springboot工程 2、改pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="ht 阅读全文
posted @ 2021-12-16 11:47 我也有梦想呀 阅读(2911) 评论(0) 推荐(0) 编辑
摘要:01、通过配置类来配置kaptcha 01-01、添加kaptcha的依赖: <!-- kaptcha验证码 --> <dependency> <groupId>com.github.penggle</groupId> <artifactId>kaptcha</artifactId> <versio 阅读全文
posted @ 2021-11-23 22:30 我也有梦想呀 阅读(376) 评论(0) 推荐(0) 编辑
摘要:建项目 创建一个SpringBoot项目 改pom,导入相关依赖 org.springframework.boot spring-boot-starter-parent 2.2.2.RELEASE <dependencies> <!--web依赖--> <dependency> <groupId>o 阅读全文
posted @ 2021-08-09 03:18 我也有梦想呀 阅读(108) 评论(0) 推荐(0) 编辑
摘要:一、Spring Boot 入门 1、Spring Boot 简介 简化Spring应用开发的一个框架; 整个Spring技术栈的一个大整合; J2EE开发的一站式解决方案; 2、微服务 2014,martin fowler 微服务:架构风格(服务微化) 一个应用应该是一组小型服务;可以通过HTTP 阅读全文
posted @ 2020-08-16 00:57 我也有梦想呀 阅读(46) 评论(0) 推荐(1) 编辑

点击右上角即可分享
微信分享提示