gpt4 book ai didi

java - SpringBoot livereload 对静态源的 OS X 没有影响

转载 作者:搜寻专家 更新时间:2023-11-01 00:54:16 24 4
gpt4 key购买 nike

我在我的 Os X High Sierra 上使用带有嵌入式 Tomcat 服务器和 Intellij Idea 2018.2 的 Spring Boot 2.0.4.RELEASE。

正如教程所说

https://docs.spring.io/spring-boot/docs/current/reference/html/using-boot-devtools.html

我在 pom.xml 中添加了以下依赖

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
</dependencies>

然后我看到了

[ restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729

服务器启动的地方。

但不管怎么说,静态源的改变没有效果,我必须按 Cmd+F9 才能在浏览器中看到它。

我尝试了 IntelliJ 15, SpringBoot devtools livereload not working 中的所有提示

比如打开“以编程方式构建项目”或“compiler.automake.allow.when.app.running”,但没有任何帮助。

我的静态资源(angularjs 模板和文件)位于

src > main > resources > static > templates

可能是 static 的位置错误?

任何想法表示赞赏!

最佳答案

将static放在与src同级的“resources”文件夹中。

关于java - SpringBoot livereload 对静态源的 OS X 没有影响,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51782777/

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