DOC

org.optaplanner : optaplanner-spring-boot-autoconfigure

Maven & Gradle

Aug 15, 2023
7 usages
3.1k stars

OptaPlanner Spring Boot autoconfigure · OptaPlanner solves planning problems. This lightweight, embeddable planning engine implements powerful and scalable algorithms to optimize business resource scheduling and planning. This module contains the Spring Boot autoconfigure.

Table Of Contents

Latest Version

Download org.optaplanner : optaplanner-spring-boot-autoconfigure Javadoc & API Documentation - Latest Versions:

All Versions

Download org.optaplanner : optaplanner-spring-boot-autoconfigure Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
9.43.x
9.42.x
9.41.x
9.40.x
9.38.x
9.37.x
9.36.x
9.35.x
9.34.x
8.43.x
8.42.x
8.41.x
8.40.x
8.38.x
8.37.x
8.36.x
8.35.x
8.34.x
8.33.x
8.32.x
8.31.x
8.30.x
8.29.x
8.28.x
8.27.x
8.26.x
8.25.x
8.24.x
8.23.x
8.22.x
8.21.x
8.20.x
8.19.x
8.18.x
8.17.x
8.16.x
8.15.x
8.14.x
8.13.x
8.12.x
8.11.x
8.10.x
8.9.x
8.8.x
8.7.x
8.6.x
8.5.x
8.4.x
8.3.x
8.2.x
8.1.x
8.0.x
7.73.x
7.72.x
7.71.x
7.70.x
7.69.x
7.68.x
7.67.x
7.66.x
7.65.x
7.64.x
7.63.x
7.62.x
7.61.x
7.60.x
7.59.x
7.58.x
7.57.x
7.56.x
7.55.x
7.54.x
7.53.x
7.52.x
7.51.x
7.50.x
7.49.x
7.48.x
7.47.x
7.46.x
7.45.x
7.44.x
7.43.x
7.42.x
7.41.x
7.40.x
7.39.x
7.38.x
7.37.x
7.36.x
7.35.x
7.34.x
7.33.x
7.32.x

How to open Javadoc JAR file in web browser

  1. Rename the file optaplanner-spring-boot-autoconfigure-9.43.0.Final-javadoc.jar to optaplanner-spring-boot-autoconfigure-9.43.0.Final-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder optaplanner-spring-boot-autoconfigure-9.43.0.Final-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "optaplanner-spring-boot-autoconfigure-9.43.0.Final-sources.jar" -d "optaplanner-spring-boot-autoconfigure-9.43.0.Final-javadoc" -subpackages 

Advertisement