Skip to content

Exploring Java 17 features like Sealed Classes, Records, new Switch statement in a simple Book Store API with Micronaut framework.

Notifications You must be signed in to change notification settings

adityagarde/Java17-with-Micronaut

Repository files navigation

Java17-with-Micronaut

Exploring Java 17 features like Sealed Classes, Records, new Switch statement in a simple Book Store API with Micronaut framework.
  • Records reduce complexity, promote immutability and lead to more concise code.
  • Sealed classes make it easier to control encapsulation and define how your API can be extended.
  • Switch expressions & Pattern Matching increase the expressiveness and readability of your code.

Micronaut 3.0.1 Documentation


Feature http-client documentation

Feature data-jdbc documentation

Feature jdbc-hikari documentation

About

Exploring Java 17 features like Sealed Classes, Records, new Switch statement in a simple Book Store API with Micronaut framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages