Package org.optaweb.employeerostering
Class OptaWebEmployeeRosteringBenchmarkApplication
- java.lang.Object
-
- org.optaweb.employeerostering.OptaWebEmployeeRosteringBenchmarkApplication
-
- All Implemented Interfaces:
org.springframework.boot.ApplicationRunner
@SpringBootApplication public class OptaWebEmployeeRosteringBenchmarkApplication extends Object implements org.springframework.boot.ApplicationRunner
-
-
Constructor Summary
Constructors Constructor Description OptaWebEmployeeRosteringBenchmarkApplication()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)voidrun(org.springframework.boot.ApplicationArguments args)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
run
@Transactional public void run(org.springframework.boot.ApplicationArguments args)
- Specified by:
runin interfaceorg.springframework.boot.ApplicationRunner
-
-