/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

mydeveloperplanet.com
| | www.bytefish.de
1.6 parsecs away

Travel
| | This article shows how to provide Multitenancy with Spring Boot.
| | www.e4developer.com
2.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.
| | blog.scottlogic.com
1.7 parsecs away

Travel
| | 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.
| | mydeveloperplanet.com
12.6 parsecs away

Travel
| The blog discusses the implications of using "mvn install" on build servers, highlighting risks where feature branch artifacts may inadvertently mix with stable branches. It outlines differences between "mvn verify" and "mvn install," and suggests solutions, including using enhanced local repositories, to maintain build integrity across branches.