

3 Simple Steps to Successfully Deploy a Spring Boot Application to Production on Azure
Automate your development workflow using GitHub ActionsImage by Tayeb MEZAHDIA from PixabayOutlineCreate a Spring Boot application.Setup Azure App Service.Automate development workflow using GitHub Actions.1. Create...

Using Maven Archetype to Create New Applications Based on a Reference Architecture
Recently, I was involved in a project composed by several Java applications. All of these applications followed a layered architecture pattern specified in an architecture reference, previously discussed and documented...
Difference Between spring-boot:repackage and Maven package
1. Overview Apache Maven is a widely used project dependency management tool and project building tool. Over the last few years, Spring Boot has become a quite popular framework to build applications. There is also the Spring Boot Maven Plugin providing Spring Boot support in Apache Maven. We know when we want to package our application in a JAR or WAR artifact using Maven, we can use mvn package. However, the Spring Boot Maven Plugin...





Tech Moves: Slalom and WTIA add diversity leaders; Seattle mayor won’t seek re-election
Iesha Berry. (Slalom Photo) — Seattle-based consulting firm Slalom announced Iesha Berry as its first chief inclusion and diversity officer. Based in the Dallas area, Berry was most recently SVP of human resources and...



Maven Packaging Types
1. Overview The packaging type is an important aspect of any Maven project. It specifies the type of artifact the project produces. Generally, a build produces a jar, war, pom, or other executable. Maven offers many default packaging types and also provides the flexibility to define a custom one. In this tutorial, we'll take a deep dive into Maven packaging types. First, we'll look at the build lifecycles in Maven. Then, we'll discuss...




