gpt4 book ai didi

java - Spring SAXParseException

转载 作者:太空宇宙 更新时间:2023-11-04 13:48:18 24 4
gpt4 key购买 nike

我正在尝试使用 Spring Boot 开发一个应用程序,我有以下 html

<!doctype html>
<html ng-app>
<head>
<title>Hello AngularJS</title>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.8/angular.min.js"></script>
<script src="hello.js"></script>
</head>

<body>
<div ng-controller="Hello">
<p>The ID is {{greeting.id}}</p>
<p>The content is {{greeting.content}}</p>
</div>
</body>
</html>

我收到此错误,但我不知道为什么,这与 https://spring.io/guides/gs/consuming-rest-angularjs/ 中的示例中的代码相同

org.xml.sax.SAXParseException:与元素类型“html”关联的属性名称“ng-app”后面必须跟有“=”字符。

最佳答案

这行对我来说似乎有问题

<html ng-app>

试试这条线

<html ng-app="">

因为如果您不想命名您的 angularJS 应用程序,则声明为空。另外,我建议在 body 标签中使用 ng-app="" 而不是 html 标签

关于java - Spring SAXParseException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30589493/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com