Entity inheritance with JPA and Hibernate There are four different ways to use inheritance with entity classes. Those are single table, table per class, joined or to use a MappedSuperclass.
Document your API with Spring REST Docs A good API documentation is crucial for ease of use of any API. But documentation is difficult to write and even more difficult to maintain. Spring REST Docs makes sure that process is easy and that your documentation is always up to date. Let us see that with the help
Log hierarchy in Logback Log hierarchy in Logback is based on the log names. That is a characteristic that makes lots of interesting and handy features possible. The post looks into a couple of examples how that works. How named log hierarchy works According to the logger documentation, a logger is said to be