A stray ant can only move by itself

初识springBoot

spring boot 踩坑创建简单的web 项目,只实现web 页面展示,不涉及业务处理 idea 新建项目,采用 Spring Initializr 创建项目, 选择 web 依赖 项目创建成功后创建展示层目录: src/ma...