摘要: 在springboot配置jsp环境 在pom.xml中添加配置依赖 内容如下: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </d 阅读全文
posted @ 2022-12-13 19:44 jessi呀 阅读(269) 评论(0) 推荐(0) 编辑
摘要: springboot上传图片 新建一个springboot项目; 在java/main/com/ljx 创建一个controller.fileController类 内容如下: package com.ljx.controller; ​ import org.springframework.ster 阅读全文
posted @ 2022-12-13 19:25 jessi呀 阅读(238) 评论(0) 推荐(0) 编辑