Explore >> Select a destination


You are here

dmitrykornilov.net
| | jamesward.com
16.5 parsecs away

Travel
| |
| | www.e4developer.com
16.1 parsecs away

Travel
| | High level introduction to Spring Boot and its popularity. Spring Boot Hello World example and a list of features that make it so successful.
| | www.deps.co
15.0 parsecs away

Travel
| | JDK 11 is the latest release of the JDK (Java Development Kit). There are several changes since JDK 8 that will require projects to update their dependencies or build tools. Many open source projects have resolved these issues when adding support for JDK 9 and 10. For most projects that have been updating their dependencies regularly, the upgrade process to JDK 11 shouldn't be too difficult. Last year I wrote a guide on upgrading Clojure projects to Java 9.
| | blog.kdgregory.com
32.3 parsecs away

Travel
| When I want to package a Java application in a single JAR with all of its dependencies, I normally turn to Maven's Shade plugin. This ...