web开发-springboot-web

在这里插入图片描述
报错:
Failure to find org.springframework.boot:spring-boot-starter-parent:pom:3.2.1.RELEASE in https://maven.aliyun.com/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of alimaven has elapsed or updates are forced
将RELEASE删除 再刷新maven
在这里插入图片描述

Error:(3, 47) java: 无法访问org.springframework.web.bind.annotation.RequestMapping
错误的类文件: /D:/devlop/Maven/apache-maven-3.9.0/mvn-resp/org/springframework/spring-web/6.1.2/spring-web-6.1.2.jar!/org/springframework/web/bind/annotation/RequestMapping.class
类文件具有错误的版本 61.0, 应为 52.0
请删除该文件或确保该文件位于正确的类路径子目录中。
原因是jdk1.8与springboot3.x.x版本不匹配,把对应的springboot版本降版本即可。

HTTP(超文本传输协议) 浏览器和服务器之间数据传输的规则。
基于TCP 面向连接 安全
基于请求-响应模型的
HTTP是无状态协议
缺点:多次请求间不能共享数据
请求行 (请求方式 get post)
请求头
请求体 (post请求,存放请求参数,没有大小限制 )
get请求参数在请求行
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
开源免费的轻量级web服务器 Tomcat 提供网上信息浏览
支持Servlet/jsp
在这里插入图片描述
起步依赖
在这里插入图片描述

相关推荐

  1. SpringBoot3框架,Web开发(下)

    2024-01-07 12:24:04       21 阅读
  2. <span style='color:red;'>web</span><span style='color:red;'>开发</span>

    web开发

    2024-01-07 12:24:04      13 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-01-07 12:24:04       16 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-01-07 12:24:04       16 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-01-07 12:24:04       15 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-01-07 12:24:04       18 阅读

热门阅读

  1. linux系统shell语言的自动化交互

    2024-01-07 12:24:04       32 阅读
  2. OpenVPN静态秘钥连接

    2024-01-07 12:24:04       40 阅读
  3. OQL详解

    2024-01-07 12:24:04       33 阅读
  4. Keil5,ARM编译器 软件优化注意事项

    2024-01-07 12:24:04       33 阅读
  5. CSS基础

    CSS基础

    2024-01-07 12:24:04      36 阅读
  6. 机械臂运动学逆解(牛顿法)

    2024-01-07 12:24:04       21 阅读
  7. C#-委托

    2024-01-07 12:24:04       37 阅读
  8. 可视化速通知识点

    2024-01-07 12:24:04       35 阅读
  9. android apk文件的签名问题

    2024-01-07 12:24:04       38 阅读