【发布时间】:2015-02-08 02:18:29
【问题描述】:
我正在使用 Spring/Spring Boot/和 Ember。我想将我的 index.html 文件放在“localhost”主文件夹中,但我不知道 Spring Tool Suite 如何部署 Spring Boot。 HTML 开发和访问 Spring REST 服务器而不会出现跨站点脚本错误的正常流程是什么?
我的文件夹结构如下:
/.settings
/BookingClient
/gradle
/html (this is where my index.html, css, and all Ember related JS stuff is)
/node_modules
/src
/target
我猜它在 /target 目录中的某个地方,但我尝试过的没有任何效果。
【问题讨论】:
标签: spring ember.js spring-boot