I'm new in spring boot How can i do to get all properties coming from client(Postman) json in spring boot? For exemple i have classe Class A{ String a; }
I have the following code, and I am trying when I have a trade signal to sell at a specific price or a specific stop loss. But Trandingview always sells at 1.3%
My question is how can I select the currency not equal to USD and CNY and rename as others. Also, combining it into a new column AMT_Others. I
in my tailwind.config.js I've setup this module.exports = { prefix: "tw-", } then I tried class="tw--top-4" but top: '-4px' is not reflected. I read the doc
I am trying to use an entry in console.log to determine if an element is to be hidden based on whether the console shows it as null/undefined or if it has data.