# spring-boot-itrip **Repository Path**: fellowfun110/spring-boot-itrip ## Basic Information - **Project Name**: spring-boot-itrip - **Description**: 爱旅行实战 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-09-17 - **Last Updated**: 2021-09-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### spring boot 改造爱旅行项目 #### 项目介绍 此项是北大课工场职业培训实战项目 #### 技术包含 java spring-boot docker 等 ```java public class HelloWorld{ public static void main(String[] args){ System.out.println("世界真美好"); } } ```