Skip to content
Compare
Choose a tag to compare
@hellomatia hellomatia released this 20 Jul 13:19
· 1 commit to main since this release

Summer-Web 1.0.0 Release

We are excited to announce the first stable release of Summer-Web, a lightweight Java web framework!

Features

  • Annotation-based routing
  • Dependency injection container
  • Simple template engine
  • Built-in JSON serialization/deserialization
  • Easy-to-use database connectivity

Installation

Add the following to your build.gradle:

implementation 'io.github.hellomatia:summer-web:1.0'

Or if you're using Maven:

<dependency>
    <groupId>io.github.hellomatia</groupId>
    <artifactId>summer-web</artifactId>
    <version>1.0</version>
</dependency>

Documentation

For full documentation, please visit our Wiki.

Breaking Changes

N/A for first release.

Bug Fixes

N/A for first release.

Known Issues

  • [List any known issues or limitations]

Upcoming Features

N/A

Feedback

N/A

No Thank you to all contributors who made this release possible!