Spring: Be careful when using PropertyPlaceholderConfigurer

Spring: Be careful when using PropertyPlaceholderConfigurer
A word on PropertyPlaceholderConfigurer A few days back one of my juniors came to me and said that when he test his modules separately in JUnit that worked perfectly but when the modules were deployed in Server as a unit, Server fails to start. So...

Hello, Hexagonal Architecture

 Hello, Hexagonal Architecture
Hello Hexagonal Architecture While developing a software we always craving for Architecture because we want our software adopts future changes easily. So, Architecture stepped in for maintainability. Here maintainability mean how easily we can...