标签: java jquery json spring-boot
对于此存储库: https://github.com/metronome12/boot-calendar
有人可以解释如何将EventController和.html文件中方法的输出与包含要显示的日历fullcalendar.js联系起来。
EventController
.html
fullcalendar.js
例如,/events返回一个JSON对象,但我看不到如何在文件中表示calendar.html
/events
calendar.html
如果我想要一个名为mycustomcalendar.html的文件,如何实现这个目标?
mycustomcalendar.html