An open API service indexing awesome lists of open source software.

https://github.com/michaelliao/summer-framework

Summer framework is a minimal Spring framework.
https://github.com/michaelliao/summer-framework

Last synced: over 1 year ago
JSON representation

Summer framework is a minimal Spring framework.

Awesome Lists containing this project

README

          

# Summer Framework

![Maven Central](https://img.shields.io/maven-central/v/com.itranswarp.summer/summer-boot) ![Build Status](https://github.com/michaelliao/summer-framework/actions/workflows/maven.yml/badge.svg)

![logo](logo.png)

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](https://liaoxuefeng.com/books/summerframework/)