| | |
| | | <parent>
|
| | | <artifactId>ruoyi</artifactId>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <version>3.0.0</version>
|
| | | <version>3.3.0</version>
|
| | | </parent>
|
| | | <modelVersion>4.0.0</modelVersion>
|
| | | <packaging>jar</packaging>
|
| | |
| | | <artifactId>ruoyi-generator</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- demo模块 -->
|
| | | <dependency>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-demo</artifactId>
|
| | | </dependency>
|
| | |
|
| | | </dependencies>
|
| | |
|
| | | <build>
|
| | |
| | | <plugin>
|
| | | <groupId>org.apache.maven.plugins</groupId>
|
| | | <artifactId>maven-war-plugin</artifactId>
|
| | | <version>3.0.0</version> |
| | | <version>3.1.0</version> |
| | | <configuration>
|
| | | <failOnMissingWebXml>false</failOnMissingWebXml>
|
| | | <warName>${project.artifactId}</warName>
|