GT's Blog
Code snippets, technical articles, tips on computing and programming...
Pages
(Move to ...)
Type in Nepali Unicode Romanized - Convert Roman Nepali to Unicode Tool
▼
Showing posts with label
spring-framework
.
Show all posts
Showing posts with label
spring-framework
.
Show all posts
Building a Dual-Mode Monolith/Microservices System with Spring Boot - One Codebase, Two Topologies
›
How to build a single codebase that deploys as either a monolith or independent microservices — and why you might want to. Monolith-to-mic...
Spring Boot - update response of every API using ResponseBodyAdvice
›
Not sure why we need it but I've seen several codebase where developers were wrapping the response body in some structure like below - w...
Run a task in a different interval during weekend using Spring Scheduler and Custom Trigger
›
Run a task in a different interval during weekend. Instead of defining fixed interval to run a task every 1 minute (as shown in example belo...
How to make integration tests faster without @DirtiesContext
›
If your only excuse to use @DirtiesContext is to re-initialize database between tests, then this blog post is for you. Spring's @Dirties...
JPA/Hibernate get find all Table and Column metadata
›
How to use Hibernate Metadata to find All columns and tables Getting the Hibernate's Metadata object into the Spring application is tric...
›
Home
View web version