更改pom标识

master
Yang Haoyu 2023-11-20 22:06:16 +08:00
parent 4f1387d7a2
commit 247df398ea
13 changed files with 24 additions and 12 deletions

View File

@ -12,6 +12,10 @@
<groupId>com.fate</groupId> <groupId>com.fate</groupId>
<artifactId>fance-menghang-common</artifactId> <artifactId>fance-menghang-common</artifactId>
<description>
公共模块
</description>
<properties> <properties>
<maven.compiler.source>17</maven.compiler.source> <maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target> <maven.compiler.target>17</maven.compiler.target>

View File

@ -1,4 +1,4 @@
package com.shiyi.internet.domain.response; package com.shiyi.internet.response;
import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField; import com.baomidou.mybatisplus.annotation.TableField;

View File

@ -1,4 +1,4 @@
package com.shiyi.internet.domain.response; package com.shiyi.internet.response;
import io.swagger.annotations.ApiModelProperty; import io.swagger.annotations.ApiModelProperty;
import lombok.AllArgsConstructor; import lombok.AllArgsConstructor;

View File

@ -1,4 +1,4 @@
package com.shiyi.internet.domain.utils.annotation; package com.shiyi.internet.utils.annotation;
import java.lang.annotation.ElementType; import java.lang.annotation.ElementType;
import java.lang.annotation.Retention; import java.lang.annotation.Retention;

View File

@ -1,4 +1,4 @@
package com.shiyi.internet.domain.utils.annotation; package com.shiyi.internet.utils.annotation;
import java.lang.annotation.ElementType; import java.lang.annotation.ElementType;
import java.lang.annotation.Retention; import java.lang.annotation.Retention;

View File

@ -1,4 +1,4 @@
package com.shiyi.internet.domain.utils.date; package com.shiyi.internet.utils.date;
import org.apache.commons.lang3.time.DateFormatUtils; import org.apache.commons.lang3.time.DateFormatUtils;

View File

@ -1,4 +1,4 @@
package com.shiyi.internet.domain.utils.exception; package com.shiyi.internet.utils.exception;
/** /**
* *

View File

@ -1,8 +1,8 @@
package com.shiyi.internet.domain.utils.reflex; package com.shiyi.internet.utils.reflex;
import com.shiyi.internet.domain.utils.date.DateUtils; import com.shiyi.internet.utils.date.DateUtils;
import com.shiyi.internet.domain.utils.text.Convert; import com.shiyi.internet.utils.text.Convert;
import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.StringUtils;
import org.apache.commons.lang3.Validate; import org.apache.commons.lang3.Validate;
import org.slf4j.Logger; import org.slf4j.Logger;

View File

@ -1,4 +1,4 @@
package com.shiyi.internet.domain.utils.string; package com.shiyi.internet.utils.string;
import org.springframework.aop.framework.AopContext; import org.springframework.aop.framework.AopContext;
import org.springframework.beans.BeansException; import org.springframework.beans.BeansException;

View File

@ -1,4 +1,4 @@
package com.shiyi.internet.domain.utils.text; package com.shiyi.internet.utils.text;
import com.fate.common.core.text.CharsetKit; import com.fate.common.core.text.CharsetKit;

View File

@ -13,6 +13,10 @@
<artifactId>fance-menghang-remote</artifactId> <artifactId>fance-menghang-remote</artifactId>
<description>
远程调用模块
</description>
<properties> <properties>
<maven.compiler.source>17</maven.compiler.source> <maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target> <maven.compiler.target>17</maven.compiler.target>

View File

@ -12,6 +12,10 @@
<groupId>com.fate</groupId> <groupId>com.fate</groupId>
<artifactId>fance-menghang-service</artifactId> <artifactId>fance-menghang-service</artifactId>
<description>
服务模块
</description>
<properties> <properties>
<maven.compiler.source>17</maven.compiler.source> <maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target> <maven.compiler.target>17</maven.compiler.target>

View File

@ -15,7 +15,7 @@
<packaging>pom</packaging> <packaging>pom</packaging>
<description> <description>
fate-modules-fence 电子围栏 fate-modules-fence 电子围栏/车辆管理
</description> </description>
<modules> <modules>
<module>fance-menghang-remote</module> <module>fance-menghang-remote</module>