#
springfox
Here are 61 public repositories matching this topic...
REST version of the Spring Petclinic sample application
sample
rest
spring
spring-data
jdbc
rest-api
springfox
swagger
openapi
jackson
hibernate
mysql-database
springframework
spring-mvc
spring-data-jpa
-
Updated
Dec 30, 2021 - Java
Java Spring Boot - Ecommerce REST API
-
Updated
Jun 24, 2018 - Java
Automated documentation for async APIs built with Spring Boot
-
Updated
Dec 19, 2021 - Java
基于对spring boot的二次封装,目的是减少重复代码,提高开发效率
kubernetes
redis
jenkins
json
framework
spring-boot
logback
jpa
spring-cloud
springfox
elk
util
istio
-
Updated
Mar 31, 2021 - Java
在运行时,使用Javadoc文档注释生成Swagger/OpenAPI规范
-
Updated
Dec 9, 2021 - Java
Introduction and Example for OpenAPI specification & Swagger Open Source Tools, including swagger-editor, swagger-codegen and swagger-ui. Auto generation example for client SDKs, server code, asciidoctor and html documents.
spring-boot
springfox
swagger
asciidoc
swagger-specification
swagger-generator
swagger-codegen
swagger-ui
asciidoctor
swagger-docs
swagger-spec
swagger2
swagger-api
swagger-editor
swagger2markup
asciidoctor-converter
asciidoctor-pdf
-
Updated
Jun 19, 2018 - Java
采用spring+springmvc+mybatis+bootstrap搭建的demo,是jfinal-bootstrap-table的兄弟版^_^
mysql
demo
database
spring
springfox
ajax
druid
springframework
bootstrap-table
weui
mybatis
bootstrap3
spring-mvc
restful-api
springmvc
spring-springmvc-mybatis
spring-mybatis
test-spring
spring-mybatis3-mysql
-
Updated
Dec 9, 2021 - JavaScript
An HTTP Request snippet generator for Springfox
-
Updated
Oct 5, 2021 - Java
Simplifies the setup of Springfox.
-
Updated
Dec 19, 2018 - Java
Library for using springfox swagger UI under ZUUL proxy
java
spring
spring-cloud
springfox
swagger
spring-cloud-netflix
zuul-server
spring-cloud-zuul
zuul-proxy
springfox-swagger-ui
springfox-swagger
-
Updated
Mar 26, 2019 - Java
Sample application to demonstrate the capabilities of integrating with grails
-
Updated
Jul 30, 2021 - Groovy
The Scheduling API is designed to optimize the route of a trip with multiple stops.
-
Updated
Nov 8, 2018 - Java
Swagger Plugin for Spring Boot
-
Updated
May 17, 2021 - Java
Sample project with Kotlin, Spring Boot, JOOQ, Flyway, etc ...
mysql
kotlin
docker
spring-boot
docker-compose
springfox
swagger
flyway
jooq
owasp-dependencycheck
tavern
-
Updated
Dec 22, 2021 - Kotlin
This routing service requires a latitude and longitude input for two locations to calculate the shortest route in between. The routing is based on the Dijkstra algorithm.
-
Updated
Nov 8, 2018 - Java
A spring boot starter with swagger 2.0 api documentation enabled
-
Updated
Oct 16, 2017 - Shell
这是一个基于Spring、Springmvc、Mybatis以及Swagger构建的Java后台项目,使用Maven作为包管理,为androidmvpdemo提供接口。
-
Updated
Sep 7, 2018 - Java
The Geocoding API provides two endpoints (wrapper for the well-known OpenStreetMap geocoder Nominatim and Photon) to transform text-based addresses into GPS coordinates and vice versa.
-
Updated
Nov 8, 2018 - Java
Java版本的Swagger UI,并提供基于Spring Boot 2.0 的代码案例
-
Updated
Aug 28, 2018 - Java
SpringBoot application using OpenFlights data, Aspect Oriented Programming using Spring AOP, Authorisation using Spring Security and Swagger API documentation using Springfox
java
docker
spring
spring-boot
gradle
rest-api
springfox
spring-security
swagger-ui
spring-data-jpa
swagger2
hibernate-jpa
springboot-application
openflights-api
-
Updated
Feb 9, 2020 - HTML
Spring Boot Service written in Kotlin to validate version ranges according to semver specification.
kotlin
coveralls
spring-boot
travis-ci
maven
springfox
swagger
semver
java-8
swagger-ui
jacoco
spring-boot-service
-
Updated
Jul 2, 2018 - Kotlin
personal proof of concepts
nodejs
npm
angular
typescript
spring
spring-boot
service-worker
maven
spring-data
angular-material
lombok
springfox
spring-data-rest
java8
spring-boot-admin
swagger-ui
spring-data-jpa
swagger2
h2-database
hikaricp
-
Updated
Dec 9, 2021 - Java
Examples of applications running on OSEv3
-
Updated
Jul 25, 2017 - Java
Improve this page
Add a description, image, and links to the springfox topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the springfox topic, visit your repo's landing page and select "manage topics."
springfox-swagger2:
3.0.0-SNAPSHOTspringfox-swagger-ui:
3.0.0-SNAPSHOTspringfox-spring-webflux:
3.0.0-SNAPSHOTWe are using directModelSubstitute for MonetaryAmount to avoid showing all the properties of the class in swagger. Instead of that we created our own MonetaryAmountWrapper which have only two fields viz., amount and currency with some default example values for both. Now, the