File tree 7 files changed +10
-11
lines changed
docker/application/business/backend
src/main/resources/knife4j
7 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 6
6
7
7
> ** 作者:[ AntonyCheng] ( https://github.com/AntonyCheng ) **
8
8
>
9
- > ** 版本号:v2.2.0-jdk17-pre **
9
+ > ** 版本号:v2.2.0-jdk17**
10
10
>
11
11
> ** 开源协议:[ Apache License 2.0] ( https://www.apache.org/licenses/LICENSE-2.0.html ) **
12
12
>
@@ -1649,7 +1649,6 @@ docker compose up -d
1649
1649
# # 下一步开发计划
1650
1650
1651
1651
* 优化AI模块,设计工具类
1652
- * 设计相关工具类前端功能示例界面
1653
1652
* 调研Spring Boot WebSocket
1654
1653
* 围绕JSoup设计爬虫工具类
1655
1654
* 扩展新的前端模板
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3'
3
3
services :
4
4
5
5
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
7
7
container_name : spring-boot-init-template
8
8
environment :
9
9
# 时区上海
@@ -19,7 +19,7 @@ services:
19
19
ipv4_address : 177.177.177.111
20
20
21
21
# xxl-job-admin:
22
- # image: xxl-job-admin:v2.2.0-jdk17-pre
22
+ # image: xxl-job-admin:v2.2.0-jdk17
23
23
# container_name: xxl-job-admin
24
24
# environment:
25
25
# # 时区上海
@@ -35,7 +35,7 @@ services:
35
35
# ipv4_address: 177.177.177.112
36
36
37
37
# power-job-admin:
38
- # image: power-job-admin:v2.2.0-jdk17-pre
38
+ # image: power-job-admin:v2.2.0-jdk17
39
39
# container_name: power-job-admin
40
40
# environment:
41
41
# # 时区上海
@@ -51,7 +51,7 @@ services:
51
51
# ipv4_address: 177.177.177.113
52
52
53
53
# spring-boot-admin:
54
- # image: spring-boot-admin:v2.2.0-jdk17-pre
54
+ # image: spring-boot-admin:v2.2.0-jdk17
55
55
# container_name: spring-boot-admin
56
56
# environment:
57
57
# # 时区上海
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
<groupId >top.sharehome</groupId >
11
11
<artifactId >power-job-admin</artifactId >
12
- <version >v2.2.0-jdk17-pre </version >
12
+ <version >v2.2.0-jdk17</version >
13
13
<name >power-job-admin</name >
14
14
<description >power-job-admin</description >
15
15
<properties >
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
<groupId >top.sharehome</groupId >
11
11
<artifactId >spring-boot-admin</artifactId >
12
- <version >v2.2.0-jdk17-pre </version >
12
+ <version >v2.2.0-jdk17</version >
13
13
<name >spring-boot-admin</name >
14
14
<description >spring-boot-admin</description >
15
15
<properties >
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
<groupId >top.sharehome</groupId >
11
11
<artifactId >xxl-job-admin</artifactId >
12
- <version >v2.2.0-jdk17-pre </version >
12
+ <version >v2.2.0-jdk17</version >
13
13
<name >xxl-job-admin</name >
14
14
<description >xxl-job-admin</description >
15
15
<properties >
Original file line number Diff line number Diff line change 12
12
</parent >
13
13
<groupId >top.sharehome</groupId >
14
14
<artifactId >spring-boot-init-template</artifactId >
15
- <version >v2.2.0-jdk17-pre </version >
15
+ <version >v2.2.0-jdk17</version >
16
16
<name >spring-boot-init-template</name >
17
17
<description >spring-boot-init-template</description >
18
18
<url >https://github.com/AntonyCheng/spring-boot-init-template</url >
Original file line number Diff line number Diff line change 1
1
> ** 作者:[ AntonyCheng] ( https://github.com/AntonyCheng ) **
2
2
>
3
- > ** 版本号:v2.2.0-jdk17-pre **
3
+ > ** 版本号:v2.2.0-jdk17**
4
4
>
5
5
> ** 开源协议:[ Apache License 2.0] ( https://www.apache.org/licenses/LICENSE-2.0.html ) **
6
6
>
You can’t perform that action at this time.
0 commit comments