摘要: 1、创建Maven项目 创建后的项目结构如下: 2、引入SpringBoot的pom依赖 父模块依赖 :spring-boot-starter-parent 启动依赖:spring-boot-starter-web 测试依赖:spring-boot-starter-test 热部署依赖:spring 阅读全文
posted @ 2020-03-18 16:30 淡雅星光 阅读(1547) 评论(0) 推荐(0) 编辑
摘要: SpringBoot介绍 概括:SpringBoot是一个快速开发的框架,能够帮助我们快速整合第三方框架(主要借助于 Maven 依赖关系),完全采用注解化,简化 XML 配置,内置嵌入 Http 服务器(Tomcat, Jetty),默认嵌入 Tomcat 服务器,最终以 Java 应用程序进行执 阅读全文
posted @ 2020-03-18 15:52 淡雅星光 阅读(327) 评论(0) 推荐(0) 编辑