Development

Development

Agile software development using Java. Spring Boot takes the central stage as one of the most popular Java application frameworks.
Jul
07
Entity inheritance with JPA and Hibernate

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.
4 min read
Mar
06
Document your API with Spring REST Docs

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
4 min read
May
19
Log hierarchy in Logback

Log hierarchy in Logback

Log hierarchy in Logback is based on the log names. That is a characteristic that makes lots of interesting and
3 min read
Mastodon