# spring-boot--jpa **Repository Path**: ye_da_long/spring-boot--jpa ## Basic Information - **Project Name**: spring-boot--jpa - **Description**: No description available - **Primary Language**: Unknown - **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 ### 数据模拟网站 ##### https://mockaroo.com/ 导出sql格式的文件(不要包含创建表的语句,因为JPA会建表),把导出文件的内容复制粘贴到 resources 目录下的 data.sql 文件里,jpa会自动执行sql语句。 主要功能:使用jpa和h2进行数据的增删改查测试。