【问题标题】:how to use triangular as front end for spring boot?如何使用三角形作为弹簧靴的前端?
【发布时间】:2016-06-15 22:24:37
【问题描述】:

我想使用三角形作为我的 Spring Boot Web 应用程序的前端。

问题是他们使用 gulp、bower 并且它在不同的端口上运行,所以我如何为我的 spring boot 应用程序后端管理它,并管理前端的依赖关系。

triangular site

【问题讨论】:

标签: spring spring-mvc spring-boot gulp bower


【解决方案1】:

Maven Frontend Plugin

此插件允许您利用 Node.js 生态系统的强大功能,包括 Gulp、Bower 等。

例子:

上述应用程序各自使用插件的方式不同。它支持多种配置。我的偏好是将所有前端代码放入 src/main/frontend 并将输出定向到 target 目录。

【讨论】:

    猜你喜欢
    • 2023-03-29
    • 2019-11-04
    • 2018-08-09
    • 2019-05-17
    • 1970-01-01
    • 2016-08-30
    • 2017-12-22
    • 2018-02-14
    • 1970-01-01
    相关资源
    最近更新 更多