Java Removing SQL from your Spring Boot code Using Spring Data and Hibernate as the reference framework, I’ll discuss a couple of tips: dealing with static metadata, composing type-safe queries, and how to handle custom query hints with a hibernate dialect extension.
Java Multi-Tenant Rest API With Spring Boot In this post, I'll describe the necessary steps to set up a schema-based multi-tenancy REST API with Spring Boot. The application relies on Flyway to automate provisioning and de-provisioning of tenants. Check out the sample project at https://github.com/aliprax/sboot-schema-multitenancy