All Projects → pgilad → Spring Boot Webflux Swagger Starter

pgilad / Spring Boot Webflux Swagger Starter

Licence: mit
An example project to illustrate how to document Spring Boot Webflux with Swagger2

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Spring Boot Webflux Swagger Starter

Django Rest Swagger Docs
Beginners approach to Django Rest Swagger
Stars: ✭ 86 (+38.71%)
Mutual labels:  swagger, swagger2, demo
Spring Boot Sample App
Sample app generated from my spring boot archtype on :https://github.com/Romeh/spring-boot-quickstart-archtype
Stars: ✭ 81 (+30.65%)
Mutual labels:  swagger, swagger2, spring-boot
Simplemall
基于SpringCloud的微服务架构实战案例项目,以一个简单的购物流程为示例,融合spring cloud 相关组件,如spring-cloud-netflix、swagger等
Stars: ✭ 687 (+1008.06%)
Mutual labels:  swagger, swagger2, spring-boot
Angular Swagger Ui
An angularJS implementation of Swagger UI
Stars: ✭ 131 (+111.29%)
Mutual labels:  swagger, api-documentation, swagger2
Springfox
Automated JSON API documentation for API's built with Spring
Stars: ✭ 5,449 (+8688.71%)
Mutual labels:  swagger, spring-boot
Create Openapi Repo
🤖 Generator for GH repo to help you manage the OpenAPI definition lifecycle
Stars: ✭ 513 (+727.42%)
Mutual labels:  swagger, api-documentation
Kvision
Object oriented web framework for Kotlin/JS
Stars: ✭ 658 (+961.29%)
Mutual labels:  reactive, spring-boot
Springbootexamples
Spring Boot 学习教程
Stars: ✭ 794 (+1180.65%)
Mutual labels:  swagger, spring-boot
Newbee Mall Api
新蜂商城前后端分离版本-后端API源码
Stars: ✭ 384 (+519.35%)
Mutual labels:  swagger, spring-boot
Mica
Spring Cloud 微服务开发核心工具集。工具类、验证码、http、redis、ip2region、xss 等,开箱即用。 🔝 🔝 记得右上角点个star 关注更新!
Stars: ✭ 749 (+1108.06%)
Mutual labels:  swagger, spring-boot
Spring Boot Jwt
JWT auth service using Spring Boot, Spring Security and MySQL
Stars: ✭ 795 (+1182.26%)
Mutual labels:  swagger2, spring-boot
Zally
A minimalistic, simple-to-use API linter
Stars: ✭ 499 (+704.84%)
Mutual labels:  swagger, spring-boot
Spring Boot Demo
该项目已成功集成 actuator(监控)、admin(可视化监控)、logback(日志)、aopLog(通过AOP记录web请求日志)、统一异常处理(json级别和页面级别)、freemarker(模板引擎)、thymeleaf(模板引擎)、Beetl(模板引擎)、Enjoy(模板引擎)、JdbcTemplate(通用JDBC操作数据库)、JPA(强大的ORM框架)、mybatis(强大的ORM框架)、通用Mapper(快速操作Mybatis)、PageHelper(通用的Mybatis分页插件)、mybatis-plus(快速操作Mybatis)、BeetlSQL(强大的ORM框架)、upload(本地文件上传和七牛云文件上传)、redis(缓存)、ehcache(缓存)、ema…
Stars: ✭ 24,265 (+39037.1%)
Mutual labels:  spring-boot, demo
Swag
Automatically generate RESTful API documentation with Swagger 2.0 for Go.
Stars: ✭ 5,173 (+8243.55%)
Mutual labels:  swagger, swagger2
Springbootunity
rabbitmq、redis、scheduled、socket、mongodb、Swagger2、spring data jpa、Thymeleaf、freemarker etc. (muti module spring boot project) (with spring boot framework,different bussiness scence with different technology。)
Stars: ✭ 845 (+1262.9%)
Mutual labels:  swagger, spring-boot
Javaquarkbbs
基于Spring Boot实现的一个简易的Java社区
Stars: ✭ 755 (+1117.74%)
Mutual labels:  swagger, spring-boot
Spring Boot Elasticsearch Lire Docker
Spring-boot+ElasticSearch+LIRE+SwaggerUI RESTful.
Stars: ✭ 7 (-88.71%)
Mutual labels:  swagger, spring-boot
Spring Boot
spring-boot 项目实践总结
Stars: ✭ 989 (+1495.16%)
Mutual labels:  swagger, spring-boot
Molten Boilerplate
A boilerplate for the molten framework by Bogdanp https://github.com/Bogdanp/molten
Stars: ✭ 50 (-19.35%)
Mutual labels:  swagger, api-documentation
Dokit
基于 Spring Boot2、 Jpa、 Spring Security、JWT、redis、Vue的前后端分离的后台管理系统开发平台, 用户管理、菜单管理、角色管理、字典管理、权限控制的方式为RBAC,操作日志、异常日志、接口限流、项目支持数据权限管理,支持一键生成前后端代码(支持在线预览及打包下载),支持前端菜单动态路由 可一键部署服务器应用,数据库。系统中活跃用户状态监控,监视当前系统CPU、内存、磁盘、堆栈等相关信息,基于Element UI在线表单设计及生成Vue代码。
Stars: ✭ 348 (+461.29%)
Mutual labels:  swagger2, spring-boot

spring-boot-webflux-swagger-starter

An example project to illustrate how to document Spring Boot Webflux with Swagger2

Requirements

  • Java 11

Installation

$ git clone https://github.com/pgilad/spring-boot-webflux-swagger-starter.git

Usage

$ gradle bootRun

Now open your favorite web-browser (Chrome) to http://localhost:8080/swagger-ui.html which is automatically generated from the HelloController web-flux mapping.

swagger-ui

License

MIT © Gilad Peleg

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