Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/templates/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 解释如何使用fullcalendar.js从restcontroller方法显示json对象_Java_Jquery_Json_Spring Boot - Fatal编程技术网

Java 解释如何使用fullcalendar.js从restcontroller方法显示json对象

Java 解释如何使用fullcalendar.js从restcontroller方法显示json对象,java,jquery,json,spring-boot,Java,Jquery,Json,Spring Boot,对于此存储库: 有人可以解释如何将EventController和.html文件中的方法输出与包含要显示的日历fullcalendar.js相关联 例如,/events返回一个JSON对象,但我看不出如何在文件calendar.html 如果我想要一个名为mycustomcalendar.html的文件,如何实现这一点?您是否查看了链接的GitHub页面?你能在那里找到的详细解释有什么不清楚的?是的,我检查了github。我从头创建了自己的springboot并返回json对象。在EventC

对于此存储库:

有人可以解释如何将
EventController
.html
文件中的方法输出与包含要显示的日历
fullcalendar.js
相关联

例如,
/events
返回一个JSON对象,但我看不出如何在文件
calendar.html


如果我想要一个名为
mycustomcalendar.html
的文件,如何实现这一点?

您是否查看了链接的GitHub页面?你能在那里找到的详细解释有什么不清楚的?是的,我检查了github。我从头创建了自己的springboot并返回json对象。在EventController/events中,返回一个json对象,并显示页面?。我只能在我的页面中显示数据