Controller public String dummyAction(@Valid @ModelAttribute DummyInputData inputData) { return "success"; } Entity public class DummyInputData {
foreach (var line in File.ReadLines(@"C:\temp\Licence.txt")) { if (line.Contains(Produit.ToUpper())) {
I have a NavBar component and I want certain items on the NavBar to be left off when one of the other selections is chosen. It works somewhat. The problem is th
I have a little vueJS app runnig on docker. When i run the app via yarn serve it runs fine, also it does in docker. My problem is hot reloading will not work.
I am creating a react app that takes text input and outputs it in 280 character (tweet-sized) objects, essentially splitting it into one big Twitter thread. I c
I need to combine the rows which has null values and keep only the unique combination. Output: Query: I tried to take the maximum per group but since it consi