3

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.

21vs
  • 489
  • 4
  • 9

1 Answers1

2

These should help:

  1. 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?
  2. 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