Maven
-
Enterprise Java
Running Eclipse MicroProfile on Microsoft Azure
In this post, I am following up on the post series about Running Eclipse MicroProfile applications in Oracle Cloud by…
Read More » -
Enterprise Java
Spring Framework with Maven Tutorial
In this post, we shall demonstrate how to use Maven dependencies for Spring framework for very specific use-cases. The latest…
Read More » -
Enterprise Java
Spring Security with Maven Tutorial
1. Introduction In this post, we shall demonstrate how to use Maven dependencies for Spring Security for very specific use-cases.…
Read More » -
Enterprise Java
4 Ways to Deploy Spring Boot Angular App (Maven & Tomcat)
In my last spring boot angular 5 article, we implemented a full stack end to end web application using spring…
Read More » -
Enterprise Java
Build REST Web Service using Spring Boot
This tutorial provides a step-by-step guide on how to build a restfull web service using Spring Boot. Prerequisites: Eclipse IDE…
Read More » -
Enterprise Java
Maven, Eclipse and Java 9
Anyone that uses the M2E(maven-to-eclipse) plugin in eclipse knows the issue where you have run a build, then update maven…
Read More » -
Enterprise Java
Integration tests with Maven
Implementing unit tests with maven is something ordinary and most of us are familiar with the project structure and where…
Read More » -
Enterprise Java
OWASP Dependency Check Maven Plugin – a Must-Have
I have to admit with a high degree of shame that I didn’t know about the OWASP dependency check maven…
Read More » -
Enterprise Java
Continuous Delivery friendly Maven versions
A Continuous Delivery pipeline requires predictable software and dependency versions. Snapshot versions, which are common in Maven software projects, contradict…
Read More »