Spring Boot Docker

WSL 2 installation is incomplete. The WSL 2 Linux kernel is now installed using a separate MSI update package. Please click the link and follow the instructions to install the…

If “An error has occured”. JHipster

Server application generated successfully. Run your Spring Boot application: jHipster support java 8 – 14 So i have reinstalled java from 15 to 11 and its done Client application generated…

Java Enum valueOf

Java Enum valueOf

Java.lang.Enum.valueOf() Method – Tutorialspoint Source: (tutorialspoint.com) Java.lang.Enum.valueOf() Method – The java.lang.Enum.valueOf() method returns the enum constant of the specified enumtype with the specified name. The name must match exactly an identifier…

java substring

Java substring

What is a substring? The java substring() method of String class is used for getting a substring from the string. The String class represents character strings. All string literals in Java programs,…