疯狂的狮子Li
2023-01-13 41242cd4aa6c59ae96a1937510c1dd6edc850983
ruoyi-extend/ruoyi-monitor-admin/pom.xml
@@ -5,7 +5,8 @@
    <parent>
        <artifactId>ruoyi-extend</artifactId>
        <groupId>com.ruoyi</groupId>
        <version>4.3.0-beta2</version>
        <version>${revision}</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <packaging>jar</packaging>
@@ -49,7 +50,7 @@
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>${spring-boot.version}</version>
                <configuration>
                    <fork>true</fork> <!-- 如果没有该配置,devtools不会生效 -->
<!--                    <fork>true</fork> &lt;!&ndash; 如果没有该配置,devtools不会生效 &ndash;&gt;-->
                </configuration>
                <executions>
                    <execution>