Skip to content

Commit e8fc8fe

Browse files
committed
SpringBoot初始化模板v2.2.0 发布版本。
1 parent 1d9d721 commit e8fc8fe

File tree

7 files changed

+10
-11
lines changed

7 files changed

+10
-11
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
> **作者:[AntonyCheng](https://github.com/AntonyCheng)**
88
>
9-
> **版本号:v2.2.0-jdk17-pre**
9+
> **版本号:v2.2.0-jdk17**
1010
>
1111
> **开源协议:[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html)**
1212
>
@@ -1649,7 +1649,6 @@ docker compose up -d
16491649
## 下一步开发计划
16501650

16511651
* 优化AI模块,设计工具类
1652-
* 设计相关工具类前端功能示例界面
16531652
* 调研Spring Boot WebSocket
16541653
* 围绕JSoup设计爬虫工具类
16551654
* 扩展新的前端模板

docker/application/business/backend/docker-compose.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3'
33
services:
44

55
spring-boot-init-template:
6-
image: spring-boot-init-template:v2.2.0-jdk17-pre
6+
image: spring-boot-init-template:v2.2.0-jdk17
77
container_name: spring-boot-init-template
88
environment:
99
# 时区上海
@@ -19,7 +19,7 @@ services:
1919
ipv4_address: 177.177.177.111
2020

2121
# xxl-job-admin:
22-
# image: xxl-job-admin:v2.2.0-jdk17-pre
22+
# image: xxl-job-admin:v2.2.0-jdk17
2323
# container_name: xxl-job-admin
2424
# environment:
2525
# # 时区上海
@@ -35,7 +35,7 @@ services:
3535
# ipv4_address: 177.177.177.112
3636

3737
# power-job-admin:
38-
# image: power-job-admin:v2.2.0-jdk17-pre
38+
# image: power-job-admin:v2.2.0-jdk17
3939
# container_name: power-job-admin
4040
# environment:
4141
# # 时区上海
@@ -51,7 +51,7 @@ services:
5151
# ipv4_address: 177.177.177.113
5252

5353
# spring-boot-admin:
54-
# image: spring-boot-admin:v2.2.0-jdk17-pre
54+
# image: spring-boot-admin:v2.2.0-jdk17
5555
# container_name: spring-boot-admin
5656
# environment:
5757
# # 时区上海

module/power-job-admin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>top.sharehome</groupId>
1111
<artifactId>power-job-admin</artifactId>
12-
<version>v2.2.0-jdk17-pre</version>
12+
<version>v2.2.0-jdk17</version>
1313
<name>power-job-admin</name>
1414
<description>power-job-admin</description>
1515
<properties>

module/spring-boot-admin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>top.sharehome</groupId>
1111
<artifactId>spring-boot-admin</artifactId>
12-
<version>v2.2.0-jdk17-pre</version>
12+
<version>v2.2.0-jdk17</version>
1313
<name>spring-boot-admin</name>
1414
<description>spring-boot-admin</description>
1515
<properties>

module/xxl-job-admin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>top.sharehome</groupId>
1111
<artifactId>xxl-job-admin</artifactId>
12-
<version>v2.2.0-jdk17-pre</version>
12+
<version>v2.2.0-jdk17</version>
1313
<name>xxl-job-admin</name>
1414
<description>xxl-job-admin</description>
1515
<properties>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</parent>
1313
<groupId>top.sharehome</groupId>
1414
<artifactId>spring-boot-init-template</artifactId>
15-
<version>v2.2.0-jdk17-pre</version>
15+
<version>v2.2.0-jdk17</version>
1616
<name>spring-boot-init-template</name>
1717
<description>spring-boot-init-template</description>
1818
<url>https://github.com/AntonyCheng/spring-boot-init-template</url>

src/main/resources/knife4j/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
> **作者:[AntonyCheng](https://github.com/AntonyCheng)**
22
>
3-
> **版本号:v2.2.0-jdk17-pre**
3+
> **版本号:v2.2.0-jdk17**
44
>
55
> **开源协议:[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html)**
66
>

0 commit comments

Comments
 (0)