gpt4 book ai didi

tomcat - 使用 Boot 刷新静态内容

转载 作者:行者123 更新时间:2023-11-28 23:30:29 25 4
gpt4 key购买 nike

我将 spring boot 与 gradle 和 netbeans 结合使用。

我的 build.gradle 的一部分。

dependencies {
compile("org.springframework.boot:spring-boot-starter-data-jpa")
compile("org.springframework.boot:spring-boot-starter-jdbc")
compile("org.springframework.boot:spring-boot-starter-web")
runtime("mysql:mysql-connector-java")
testCompile("org.springframework.boot:spring-boot-starter-test")
}

在我的资源文件夹中我有,包含的静态文件夹

css(文件夹)js(文件夹)html

TomcatEmbedded 由脚本自动启动。

当我修改 css、js 或 html 时,没有考虑更改。我需要停止 gradle 脚本并再次运行它。

是否需要进行设置才能热交换代码?

最佳答案

确保使用 gradle“bootRun”任务,而不是“run”。 bootRun 将允许重新加载。

关于tomcat - 使用 Boot 刷新静态内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30926964/

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