Skip to content

Latest commit

 

History

History
58 lines (31 loc) · 1.61 KB

README.md

File metadata and controls

58 lines (31 loc) · 1.61 KB

Synopsis

A demo web application project powered by spring boot

  • redis messaging
  • redis logging
  • elm
  • websockets (sockjs / STOMP)
  • jms

Code Example

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.

Motivation

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

Installation

Provide code examples and explanations of how to get the project.

API Reference

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.

Tests

Describe and show how to run the tests with code examples.

Contributors

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

License

A short snippet describing the license (MIT, Apache, etc.)