From c682db1bfc7de766bc08124500da54f4f0a8032e Mon Sep 17 00:00:00 2001 From: N1KO Date: Tue, 26 Nov 2024 18:18:56 +0800 Subject: [PATCH] update parent --- frame-auth/pom.xml | 2 +- frame-common/pom.xml | 2 +- frame-core/pom.xml | 7 +--- frame-ons/pom.xml | 2 +- frame-redis/pom.xml | 2 +- frame-uuid/pom.xml | 2 +- .../main/resources/mapper/WorkerNodeDao.xml | 34 +++++++++---------- pom.xml | 8 ++--- 8 files changed, 27 insertions(+), 32 deletions(-) diff --git a/frame-auth/pom.xml b/frame-auth/pom.xml index 1f42cf8..d3c7e37 100644 --- a/frame-auth/pom.xml +++ b/frame-auth/pom.xml @@ -10,7 +10,7 @@ frame-auth - ${frame.release.auth.version} + 1.0.0 jar diff --git a/frame-common/pom.xml b/frame-common/pom.xml index bc0c766..cecbf75 100644 --- a/frame-common/pom.xml +++ b/frame-common/pom.xml @@ -10,7 +10,7 @@ frame-common - ${frame.release.common.version} + 1.0.0 jar diff --git a/frame-core/pom.xml b/frame-core/pom.xml index 8274693..eb4918d 100644 --- a/frame-core/pom.xml +++ b/frame-core/pom.xml @@ -10,7 +10,7 @@ frame-core - ${frame.release.core.version} + 1.0.0 jar @@ -31,11 +31,6 @@ spring-boot-starter-logging - - org.springframework.cloud - spring-cloud-starter-bootstrap - - org.springframework.cloud spring-cloud-starter-openfeign diff --git a/frame-ons/pom.xml b/frame-ons/pom.xml index 5b0fa92..b61a537 100644 --- a/frame-ons/pom.xml +++ b/frame-ons/pom.xml @@ -10,7 +10,7 @@ frame-ons - ${frame.release.ons.version} + 1.0.0 jar diff --git a/frame-redis/pom.xml b/frame-redis/pom.xml index 338c48e..fff913b 100644 --- a/frame-redis/pom.xml +++ b/frame-redis/pom.xml @@ -10,7 +10,7 @@ frame-redis - ${frame.release.redis.version} + 1.0.0 jar diff --git a/frame-uuid/pom.xml b/frame-uuid/pom.xml index 1a28313..323a59f 100644 --- a/frame-uuid/pom.xml +++ b/frame-uuid/pom.xml @@ -10,7 +10,7 @@ frame-uuid - ${frame.release.uuid.version} + 1.0.0 jar diff --git a/frame-uuid/src/main/resources/mapper/WorkerNodeDao.xml b/frame-uuid/src/main/resources/mapper/WorkerNodeDao.xml index baf4a37..c8c6555 100644 --- a/frame-uuid/src/main/resources/mapper/WorkerNodeDao.xml +++ b/frame-uuid/src/main/resources/mapper/WorkerNodeDao.xml @@ -16,13 +16,13 @@ - INSERT INTO WORKER_NODE - (HOST_NAME, - PORT, - TYPE, - LAUNCH_DATE, - MODIFIED, - CREATED) + INSERT INTO worker_node + (host_name, + port, + type, + launch_date, + modified, + created) VALUES (#{hostName}, #{port}, #{type}, @@ -32,16 +32,16 @@ \ No newline at end of file diff --git a/pom.xml b/pom.xml index c69d379..94a86da 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 2.4.2 + 2.3.2.RELEASE com.baogutang.framework @@ -46,9 +46,9 @@ 1.0.0 - 2.4.2 - 2020.0.6 - 2021.1 + 2.3.2.RELEASE + Hoxton.SR9 + 2.2.6.RELEASE 2021.1 3.1.8 3.5.2