akyong / Micronaut-jpa-kotlin

Micronaut Kotlin JPA Hibernate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Micronaut Kotlin JPA Hibernate

Author: Bobby Akyong
Language: Kotlin

This projeat is a sample to generate UUID as ids.

POST: localhost:8080/api

Response:
{
    "uuid": "fd13af71-628d-4cc8-98ce-1cbb764a3419",
    "name": "Bobby Akyong",
    "email": "sample@bobbyakyong.com",
    "password": "test123"
}

result:

alt text

Keyword: Kotlin, JPA, Hibernate, UUID.

About

Micronaut Kotlin JPA Hibernate


Languages

Language:Kotlin 87.1%Language:Dockerfile 12.9%