An open API service indexing awesome lists of open source software.

https://github.com/yangboz/redolent-moo

Spring-boot+Redis+SwaggerUI RESTful.
https://github.com/yangboz/redolent-moo

Last synced: 6 months ago
JSON representation

Spring-boot+Redis+SwaggerUI RESTful.

Awesome Lists containing this project

README

          

# redolent-moo
Spring-boot+Redis RESTful.

Walk through Spring-boot with Solr Restful.

1.How to install Redis?

brew install redis

2.How to start up Redis?

redis

3.How to start up Spring-boot?

git clone https://github.com/yangboz/redolent-moo

cd redolent-moo

mvn spring-boot:run -Dspring.profiles.active=local

4.Where is the RESTful result?

[http://localhost:8084/api/static/index.html](http://localhost:8084/api/static/index.html)

# Reference
============