新建springboot工程

看图说话,

新建springboot工程_第1张图片

 新建springboot工程_第2张图片

新建springboot工程_第3张图片 

最后项目的依赖会爆红,咱们的办法就是修改pom文件,直接用我的pom文件就行了



    4.0.0
    
        org.springframework.boot
        spring-boot-starter-parent
        2.3.1.RELEASE
         
    
    com.lxx.qa
    platform-server
    0.0.1-SNAPSHOT
    platform-server
    测试平台服务端
    jar

    
        1.8
    

    
        
            org.springframework.boot
            spring-boot-starter
        
        
            org.springframework.boot
            spring-boot-starter-test
            test
            
                
                    org.junit.vintage
                    junit-vintage-engine
                
            
        
        
    
        
            
                org.springframework.boot
                spring-boot-maven-plugin
            
            
        

 

你可能感兴趣的:(spring,boot,spring,java)