|
You are here |
jamesward.com | ||
| | | | |
blog.kdgregory.com
|
|
| | | | | 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 ... | |
| | | | |
initialcommit.com
|
|
| | | | | Since Java 5, JAX-RS specification has been announced in order to support building REST web services according to the REST architectural pattern. | |
| | | | |
mydeveloperplanet.com
|
|
| | | | | In this blog, you will learn how to setup a Maven multi-module project which consists out of a Spring Boot backend and a Vue.js frontend. The application itself will not be created, only the setup of the project is covered in this blog. Enjoy! 1. Introduction Many applications consist out of a backend and a... | |
| | | | |
blog.scottlogic.com
|
|
| | | In most microservice architectures, there are many opportunities and temptations for sharing code. In this post I will give advice based on my experience on when it should be avoided and when code reuse is acceptable. The points will be illustrated with the help of an example Spring Boot project. | ||