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.
- Host: GitHub
- URL: https://github.com/yangboz/redolent-moo
- Owner: yangboz
- License: mit
- Created: 2015-10-19T03:00:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-22T03:48:29.000Z (almost 10 years ago)
- Last Synced: 2025-02-08T05:17:48.874Z (8 months ago)
- Language: Java
- Homepage: http://smartkit.info
- Size: 172 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-moomvn 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
============