mirror of
https://github.com/yin5980280/easy.git
synced 2026-09-03 07:26:58 +08:00
【U】升级boot为startup
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>${rootArtifactId}-boot</artifactId>
|
||||
<artifactId>${rootArtifactId}-startup</artifactId>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
@@ -9,7 +9,7 @@
|
||||
<packaging>pom</packaging>
|
||||
<version>${revision}</version>
|
||||
<modules>
|
||||
<module>${rootArtifactId}-boot</module>
|
||||
<module>${rootArtifactId}-startup</module>
|
||||
<module>${rootArtifactId}-common</module>
|
||||
<module>${rootArtifactId}-core-service</module>
|
||||
<module>${rootArtifactId}-core-model</module>
|
||||
@@ -71,7 +71,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>${rootArtifactId}-boot</artifactId>
|
||||
<artifactId>${rootArtifactId}-startup</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
</fileSets>
|
||||
|
||||
<modules>
|
||||
<module id="${rootArtifactId}-boot" dir="__rootArtifactId__-boot" name="${rootArtifactId}-boot">
|
||||
<module id="${rootArtifactId}-startup" dir="__rootArtifactId__-startup" name="${rootArtifactId}-startup">
|
||||
<fileSets>
|
||||
<fileSet filtered="true" encoding="UTF-8" packaged="true">
|
||||
<directory>src/main/java</directory>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>${rootArtifactId}-boot</artifactId>
|
||||
<artifactId>${rootArtifactId}-startup</artifactId>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
@@ -9,7 +9,7 @@
|
||||
<packaging>pom</packaging>
|
||||
<version>${revision}</version>
|
||||
<modules>
|
||||
<module>${rootArtifactId}-boot</module>
|
||||
<module>${rootArtifactId}-startup</module>
|
||||
<module>${rootArtifactId}-common</module>
|
||||
<module>${rootArtifactId}-core-service</module>
|
||||
<module>${rootArtifactId}-core-model</module>
|
||||
@@ -71,7 +71,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>${rootArtifactId}-boot</artifactId>
|
||||
<artifactId>${rootArtifactId}-startup</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
@@ -33,7 +33,7 @@ public class BaseEntity extends BaseObject {
|
||||
@Id
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
@Column(name = "id", columnDefinition = "bigint(20) COMMENT '主键ID,自动生成'")
|
||||
@OrderBy("DESC")
|
||||
@OrderBy(value = "DESC")
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user