Chapter 21. Downloading and building the school timetable reference implementation


If you want to see a completed example of the school timetable project for Red Hat Business Optimizer with Spring Boot product, download the starter application from the Red Hat Customer Portal.

Procedure

  1. Navigate to the Software Downloads page in the Red Hat Customer Portal (login required), and select the product and version from the drop-down options:

    • Product: Red Hat Process Automation Manager
    • Version: 7.9
  2. Download Red Hat Process Automation Manager 7.9 Reference Implementations (rhpam-7.9.1-reference-implementation.zip).
  3. Download Red Hat Process Automation Manager 7.9 Maven Repository (rhpam-7.9.1-maven-repository.zip).
  4. Extract the rhpam-7.9.1-maven-repository.zip file.
  5. Copy the contents of the rhpam-7.9.1-maven-repository/maven-repository subdirectory into the ~/.m2/repository directory.
  6. Extract the rhpam-7.9.1-reference-implementation.zip file. This archive contains reference implementation ZIP files.
  7. Extract the rhpam-7.9.1-reference-implementation/rhpam-7.9.1-optaplanner-spring-boot-school-timetabling.zip file.
  8. Navigate to the optaplanner-spring-boot-school-timetabling-7.44.0.Final-redhat-00006 directory.
  9. Enter the following command to build the Spring Boot school timetabling project:

    mvn clean install -DskipTests
  10. To build the Spring Boot school timetabling project, enter the following command:

    mvn spring-boot:run -DskipTests
  11. To view the project, enter the following URL in a web browser:

    http://localhost:8080/
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.