Skip to content

Latest commit

 

History

History

lab03

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Lab 03 - bean lifecycle

Topics

Instructions

  1. Enhance JdbcMerchantRepository with lifecycle behaviours.

  2. Use JdbcMerchantRepositoryTest unit test to verify proper implementation.

  3. Correct datasource-testcontext.xml to make the PaybackBookKeeperModuleTest pass.

  4. Configure a resolver in datasource-testcontext.xml that will replace placeholders in bean definitions with defined properties values.

  5. See how to use @Required by following instructions is application-context.xml.

Back to index