Multiple example projects demonstrating use of ebean features
- a-basic - This project is a simple project
- a-bootup-programmatic - This project uses ServerConfig and EbeanServerFactory to programmatically create an EbeanServer
- a-bootup-spring-simple - A simple Spring FactoryBean implementation, use @Inject and Ebean singleton
- a-bootup-spring-xml - Use avaje-ebeanorm-spring to create a EbeanServer to @Inject
- b-batch-insert - Example of batch insert processing techniques