Zero 2 Prod In 3 Commands

Ever wanted to get an end-point in Azure? With Azure Spring Apps Enterprise this is possible. You start simply with a spring-boot .jar and off you go! TLDR; Please see this video on how:https://www.youtube.com/watch?v=UhkD37gGu7Q The code for this example, and more detail can be found at:https://github.com/ericm48/azure-asa/tree/main/hello-spring-controller This assumes you have correctly installed the azure cli,Continue reading “Zero 2 Prod In 3 Commands”

Springboot, JARs, WARs, JSPs and such in the Cloud?

Hey There!! Do you remember these? JSPs and WAR file deployments are still around. Why? Because they work, and meet a need. There is no-shame in that. As we move into cloud, there are other tools and frameworks (namely Spring) that can be used to help deploy these applications in a slightly modified state, leverageContinue reading “Springboot, JARs, WARs, JSPs and such in the Cloud?”

VS-Code How to add command-line arguments for Debugging

Introduction Sooooo, learning VS-Code the hard-way, trying to debug a project, I finally figured out how to add the equivalent of command-line args into the debug-configuration of VS-Code. In this post, I will take you through how to add command Iine arguments in an example Java project. Once completed, we can start debugging or launchContinue reading “VS-Code How to add command-line arguments for Debugging”