# hello-spring **Repository Path**: nbuu/hello-spring ## Basic Information - **Project Name**: hello-spring - **Description**: spring-boot入门 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1 如何通过spring.io去创建基础的spring项目框架 https://start.spring.io/ 2 怎么运行一个简单的web程序 HelloSpringApplication类是程序入口 3 spring-boot的maven打包工具的简单使用 打包 跳过测试 mvn clean package -Dmaven.test.skip 执行 target 下的jar包 java -jar hello-spring-0.0.1-SNAPSHOT.jar 4 在pom文件中如果不使用spring-boot自带的parent节点要怎么处理 Maven-dependencyManagement的使用