Popular repositories
-
A curated list of awesome frameworks, libraries and software for the Java programming language.
-
Completely containerized multiple SPAs created by CRA with client-side routing accessible through an nginx gateway under different paths
-
-
Template project for a Java EE web application with a minimal sensible POM configuration.
76 contributions in the last year
Less
More
Activity overview
Contribution activity
June 2021
akullpp has no activity
yet for this period.
May 2021
Created an issue in jdbi/jdbi that received 1 comment
JSON deserialization not possible with Kotlin
Given the following DAO:
@Transaction
@SqlUpdate("INSERT INTO myjson(data) VALUES(:data)")
fun create(@Json data: Myjson) @Json
@SqlQuery("SELECT *…
1
comment