zh/resource/spa-host #12
Unanswered
Replies: 1 comment 1 reply
-
|
注意,如果使用单页面应用资源托管,插件覆盖需要提前于静态资源托管,否则插件不生效 windward
.registerPlugin(
ResourcePlugin.class,
new FixedStaticResourcePlugin(windward.getStaticResourceLocations()))
.resource("/frontend/**")
.run(); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
zh/resource/spa-host
单页面应用托管
https://windward.flmelody.org/zh/resource/spa-host.html
Beta Was this translation helpful? Give feedback.
All reactions