This is a simple Spring Boot application which serves as CrudRepository test-project.
You can record an idea (or message or subject) with it, and "reply" to the original idea by adding comments.
I use a PostgreSQL database as data backend but it should work with any other database for which a JDBC driver is available.