search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How can I add full calendar to Spring Boot MVC (Gradle) and Hibernate

Related article: HTML5/JavaScript Event Calendar (Open-Source)
Asked by Joe
4 years ago.

How can I build the same calendar using Spring Initializr and Gradle?

Answer posted by Dan Letecky [DayPilot]
4 years ago.

You can take a look at this example that uses DayPilot Pro:

https://code.daypilot.org/41760/using-javascript-html5-event-calendar-in-spring-boot-java

The Maven config used in this project is very basic and you should be able to convert it to Gradle by simply running "gradle init" in the project root:

gradle init

See also:
https://docs.gradle.org/current/userguide/migrating_from_maven.html#migmvn:automatic_conversion

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.