更新artifactId为linglong,并添加扩展模块icytail-linglong

This commit is contained in:
wrui 2019-06-10 11:05:25 +08:00
parent 0eeb5b8930
commit c681566a79
9 changed files with 63 additions and 10 deletions

27
icytail-linglong/pom.xml Normal file
View File

@ -0,0 +1,27 @@
<?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>linglong</artifactId>
<groupId>com.ruoyi</groupId>
<version>3.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>icytail-linglong</artifactId>
<description>
扩展内容
</description>
<dependencies>
<!-- 通用工具 -->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common</artifactId>
</dependency>
</dependencies>
</project>

View File

@ -0,0 +1,18 @@
/**
*
*/
package com.ruoyi.quartz.task;
import org.springframework.stereotype.Component;
/**
* @author icytail
*
*/
@Component("MyTask")
public class MyTask {
public void foc() {
System.out.println("自定义的定时调度");
}
}

16
pom.xml
View File

@ -5,12 +5,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi</artifactId>
<artifactId>linglong</artifactId>
<version>3.4</version>
<name>ruoyi</name>
<url>http://www.ruoyi.vip</url>
<description>若依管理系统</description>
<name>linglong</name>
<url></url>
<description>管理系统</description>
<properties>
<ruoyi.version>3.4</ruoyi.version>
@ -203,6 +203,13 @@
<version>${ruoyi.version}</version>
</dependency>
<!-- 扩展内容 -->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>icytail-linglong</artifactId>
<version>${ruoyi.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
@ -213,6 +220,7 @@
<module>ruoyi-quartz</module>
<module>ruoyi-generator</module>
<module>ruoyi-common</module>
<module>icytail-linglong</module>
</modules>
<packaging>pom</packaging>

View File

@ -3,7 +3,7 @@
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>
<artifactId>linglong</artifactId>
<groupId>com.ruoyi</groupId>
<version>3.4</version>
</parent>

View File

@ -3,7 +3,7 @@
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>
<artifactId>linglong</artifactId>
<groupId>com.ruoyi</groupId>
<version>3.4</version>
</parent>

View File

@ -3,7 +3,7 @@
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>
<artifactId>linglong</artifactId>
<groupId>com.ruoyi</groupId>
<version>3.4</version>
</parent>

View File

@ -3,7 +3,7 @@
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>
<artifactId>linglong</artifactId>
<groupId>com.ruoyi</groupId>
<version>3.4</version>
</parent>

View File

@ -3,7 +3,7 @@
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>
<artifactId>linglong</artifactId>
<groupId>com.ruoyi</groupId>
<version>3.4</version>
</parent>

View File

@ -3,7 +3,7 @@
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>
<artifactId>linglong</artifactId>
<groupId>com.ruoyi</groupId>
<version>3.4</version>
</parent>