Conor PruntyCreating a custom annotationAnnotations are generally used for metadata purposes, but it’s easy enough to create your own annotation with an implementation and use it…May 26, 2021May 26, 2021
Conor PruntySeparating different tests in Spring BootRecently I needed to separate different test types in my Spring Boot application. I wanted to separate my unit tests from my functional…Feb 2, 2021Feb 2, 2021
Conor PruntyJBoss — useful configurationsIn this article, I will describe how to do various JBoss configurations. These are:Dec 14, 2020Dec 14, 2020
Conor Pruntyhtaccess — removing domain extensionsI wanted to remove the domain extensions (.html / .php etc) from my site, so using CPanel it appears editing the .htaccess file was the…Dec 12, 2020Dec 12, 2020
Conor PruntyIntercepting MyBatis queriesIn a Spring Boot application, you may be using MyBatis as your persistence framework. MyBatis queries return null by default when all…Dec 12, 2020Dec 12, 2020
Conor PruntyAccessing a git repository behind web proxyWorking in some large corporation or other? You’re likely behind some sort of firewall/proxy for accessing certain stuff online. You may…Dec 12, 2020Dec 12, 2020
Conor PruntyJBoss vault to mask plain-text valuesApparently, using the JBoss vault isn’t actually that secure — it’s more security by obscurity — but how and ever, this short article…Dec 11, 2020Dec 11, 2020
Conor PruntyGenerate a REST client from a swagger fileAs primarily a Java developer, I had the fortunate experience of getting to write Kotlin for roughly seven months recently. Here I share…Dec 11, 2020Dec 11, 2020
Conor PruntyIssues with deploying a Spring Boot application onto JBossThe prerequisite to reading this is you should have familiarity with Spring Boot, and how to deploy an application to JBoss in general.Dec 11, 20201Dec 11, 20201