yb课堂 新版SSM-SpringBoot2.X 后端项目框架搭建 《二》


	yb课堂 新版SSM-SpringBoot2.X 后端项目框架搭建 《二》
[编程语言教程]

在线创建

https://start.spring.io/

技术图片

 

依赖项

Spring Boot核心包

        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-web</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-test</artifactId>
            <scope>test</scope>
            <exclusions>
                <exclusion>
                    <groupId>org.junit.vintage</groupId>
                    <artifactId>junit-vintage-engine</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
hmoban主题是根据ripro二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » yb课堂 新版SSM-SpringBoot2.X 后端项目框架搭建 《二》