Java has very flexible literals for expressing different kinds of numbers. In this post we’ll go through all Java Literals one by one.
Continue reading Java Literalsjava
Gradle is using default Java version when compiling source code and producing bytecode. How to tell Gradle version of Java source code and expected version of bytecode?
Continue reading Gradle Java versionProblem: How to create simple Spring Boot REST service with HATEOAS support? It’s very simple with spring-boot-hateoas project.
Continue reading Spring Boot REST HATEOAS