Class SortingMadnessApplication


  • @SpringBootApplication(scanBasePackages="pl.put.poznan.transformer.rest")
    public class SortingMadnessApplication
    extends Object
    Main class for the SpringBoot application. Takes REST controllers from the pl.put.poznan.transformer.rest package.
    • Constructor Detail

      • SortingMadnessApplication

        public SortingMadnessApplication()
    • Method Detail

      • main

        public static void main​(String[] args)
        Main runner for the application.
        Parameters:
        args - arguments to be passed o the application.