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.
- Host: GitHub
- URL: https://github.com/michaelliao/summer-framework
- Owner: michaelliao
- License: gpl-3.0
- Created: 2023-03-18T23:39:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-31T02:01:29.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T03:06:51.750Z (over 1 year ago)
- Language: Java
- Homepage: https://liaoxuefeng.com/books/summerframework/
- Size: 359 KB
- Stars: 271
- Watchers: 8
- Forks: 75
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-java - Summer
README
# Summer Framework
 

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/)