EzyFox Boot

1.1.0

1. What is EzyFox Boot?

EzyFox Boot auto-configuration attempts to automatically configure your EzyFox application based on the jar dependencies that you have added. For example, if MongoDB is on your classpath, and you have not manually configured any database connection beans, then EzyFox Boot auto-configures an MongoDB database context with repositories.

2. What does EzyFox Boot connection configure automatically?

  1. MongoDB.
  2. Java persistence API (JPA).
  3. Redis.
  1. MongoDB example: HTTP + MongoDB.
  2. JPA example: HTTP + JPA.
  3. Redis example: HTTP + Redis.