# springcloud-rest-demo **Repository Path**: siting1/springcloud-rest-demo ## Basic Information - **Project Name**: springcloud-rest-demo - **Description**: 演示RESTFul风格,SQLite数据库使用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-21 - **Last Updated**: 2023-03-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-rest-demo #### 介绍 演示RESTFul风格,SQLite数据库使用 springboot企业级开发教程 P58 #### 软件架构 springboot 2.1.7 SQLite3 JPA spring-boot-starter-rest #### 典型配置 > pom.xml中添加依赖 ```xml org.springframework.boot spring-boot-starter-web 2.1.7.RELEASE org.springframework.boot spring-boot-starter-jdbc org.xerial sqlite-jdbc 3.36.0.3 com.zsoltfabok sqlite-dialect 1.0 org.springframework.boot spring-boot-starter-data-jpa 2.1.7.RELEASE org.springframework.boot spring-boot-starter-data-rest 2.1.7.RELEASE ``` > #### 需解决的问题 - 使用Vue.js+ElementUI、Bootstrap 或者 LayuiMini等任何一种视图框架技术,表格化显示 customer表中的所有数据。 - 使用 APIfox / RunAPI / Postman 等任何一种接口工具进行测试 > #### 参考资料 1. SQLite介绍 https://www.runoob.com/sqlite/sqlite-tutorial.html 2. Vue2介绍 https://www.runoob.com/vue2/vue-tutorial.html 3. Bootstrap https://www.runoob.com/bootstrap4/bootstrap4-tutorial.html 4. Spring Data Rest https://docs.spring.io/spring-data/rest/docs/current/reference/html/#intro-chapter 5. RESTFul介绍 http://www.javaboy.org/2019/0606/springboot-restful.html 6. LayUIMini http://layuimini.99php.cn/docs/index.html 7. LayUI https://layuion.com/docs/modules/table.html