A demo web application project powered by spring boot
- redis messaging
- redis logging
- elm
- websockets (sockjs / STOMP)
- jms
mvn spring-boot:run -Dspring.profiles.active=default,redis,dev -Dredis.host=localhost -Dredis.port=6379
or
mvn package java -Dspring.profiles.active=default,redis,dev -Dredis.host=localhost -Dredis.port=6379 -jar target/hisnamewasjaan-1.6.jar
or
docker-compose up
Show what the library does as concisely as possible, developers should be able to figure out how your project solves their problem by looking at the code example. Make sure the API you are showing off is obvious, and that your code is short and concise.
A playpen to try out various technologies and have them integrated in a real application. Hopefully - in time - this will evolve to showcase a lot integrated technologies
Provide code examples and explanations of how to get the project.
Depending on the size of the project, if it is small and simple enough the reference docs can be added to the README. For medium size to larger projects it is important to at least provide a link to where the API reference docs live.
Describe and show how to run the tests with code examples.
Let people know how they can dive into the project, include important links to things like issue trackers, irc, twitter accounts if applicable.
Links:
log-to-redis-using-spring-boot
A short snippet describing the license (MIT, Apache, etc.)