gpt4 book ai didi

themes - Vaadin 找不到我的主题

转载 作者:行者123 更新时间:2023-12-04 23:41:29 25 4
gpt4 key购买 nike

我有以下错误:

INFO: Requested resource [/VAADIN/themes/mytheme/styles.css] not found from filesystem or through class loader. Add widgetset and/or theme JAR to your classpath or add files to WebContent/VAADIN folder.



我正在使用智能。
这是我的文件夹结构:

enter image description here

我的 mytheme.scss:
@import "../valo/valo.scss";
@mixin mytheme {
@include valo;
.v-button {
color: blue;
background: yellow;
}
}

我的styles.scss:
@import "mytheme.scss";
@import "addons.scss";
.mytheme {
@include mytheme;
@include addons;
}

我的 web.xml:
http://wklej.org/id/2144139/

我的 pom.xml:
http://wklej.org/id/2144140/

我已经像在文档中一样编译了 scss https://vaadin.com/docs/-/part/framework/themes/themes-compiling.html#themes.compiling.maven而且我没有处于生产模式。

我不知道我做错了什么。

最佳答案

手动将目录标记为资源根目录解决了这个问题。

在 Intellij 中是否像这样:

  • 右键单击 webapp 文件夹
  • 然后“将目录标记为”
  • 然后选择“资源根目录”

  • 令人惊讶的是,简单地标记文件夹就可以解决问题。

    关于themes - Vaadin 找不到我的主题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36157728/

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