# spring-boot-RESTful **Repository Path**: yemeiqikay/spring-boot-RESTful ## Basic Information - **Project Name**: spring-boot-RESTful - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-12 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### spring-boot-RESTful风格的微服务demo ### 201641404305 叶镁琪 ##### 通过试验,程序会先执行 data.sql 里的sql语句,再执行 commandLineRunner 里读取CSV文件 ##### 所以先通过 data.sql 插入customer的数据,再通过 commandLineRunner 中 account 关联 customer 插入account的数据