I have a beginners level knowledge in Java , I am trying to learn optaplanner , can anyone help me finding the right resources to learn optaplanner and spring/springboot integration ,since my background is operations research I am new to spring environment.
Asked
Active
Viewed 533 times
1 Answers
2
These should help:
- In the OptaPlanner documentation, section 2.4 is a specific Quick Start guide for Spring Boot. But if you're new to Spring, why not learn Quarkus instead, which is faster and supports native compilation?
- The optaplanner-quickstarts repository has one Spring Boot example and several Quarkus examples. Just git clone that repo or download it.
Geoffrey De Smet
- 4,851
- 10
- 34