All Projects → flmn → Http Api Demo

flmn / Http Api Demo

Licence: mit
一个演示使用 Spring Boot 实现 HTTP API 的例子

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Http Api Demo

Spring Boot Sample App
Sample app generated from my spring boot archtype on :https://github.com/Romeh/spring-boot-quickstart-archtype
Stars: ✭ 81 (-8.99%)
Mutual labels:  spring-boot
Disruptor Spring Boot Starter
starter for disruptor
Stars: ✭ 83 (-6.74%)
Mutual labels:  spring-boot
Roncoo Recharge
龙果充值平台,具备话费充值、流量充值、话费卡兑换功能;可以拓展其他充值兑换业务;也适用于支付、鉴权等业务功能的拓展
Stars: ✭ 87 (-2.25%)
Mutual labels:  spring-boot
Spring Boot Starter Acme
Generate SSL certs easily for Spring Boot apps
Stars: ✭ 83 (-6.74%)
Mutual labels:  spring-boot
Genesis
Spring cloud Example
Stars: ✭ 83 (-6.74%)
Mutual labels:  spring-boot
Spring Boot Shopping Cart
Simple shopping cart web app made using Spring Boot + Thymeleaf
Stars: ✭ 85 (-4.49%)
Mutual labels:  spring-boot
Oss Spring Boot Starter
兼容S3协议的通用文件存储工具类
Stars: ✭ 81 (-8.99%)
Mutual labels:  spring-boot
Spring Boot Style Guide
An opinionated guide on developing web applications with Spring Boot.
Stars: ✭ 88 (-1.12%)
Mutual labels:  spring-boot
Spring Cloud Cloudfoundry
Integration between Cloudfoundry and the Spring Cloud APIs
Stars: ✭ 83 (-6.74%)
Mutual labels:  spring-boot
Okta Spring Boot 2 Angular 7 Example
A Cool Cars Example that showcases Spring Boot 2.1, Angular 7, and Okta's support for both.
Stars: ✭ 87 (-2.25%)
Mutual labels:  spring-boot
Pybbs
更实用的Java开发的社区(论坛),Better use of Java development community (forum)
Stars: ✭ 1,242 (+1295.51%)
Mutual labels:  spring-boot
Electron Vue Spring
An opinionated desktop application with web front-end and Java backend.
Stars: ✭ 83 (-6.74%)
Mutual labels:  spring-boot
Boot Spring Boot
'Boot Spring Boot: 스프링 부트 시작하기' 예제
Stars: ✭ 85 (-4.49%)
Mutual labels:  spring-boot
Fxshop
基于SpringBoot+SpringCloud微服务的商城项目(demo版 不可用于生产)
Stars: ✭ 82 (-7.87%)
Mutual labels:  spring-boot
Microservice Patterns
Code to share the knowledge I gained while designing and implementing micro services
Stars: ✭ 87 (-2.25%)
Mutual labels:  spring-boot
Spring Batch Example 1
Spring Boot with Spring Batch Example 1 (Load CSV to DB)
Stars: ✭ 81 (-8.99%)
Mutual labels:  spring-boot
Spring Boot Mongodb Angular Todo App
A Sample App built using Spring Boot, Angular and MongoDB
Stars: ✭ 84 (-5.62%)
Mutual labels:  spring-boot
Easy Notes
🍋 简笔记(easy notes)打造你的轻便私人笔记。接口涉及Spring Security、OAuth2、Jwt、MongoDB,客户端采用 Vue.js 、Ant Design
Stars: ✭ 89 (+0%)
Mutual labels:  spring-boot
Spring 5 Examples
This repository is contains spring-boot 2 / spring framework 5 project examples. Using reactive programming model / paradigm and Kotlin
Stars: ✭ 87 (-2.25%)
Mutual labels:  spring-boot
Spring Boot Jwt Demo
Simplest jwt demo with only 3 classes. Simple but product-level .
Stars: ✭ 86 (-3.37%)
Mutual labels:  spring-boot

HTTP API Demo

一个演示使用 Spring Boot 实现 HTTP API 的例子。1.0 版 PPT 在工程 doc 目录里。持续更新的在线版地址:HTTP 接口设计

相关文章:

运行方法

运行如下命令,编译运行 demo。

git clone https://github.com/flmn/http-api-demo.git
cd http-api-demo
./gradlew build
build/libs/http-api-demo-1.2.0.jar

开发说明

在项目目录运行如下命令,生成 Idea 工程文件。

./gradlew idea

用 Idea 打开 http-api-demo.ipr 工程文件。

!注意事项!

1.1.0 版本增加了使用 redis 保存 session,请确保在 localhost 的 6379 端口运行着 redis,并且没密码。修改配置请参见 config/application.yml 配置文件。

否则项目运行会出错。

更多信息

  • 请关注公众号: architect-xnq

architect-xnq

  • 或者添加私人微信: pisystem

pisystem

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].