Skip to content

v0.2.0

Compare
Choose a tag to compare
@mwarman mwarman released this 11 Feb 12:48
· 254 commits to master since this release

Release 0.2.0

New Features

  • Added RESTful Web Service Controller - @RestController
  • Added Business Service - @Service
  • Added Entity Model - @Entity
  • Added Spring Data JPA Repository - @Repository
  • Added HSQLDB Support
  • Added Transaction Management - @Transactional
  • Added Cache Support - @Cacheable
  • Added Scheduled Batch Process - @Scheduled