摘要: 1、切换嵌入式Servlet容器 默认支持的webServer Tomcat, Jetty, or Undertow ServletWebServerApplicationContext 容器启动寻找ServletWebServerFactory 并引导创建服务器 切换服务器 <dependency 阅读全文
posted @ 2021-03-29 21:53 少时也曾爱白衣 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 方式一、使用servlet Api @ServletComponentScan(basePackages = "com.bootweb") :指定扫描原生Servlet组件都放在那里;放在主方法文件上。 @WebServlet(urlPatterns = "/my"):效果:直接响应,没有经过Spr 阅读全文
posted @ 2021-03-29 21:23 少时也曾爱白衣 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 文章来源:https://www.runoob.com/w3cnote/restful-architecture.html 1、什么是REST REST全称是Representational State Transfer,中文意思是表述(编者注:通常译为表征)性状态转移。 它首次出现在2000年Ro 阅读全文
posted @ 2021-03-29 10:33 少时也曾爱白衣 阅读(128) 评论(0) 推荐(0) 编辑