Imagine that Nexus Repository is your own private “Google Drive”, but designed specifically for programmers Nexus organizes project files in a way that Gradle or […]
Spring Initializr is a scaffolding tool for creating Spring Boot projects, including RESTful APIs in Java. Spring Initializr is a web tool (via the web […]
Project Scaffolding (Structural) It creates the foundation for the entire application. It defines where resources, tests, and source code go. When you use a scaffolding […]
JShell is the interactive command-line tool for the Java programming language. It was officially introduced starting with Java 9 (JDK 9) and is a REPL […]
Java library with Maven. what it does for now:to transform BigInteger to BigDecimal (you specify where the period goes; if you enter an invalid number, […]
The following command creates a Maven project and configures everything: change: To upload to maven-central you must remove -SNAPSHOT from the version, since it is […]
This is after the entire project is configured for upload to Maven Central. First log in to Sonatype https://central.sonatype.com top right Caution: must say username, […]