update 更改包名为 org.dromara

update 更改文档地址为 plus-doc.dromara.org
This commit is contained in:
疯狂的狮子li
2023-03-31 18:39:10 +08:00
parent c36bc040d0
commit df38aad2b5
526 changed files with 2123 additions and 2132 deletions

View File

@ -3,7 +3,7 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.ruoyi</groupId>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-common</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
@ -35,7 +35,7 @@
</dependency>
<dependency>
<groupId>com.ruoyi</groupId>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-common-core</artifactId>
</dependency>

View File

@ -1,6 +1,6 @@
package com.ruoyi.common.job.config;
package org.dromara.common.job.config;
import com.ruoyi.common.job.config.properties.XxlJobProperties;
import org.dromara.common.job.config.properties.XxlJobProperties;
import com.xxl.job.core.executor.impl.XxlJobSpringExecutor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.boot.autoconfigure.AutoConfiguration;

View File

@ -1,4 +1,4 @@
package com.ruoyi.common.job.config.properties;
package org.dromara.common.job.config.properties;
import lombok.Data;
import lombok.NoArgsConstructor;

View File

@ -1 +1 @@
com.ruoyi.common.job.config.XxlJobConfig
org.dromara.common.job.config.XxlJobConfig