我读了this article,其中指出有一个用角度js编写的弹簧petclinic的版本,可以在github上找到。我点击了文章中的链接,并被发送到github上的这个页面。我按照说明操作:
1) In the command line
git clone https://github.com/SpringSource/spring-petclinic.git
2) Inside Eclipse
File -> Import -> Maven -> Existing Maven project
但是我当地日食的结果是同一个旧的petclinic应用程序,没有角度js。我通过打开/spring-petclinic/src/main/webapp/WEB-INF/jsp/fragments/staticFiles.jsp
确认了这一点,并发现它使用了jquery。然后我检查了上面的git链接,并从下拉菜单中查找了分支,但没有一个分支标记为角度js。
那么我在哪里下载spring petclinic的角度js版本?将它导入eclipse的简单(如上所述)指令是什么?
答案 0 :(得分:2)
我不知道您点击了哪个链接。但如果你点击" here"在段落中
我们已经创建了一个Spring Petclinic应用程序的分支,并尝试将其转换为AngularJS(由Andrew Abogado提供的新设计)。我们的叉子可以在这里找到。
然后,您将被重定向到https://github.com/singularity-sg/spring-petclinic
,在那里您可以找到基于AngularJS的petclinic项目。