ai.timefold.solver.spring.boot.it.TimefoldSolverSpringBootApp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-boot-integration-test Show documentation
Show all versions of spring-boot-integration-test Show documentation
Spring Boot integration tests for Timefold
The newest version!
package ai.timefold.solver.spring.boot.it;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class TimefoldSolverSpringBootApp {
public static void main(String[] args) {
SpringApplication.run(TimefoldSolverSpringBootApp.class, args);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy