Explore >> Select a destination


You are here

stephennimmo.com
| | jsloop.net
3.2 parsecs away

Travel
| | Here is a basic server setup with JAX-RS 3 using Jersey and Jetty 11 for the server. JAX-RS is Java API specification for RESTful web services using annotations. The project structure is as follows.
| | blog.kdgregory.com
6.5 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 ...
| | mydeveloperplanet.com
7.7 parsecs away

Travel
| | This blog introduces jOOQ, Liquibase, and Testcontainers integration in a Spring Boot application. It covers setting up the application, adding Liquibase for database management, generating jOOQ code, integrating a repository, implementing controller methods, and using Testcontainers for integration testing. Additionally, it discusses running the application with Spring Boot Docker Compose support.
| | blog.gradle.org
59.5 parsecs away

Travel
| This post provides an overview of Gradle's Java 9 support, touching on runtime, cross-compilation, MRJARs, and Jigsaw modules support. We've fielded lots of questions since Java 9 was released last month, and decided it best to answer here.