All Projects → fanfpy → xiaoyuanxianyu

fanfpy / xiaoyuanxianyu

Licence: Apache-2.0 license
基于SpringBoot2.0的校园二手交易平台后台

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to xiaoyuanxianyu

dbclient
데이터배이스 관리 / 자동 메일링 / Admin 자동화 / Database IDE Tool. SQL Development Helper. Support DBMS Oracle/Mysql/MS-SQL
Stars: ✭ 35 (-57.83%)
Mutual labels:  jpa, springboot2
Spring-Boot-2
Spring Boot 2.x examples
Stars: ✭ 33 (-60.24%)
Mutual labels:  jpa, springboot2
springboot-tutorials
codehome出品SpringBoot2.x基础教程
Stars: ✭ 77 (-7.23%)
Mutual labels:  jpa, springboot2
Spring Boot Leaning
Spring Boot 2.X 最全课程代码
Stars: ✭ 2,008 (+2319.28%)
Mutual labels:  jpa, springboot2
Springboot Learning Example
spring boot 实践学习案例,是 spring boot 初学者及核心技术巩固的最佳实践。
Stars: ✭ 14,640 (+17538.55%)
Mutual labels:  jpa
Jpa Hibernate Tutorials
Hibernate Tutorials with Spring Boot and Spring-Data-JPA
Stars: ✭ 186 (+124.1%)
Mutual labels:  jpa
Spring Data Examples
Examples for using Spring Data for JPA, MongoDB, Neo4j, Redis
Stars: ✭ 181 (+118.07%)
Mutual labels:  jpa
Okta Spring Boot React Crud Example
Simple CRUD with React and Spring Boot 2.0
Stars: ✭ 176 (+112.05%)
Mutual labels:  jpa
learning-code
Coding for studying
Stars: ✭ 20 (-75.9%)
Mutual labels:  jpa
Spring Framework Petclinic
A Spring Framework application based on JSP, Spring MVC, Spring Data JPA, Hibernate and JDBC
Stars: ✭ 251 (+202.41%)
Mutual labels:  jpa
Bcmall
以教学为目的的电商系统。包含ToB复杂业务、互联网高并发业务、缓存应用;DDD、微服务指导。模型驱动、数据驱动。了解大型服务进化路线,编码技巧、学习Linux,性能调优。Docker/k8s助力、监控、日志收集、中间件学习。前端技术、后端实践等。主要技术:SpringBoot+JPA+Mybatis-plus+Antd+Vue3。
Stars: ✭ 188 (+126.51%)
Mutual labels:  jpa
Db Util
If you are using JPA and Hibernate, this tool can auto-detect N+1 query issues during testing.
Stars: ✭ 194 (+133.73%)
Mutual labels:  jpa
Onlinemall
⬆️ 基于springboot+thymeleaf+spring data jpa+druid+bootstrap+layui等技术的JavaWeb电商项目(项目包含前后台,分为前台商城系统及后台管理系统。前台商城系统包含首页门户、商品推荐、商品分类、商品搜索、商品展示、商品详情、购物车、订单流程、用户中心、评论(有些bug,当时做得不够好,下一个项目的评论模块比这个好)、模拟支付等模块。 后台管理系统包含商品管理、订单管理、用户管理等模块。系统介绍及详细功能点、技术点见项目内文档描述)☀️
Stars: ✭ 230 (+177.11%)
Mutual labels:  jpa
Krush
Idiomatic persistence layer for Kotlin
Stars: ✭ 185 (+122.89%)
Mutual labels:  jpa
Eladmin
项目基于 Spring Boot 2.1.0 、 Jpa、 Spring Security、redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代码,支持动态路由
Stars: ✭ 16,943 (+20313.25%)
Mutual labels:  jpa
Minidao
轻量级JAVA持久层,类似Mybatis一样的用法,基于SpringJdbc实现更轻量
Stars: ✭ 177 (+113.25%)
Mutual labels:  jpa
Java Persistence Frameworks Comparison
Comparison of non-JPA SQL mapping frameworks for Java (Jooq, Spring JDBCTemplate, MyBatis, EBean, JDBI, Speedment, sql2o)
Stars: ✭ 213 (+156.63%)
Mutual labels:  jpa
Blaze Persistence
Rich Criteria API for JPA providers
Stars: ✭ 233 (+180.72%)
Mutual labels:  jpa
Spring Boot Postgresql Jpa Hibernate Rest Api Demo
Building RESTful APIs with Spring Boot, PostgreSQL, JPA and Hibernate
Stars: ✭ 209 (+151.81%)
Mutual labels:  jpa
Defterp
deftERP - Jakarta EE (Java EE 7 : JSF, JPA, EJB, CDI, Bean Validation)
Stars: ✭ 207 (+149.4%)
Mutual labels:  jpa

二手交易平台

SpringBoot+Spring-Data-JPA

#API描述

简要描述:

  • 返回首页需要的数据 热门和最新商品

请求URL:

  • https://2.fanfpy.top/xianyu/api/goods/new/{num}
热门商品同例
  • https://2.fanfpy.top/xianyu/api/goods/hot/{num}

请求方式:

  • GET
参数名 必选 类型 说明
num Integer 列表数量

返回示例

{
	"code":0,
	"msg":"成功",
	"data":[
		{
			"goodsId": 1,
			"userId": 1,
			"userName":"fanfpy",
			"userImg":"https:xxx.com/xxx.jpg",
			"goodsTitlie":"小米mix2s",
			"price" : 2999.0,
			"date" "2018-05-03 22:39:26"
			"status":0,
			"pageView":2,
			"describle": "描述:一面科技一面艺术",
			"goodsImg":[
				"img":"https:xxx.com/xxx.jpg",
				"img":"https:xxx.com/xxx.jpg",
				"img":"https:xxx.com/xxx.jpg",
			]
		},
		{
			"goodsId": 2,
			"userId": 1,
			"userName":"fanfpy",
			"userImg":"https:xxx.com/xxx.jpg",
			"goodsTitlie":"vivoX20",
			"price" : 3999.0,
			"date" "2018-05-03 14:22:16"
			"status":0,
			"pageView":2,
			"describle": "两千万柔光双摄,照亮你的美",
			"goodsImg":[
				"img":"https:xxx.com/xxx.jpg",
				"img":"https:xxx.com/xxx.jpg",
				"img":"https:xxx.com/xxx.jpg",
			]
		}
	]
}

简要描述:

  • 商品详细页

请求url

  • https://2.fanfpy.top/xianyu/api/goods/id/{id}

请求类型

  • GET

返回示例

{
	"code":0,
	"msg":"成功",
	"data":{
		 "goodsId": 1,
            "userId": 1,
            "userName":"fanfpy",
            "userImg":"https:xxx.com/xxx.jpg",
            "goodsTitlie":"小米mix2s",
            "price" : 2999.0,
            "date" "2018-05-03 22:39:26"
            "status":0,
			"pageView":2,
            "describle": "描述:一面科技一面艺术",
            "goodsImg":[
                "img":"https:xxx.com/xxx.jpg",
                "img":"https:xxx.com/xxx.jpg",
                "img":"https:xxx.com/xxx.jpg",
            ]
	}
}

通过分类id返回商品列表

请求URL:

  • http://2.fanfpy.top/xianyu/api/goods/class/{classId}

请求方式:

  • GET

参数:

参数名 必选 类型 说明
classId Integer 分类id

返回示例

{
	"code" :0,
	"msg":"成功",
	"data":[
		{
			"goodsId": 2,
			"userId": 1,
			"userName":"fanfpy",
			"userImg":"https:xxx.com/xxx.jpg",
			"goodsTitlie":"vivoX20",
			"price" : 3999.0,
			"date" "2018-05-03 14:22:16"
			"status":0,
			"pageView":2,
			"describle": "两千万柔光双摄,照亮你的美",
			"goodsImg":[
				"img":"https:xxx.com/xxx.jpg",
				"img":"https:xxx.com/xxx.jpg",
				"img":"https:xxx.com/xxx.jpg",
			]
		},
		{
			"goodsId": 2,
			"userId": 1,
			"userName":"fanfpy",
			"userImg":"https:xxx.com/xxx.jpg",
			"goodsTitlie":"vivoX20",
			"price" : 3999.0,
			"date" "2018-05-03 14:22:16"
			"status":0,
			"pageView":2,
			"describle": "两千万柔光双摄,照亮你的美",
			"goodsImg":[
				"img":"https:xxx.com/xxx.jpg",
				"img":"https:xxx.com/xxx.jpg",
				"img":"https:xxx.com/xxx.jpg",
			]
		}
	]
}
}

添加商品

参数名 必选 类型 说明
userId Integer 用户id
classification Integer 分类id
commentNum Integer 评论数 默认为空
describle String 商品描述
name String 价格
status Integer 商品状态0为上架 1为下架
pageView Integer 查看数 默认为0

添加图片

参数名 必选 类型 说明
goodsId Integer 商品id
file file 上传的图片
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].