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