Next question: I am trying to run my simple code a...
# announcements
c
Next question: I am trying to run my simple code as a spring boot app - I set up a spring boot run target in IJ but then I get an error when I run:
Copy code
Error: Main method not found in class ktln.DeDup, please define the main method as:
   public static void main(String[] args)
or a JavaFX application class must extend javafx.application.Application