Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 415 Bytes

File metadata and controls

11 lines (10 loc) · 415 Bytes

PocoTest

A test/example RESTful Service

  • spring-boot for creating a self contained Jar package
  • Spring to structure MVC
  • mybatis-spring for database interaction
  • H2 database
  • spring-test to test REST systems
  • Junit4 for test support

MyBatis is configure in applicationContext.xml and the Mappings are done in XML files. H2 is configured in the applicationContext.xml and links initialization SQL scripts.