摘要:
在传统的Servlet开发时,我们创建一个Servlet,需要在web.xml里做配置: <servlet> <servlet-name>FirstServlet</servlet-name> <servlet-class>com.linhw.demo.servlet.MyFirstServlet< 阅读全文
摘要:
一、引入依赖 <!-- 核心启动器, 包括auto-configuration、logging and YAML --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter< 阅读全文
摘要:
官网文档:https://docs.spring.io/spring-boot/docs/2.3.3.RELEASE/reference/htmlsingle/#using-boot-starter <!-- 核心启动器, 包括auto-configuration、logging and YAML 阅读全文