70 Star 331 Fork 93

HServer / HServer

 / 详情

项目打包后,静态资源不能访问

已完成
创建于  
2020-10-14 15:00
暂无描述。

评论 (2)

YanceKing 创建了任务
YanceKing 关联仓库设置为HServer/HServer
展开全部操作日志

2.2版本可以,最新版本不行

黑小马 任务状态待办的 修改为进行中

最新版打包策略变化,需要使用HServer-Maven-Plugin 插件打包

<build>
    <plugins>
        <plugin>
            <groupId>net.hserver.plugins.maven</groupId>
            <artifactId>hserver-maven-plugin</artifactId>
            <version>1.0</version>
            <executions>
                <execution>
                    <phase>package</phase>
                    <goals>
                        <goal>repackage</goal>
                    </goals>
                </execution>
            </executions>
        </plugin>
    </plugins>
</build>
黑小马 任务状态进行中 修改为已完成

登录 后才可以发表评论

状态
负责人
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
参与者(2)
1813534 yancespring 1586533547 1893827 heixiaomas admin 1578961913
Java
1
https://gitee.com/HServer/HServer.git
git@gitee.com:HServer/HServer.git
HServer
HServer
HServer

搜索帮助