Ziga Gzziga.com·Mar 24, 2023Custom JRE for spring-boot app (Java 20)I start with a very simple spring-boot project generated by Spring Initializr. Inpom.xml I've got spring-boot-starter-parent as parent and java.version <project ...> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.springframework.boo...328 readsJRE vs JDK
Harsh Gajjarspringworld.hashnode.dev·Mar 16, 2023Features of java 20 that every developer should know.In this blog post, we will discuss the top 15 features that come with Java 20. Pattern Matching for instanceof: Java 20 introduces a new feature that allows developers to use pattern matching for the instanceof operator. This feature simplifies the ...Java