Category: Java

  • Stop Bots for Free with Cloudflare Turnstile in your Spring Boot App

    Stop Bots for Free with Cloudflare Turnstile in your Spring Boot App

    My First Spring Boot Library on Maven Central! Hey everyone! I’m excited to share something I’ve been working on: a Spring Boot library that makes integrating Cloudflare’s Turnstile (their CAPTCHA alternative) super easy. This is my first Spring Boot library published on Maven Central, so it’s just a pom.xml or build.gradle update away from being…

  • Introducing the New and Improved Spring User Framework

    Introducing the New and Improved Spring User Framework

    Hello, fellow developers! II am thrilled to announce my significant improvements and the addition of new features to the Spring User Framework, a project I have been passionately working on. I initially announced it close to two years ago. It’s an exciting moment to share this enhanced tool that’s been a labor of love and…

  • How to get SpringBoot LiveReload Working over HTTPS

    How to get SpringBoot LiveReload Working over HTTPS

    SpringBoot LiveReload is an essential tool for developers using Spring Boot Dev Tools. It automatically reloads your browser when you modify a front end source file in your Spring Boot application. This feature saves time and boosts productivity by making it quick and easy to view the changes you’ve made to the front-end. Here’s how…

  • SpringBoot DevTools Auto Restart and Live Reload

    SpringBoot DevTools Auto Restart and Live Reload

    When you are developing a web application minimizing the time it takes changes you make to show up is a key factor in your productivity. The quicker you can see the results of your change, the quicker you know if you have fixed things, or made things worse:). If you are using SpringBoot you may…

  • Migrating 10MinuteMail from Java to GraalVM Native

    Migrating 10MinuteMail from Java to GraalVM Native

    As the developer of 10MinuteMail, a disposable email service, I have been running the service on Java for many years. I am always looking at new technologies and embracing new things.  Recently I decided to not only upgrade from SpringBoot 2.x to 3.x, but also to migrate the application from Java to GraalVM Native. What…

  • Micronaut, GraalVM, Native, AWS Lambda, and Apple Silicon M1!

    Micronaut, GraalVM, Native, AWS Lambda, and Apple Silicon M1!

    I have run into some issues getting Micronaut, GraalVM, and Native builds working correctly on my Apple Silicon M1 Max based MacBookPro. So I wanted to share what I’ve needed to do to get things working correctly.

PHP Code Snippets Powered By : XYZScripts.com