Build an AI-powered scheduling app with Spring Boot and Timefold

Поделиться
HTML-код
  • Опубликовано: 10 дек 2024

Комментарии • 7

  • @praveens2272
    @praveens2272 11 месяцев назад +5

    This is awesome, I have almost decade of experience in software development but never know something like this could be implemented in easy way. Thanks.

  • @gajendranganesapandian2521
    @gajendranganesapandian2521 9 месяцев назад +1

    Thank you for the explanation . Please share the working code in git

    • @GeoffreyDeSmet
      @GeoffreyDeSmet 9 месяцев назад

      See also the links in the description :)

  • @Muescha
    @Muescha 11 месяцев назад +1

    thx :) my question: why I don't need to annotate or bind somehow the MyContraintProvider?

    • @GeoffreyDeSmet
      @GeoffreyDeSmet 11 месяцев назад

      The Spring Boot starter scans the classpath of your app package (which is a small fraction of the classpath) for the @PlanningEntity annotated class(es) and the ConstraintProvider implementing class. So it finds them automatically.

  • @AndrewNguyen-n7h
    @AndrewNguyen-n7h 5 месяцев назад

    When I try local host, it throws error and doesn't create anything viewable, what are some extra dependencies we might need

    • @GeoffreyDeSmet
      @GeoffreyDeSmet 5 месяцев назад

      What's the error you get? It should just work out of the box.
      Maybe you're running an old Java version? We need Java 17 or later.