Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YeeAmosFireAutoSysRoot
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
station
YeeAmosFireAutoSysRoot
Commits
b1288e7b
Commit
b1288e7b
authored
Nov 20, 2024
by
KeYong
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop_dl_dplan' into develop_dl_dplan
parents
88021ab6
3522a916
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
13 deletions
+16
-13
pom.xml
YeeAmosFireAutoSysCommon/pom.xml
+1
-1
BasicEntity.java
...ain/java/com/yeejoin/amos/fas/dao/entity/BasicEntity.java
+5
-2
pom.xml
YeeAmosFireAutoSysService/pom.xml
+2
-2
pom.xml
YeeAmosFireAutoSysStart/pom.xml
+2
-2
fas-2.0.1.xml
...utoSysStart/src/main/resources/db/changelog/fas-2.0.1.xml
+2
-2
pom.xml
pom.xml
+4
-4
No files found.
YeeAmosFireAutoSysCommon/pom.xml
View file @
b1288e7b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<parent>
<parent>
<groupId>
com.yeejoin.amos
</groupId>
<groupId>
com.yeejoin.amos
</groupId>
<artifactId>
YeeAmosFireAutoSysRoot
</artifactId>
<artifactId>
YeeAmosFireAutoSysRoot
</artifactId>
<version>
3.7.2.3
</version>
<version>
3.7.2.3
-d
</version>
</parent>
</parent>
<!-- <dependencies>
<!-- <dependencies>
...
...
YeeAmosFireAutoSysCommon/src/main/java/com/yeejoin/amos/fas/dao/entity/BasicEntity.java
View file @
b1288e7b
package
com
.
yeejoin
.
amos
.
fas
.
dao
.
entity
;
package
com
.
yeejoin
.
amos
.
fas
.
dao
.
entity
;
import
com.fasterxml.jackson.databind.annotation.JsonSerialize
;
import
com.fasterxml.jackson.databind.ser.std.ToStringSerializer
;
import
org.springframework.data.annotation.CreatedDate
;
import
org.springframework.data.annotation.CreatedDate
;
import
org.springframework.data.jpa.domain.support.AuditingEntityListener
;
import
org.springframework.data.jpa.domain.support.AuditingEntityListener
;
...
@@ -17,14 +19,15 @@ import java.util.Date;
...
@@ -17,14 +19,15 @@ import java.util.Date;
@MappedSuperclass
@MappedSuperclass
@EntityListeners
(
AuditingEntityListener
.
class
)
@EntityListeners
(
AuditingEntityListener
.
class
)
public
class
BasicEntity
/*extends Resource*/
implements
Serializable
{
public
class
BasicEntity
/*extends Resource*/
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
5464322936854328207L
;
private
static
final
long
serialVersionUID
=
-
5464322936854328207L
;
/**
/**
* id
* id
*/
*/
@JsonSerialize
(
using
=
ToStringSerializer
.
class
)
private
long
id
;
private
long
id
;
@CreatedDate
@CreatedDate
...
...
YeeAmosFireAutoSysService/pom.xml
View file @
b1288e7b
...
@@ -14,14 +14,14 @@
...
@@ -14,14 +14,14 @@
<parent>
<parent>
<groupId>
com.yeejoin.amos
</groupId>
<groupId>
com.yeejoin.amos
</groupId>
<artifactId>
YeeAmosFireAutoSysRoot
</artifactId>
<artifactId>
YeeAmosFireAutoSysRoot
</artifactId>
<version>
3.7.2.3
</version>
<version>
3.7.2.3
-d
</version>
</parent>
</parent>
<dependencies>
<dependencies>
<dependency>
<dependency>
<groupId>
com.yeejoin.amos
</groupId>
<groupId>
com.yeejoin.amos
</groupId>
<artifactId>
YeeAmosFireAutoSysCommon
</artifactId>
<artifactId>
YeeAmosFireAutoSysCommon
</artifactId>
<version>
3.7.2.3
</version>
<version>
3.7.2.3
-d
</version>
</dependency>
</dependency>
<dependency>
<dependency>
...
...
YeeAmosFireAutoSysStart/pom.xml
View file @
b1288e7b
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<parent>
<parent>
<groupId>
com.yeejoin.amos
</groupId>
<groupId>
com.yeejoin.amos
</groupId>
<artifactId>
YeeAmosFireAutoSysRoot
</artifactId>
<artifactId>
YeeAmosFireAutoSysRoot
</artifactId>
<version>
3.7.2.3
</version>
<version>
3.7.2.3
-d
</version>
</parent>
</parent>
<dependencies>
<dependencies>
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
<dependency>
<dependency>
<groupId>
com.yeejoin.amos
</groupId>
<groupId>
com.yeejoin.amos
</groupId>
<artifactId>
YeeAmosFireAutoSysService
</artifactId>
<artifactId>
YeeAmosFireAutoSysService
</artifactId>
<version>
3.7.2.3
</version>
<version>
3.7.2.3
-d
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
YeeAmosFireAutoSysStart/src/main/resources/db/changelog/fas-2.0.1.xml
View file @
b1288e7b
...
@@ -1032,7 +1032,7 @@
...
@@ -1032,7 +1032,7 @@
</sql>
</sql>
</changeSet>
</changeSet>
<changeSet
author=
"my"
id=
"20240913
0
1-2"
>
<changeSet
author=
"my"
id=
"20240913
1
1-2"
>
<preConditions
onFail=
"MARK_RAN"
>
<preConditions
onFail=
"MARK_RAN"
>
<not>
<not>
<columnExists
tableName=
"c_plan_detail"
columnName=
"sec_status"
/>
<columnExists
tableName=
"c_plan_detail"
columnName=
"sec_status"
/>
...
@@ -1041,7 +1041,7 @@
...
@@ -1041,7 +1041,7 @@
<comment>
c_plan_detail.sec_status
</comment>
<comment>
c_plan_detail.sec_status
</comment>
<sql>
<sql>
ALTER TABLE `c_plan_detail`
ALTER TABLE `c_plan_detail`
ADD COLUMN `sec_status` int(0) NULL COMMENT '第二个预案运行状态' AFTER `status`;
ADD COLUMN `sec_status` int(0) NULL
DEFAULT 2
COMMENT '第二个预案运行状态' AFTER `status`;
</sql>
</sql>
</changeSet>
</changeSet>
...
...
pom.xml
View file @
b1288e7b
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.yeejoin.amos
</groupId>
<groupId>
com.yeejoin.amos
</groupId>
<artifactId>
YeeAmosFireAutoSysRoot
</artifactId>
<artifactId>
YeeAmosFireAutoSysRoot
</artifactId>
<version>
3.7.2.3
</version>
<version>
3.7.2.3
-d
</version>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<name>
YeeAmosFireAutoSysRoot
</name>
<name>
YeeAmosFireAutoSysRoot
</name>
...
@@ -233,12 +233,12 @@
...
@@ -233,12 +233,12 @@
<repository>
<repository>
<id>
Releases
</id>
<id>
Releases
</id>
<name>
Releases
</name>
<name>
Releases
</name>
<url>
http://
113.142.68.105
:8081/nexus/content/repositories/releases/
</url>
<url>
http://
47.92.103.240
:8081/nexus/content/repositories/releases/
</url>
</repository>
</repository>
<repository>
<repository>
<id>
Snapshots
</id>
<id>
Snapshots
</id>
<name>
Snapshots
</name>
<name>
Snapshots
</name>
<url>
http://
113.142.68.105
:8081/nexus/content/repositories/snapshots/
</url>
<url>
http://
47.92.103.240
:8081/nexus/content/repositories/snapshots/
</url>
</repository>
</repository>
<!-- <repository>-->
<!-- <repository>-->
<!-- <id>maven-public-ty</id>-->
<!-- <id>maven-public-ty</id>-->
...
@@ -256,7 +256,7 @@
...
@@ -256,7 +256,7 @@
<pluginRepository>
<pluginRepository>
<id>
public
</id>
<id>
public
</id>
<name>
Public Repositories
</name>
<name>
Public Repositories
</name>
<url>
http://
113.142.68.105
:8081/nexus/content/groups/public/
</url>
<url>
http://
47.92.103.240
:8081/nexus/content/groups/public/
</url>
</pluginRepository>
</pluginRepository>
</pluginRepositories>
</pluginRepositories>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment