/summer-framework

Summer framework is a minimal Spring framework.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Summer Framework

Maven Central Build Status

logo

Summer Framework is a minimal Spring Framework.

Components of Summer Framework:

  • summer-context: Core IoC container that support annotation-based injection;
  • summer-aop: AOP support for annotation-based subclassing proxy;
  • summer-jdbc: Provides JdbcTemplate and declarative transaction management;
  • summer-web: Support web application with Servlet 6.0;
  • summer-boot: Run Summer application simple and quick like Spring Boot.

Tutorial