zoukme.in

Description

Features

  • Java 21
  • Spring Boot 3.3.0-M3
  • PostgresSQL

How to start

First clone the project

$ git clone git@github.com:valdemarjuniorr/zoukme.in.git

and then, start the project locally, running the command:

$ cd zoukme.in
$ make start

You can start the project with native image with the command:

$ make native-start

With Native Image, applications can run faster, use less memory, and be more secure as shown here.