I have a table in oracle database and a spring boot application, I want my spring boot application to listen to any change(update/insert) that happens in the ta
Let us suppose we have some data classes like following: data class Order( orderId: String, payment: Payment, customer: String, ...) data class Payment( total:
I have a popup wizard that defines a student behavior which I have created a save draft button on. When clicking the save draft button it saves the draft to th
I am new to MUI and don't understand why this does not work: const anlagendaten_array = []; for (let x = 0; x < anlagendaten.length; x++) { anla
I am currently facing an issue. I want to refer an app for many of my clients. But there's a huge problem. This is my referral link, I am sending to my clients
I'm trying to make a help command that sends the current server-prefixes for the bot in an embed. I'm having some trouble trying to figure out how to code this,
I have already installed .net core 6 hosting bundle & rewrite url for IIS this is the web config file <?xml version="1.0" encoding="UTF-8"?> <conf