当前位置:网站首页>若依打包如何分离jar包和资源文件?
若依打包如何分离jar包和资源文件?
2022-06-26 15:49:00 【Roc-xb】
有时候需要分离
lib和resouce,可以修改ruoyi-admin下的pom.xml文件
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>ruoyi</artifactId>
<groupId>com.ruoyi</groupId>
<version>4.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>ruoyi-admin</artifactId>
<description>
web服务入口
</description>
<dependencies>
<!-- SpringBoot集成thymeleaf模板 -->
<dependency>
<gro边栏推荐
猜你喜欢
随机推荐
手写数字体识别,用保存的模型跑自己的图片
Reflection modification final
现在券商的优惠开户政策是什么?现在在线开户安全么?
JS text scrolling scattered animation JS special effect
Transformation of zero knowledge QAP problem
【时间复杂度和空间复杂度】
JS creative icon navigation menu switch background color
神经网络“炼丹炉”内部构造长啥样?牛津大学博士小姐姐用论文解读
【leetcode】112. 路径总和 - 113. 路径总和 II
C# 读写文件从用户态切到内核态,到底是个什么流程?
Summary of data interface API used in word search and translation applications
The first batch in the industry! Tencent cloud security and privacy computing products based on angel powerfl passed CFCA evaluation
SVG大写字母A动画js特效
5 model saving and loading
Solana扩容机制分析(1):牺牲可用性换取高效率的极端尝试 | CatcherVC Research
Audio and video learning (II) -- frame rate, code stream and resolution
【leetcode】701. Insert operation in binary search tree
简单科普Ethereum的Transaction Input Data
R语言plotly可视化:小提琴图、多分类变量小提琴图、分组(grouped)小提琴图、分裂的分组小提琴图、每个小提琴图内部分为两组数据、每个分组占小提琴图的一半、自定义小提琴图的调色板、抖动数据点
STEPN 新手入门及进阶









