Package pl.put.poznan.transformer.app
Class SortingMadnessApplication
- java.lang.Object
-
- pl.put.poznan.transformer.app.SortingMadnessApplication
-
@SpringBootApplication(scanBasePackages="pl.put.poznan.transformer.rest") public class SortingMadnessApplication extends Object
Main class for the SpringBoot application. Takes REST controllers from thepl.put.poznan.transformer.restpackage.
-
-
Constructor Summary
Constructors Constructor Description SortingMadnessApplication()
-
-
-
Method Detail
-
main
public static void main(String[] args)
Main runner for the application.- Parameters:
args- arguments to be passed o the application.
-
-