This is a blog entry addresses three problems Quickly parse a CSV fileStore the CSV file data in a Postgres SQL DBUse the latest Thymeleaf template to display the data I could not find a few quirks that faced along with the latest version of Boot and the corresponding tweaks that are needed in the … Continue reading Kotlin – Spring boot update blog
Category: JAVA
Java 18 – starter kit
Started doing some GISTS around Java 18., The new String text block to convert String objects to a JSON string., here is the quick GIST package me.sathish; public class Main { public static void main(String[] args) { String simpleJSONData = """ { "fullName": "%s", "aadress": "%s", "title": "%s" } """; System.out.println(simpleJSONData.formatted("Sathish Jayapal", "18 Java version … Continue reading Java 18 – starter kit

You must be logged in to post a comment.