Skip to content

Releases: leanstacks/skeleton-ws-spring-boot

v0.2.0

11 Feb 12:48
Compare
Choose a tag to compare

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

v0.1.0

11 Feb 12:44
Compare
Choose a tag to compare

Release 0.1.0

New Features

  • Initial Spring Boot Project Structure