I wanted to implement an Always Encrypted feature in my SpringBoot application using CosmosDB. I know microsoft dicates to use a Windows Environment or Docker to run MSSQL but I believe there must be a way to implemented inside the application using JDBC.
I have tried this solution but I could not make it work, even after seing his example he uses gradle and uses Java Keystore instead of Azure Keyvault and with Cosmos DB. I tried replacing and following Microsoft guides but I am confused on the correct implementation.