当前位置:网站首页>How to separate jar packages and resource files according to packaging?

How to separate jar packages and resource files according to packaging?

2022-06-26 16:08:00 Roc-xb

Sometimes separation is required lib and resouce, You can modify ruoyi-admin  Under the pom.xml file

<?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 Service entrance 
	</description>

    <dependencies>
    
        <!-- SpringBoot Integrate thymeleaf Templates  -->
        <dependency>
            <gro
原网站

版权声明
本文为[Roc-xb]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/177/202206261549215067.html

随机推荐