Skip to content

Commit

Permalink
SpringBoot初始化模板v2.2.0 发布版本。
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonyCheng committed Oct 15, 2024
1 parent 1d9d721 commit e8fc8fe
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

* 优化AI模块,设计工具类
* 设计相关工具类前端功能示例界面
* 调研Spring Boot WebSocket
* 围绕JSoup设计爬虫工具类
* 扩展新的前端模板
Expand Down
8 changes: 4 additions & 4 deletions docker/application/business/backend/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:

spring-boot-init-template:
image: spring-boot-init-template:v2.2.0-jdk17-pre
image: spring-boot-init-template:v2.2.0-jdk17
container_name: spring-boot-init-template
environment:
# 时区上海
Expand All @@ -19,7 +19,7 @@ services:
ipv4_address: 177.177.177.111

# xxl-job-admin:
# image: xxl-job-admin:v2.2.0-jdk17-pre
# image: xxl-job-admin:v2.2.0-jdk17
# container_name: xxl-job-admin
# environment:
# # 时区上海
Expand All @@ -35,7 +35,7 @@ services:
# ipv4_address: 177.177.177.112

# power-job-admin:
# image: power-job-admin:v2.2.0-jdk17-pre
# image: power-job-admin:v2.2.0-jdk17
# container_name: power-job-admin
# environment:
# # 时区上海
Expand All @@ -51,7 +51,7 @@ services:
# ipv4_address: 177.177.177.113

# spring-boot-admin:
# image: spring-boot-admin:v2.2.0-jdk17-pre
# image: spring-boot-admin:v2.2.0-jdk17
# container_name: spring-boot-admin
# environment:
# # 时区上海
Expand Down
2 changes: 1 addition & 1 deletion module/power-job-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>top.sharehome</groupId>
<artifactId>power-job-admin</artifactId>
<version>v2.2.0-jdk17-pre</version>
<version>v2.2.0-jdk17</version>
<name>power-job-admin</name>
<description>power-job-admin</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion module/spring-boot-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>top.sharehome</groupId>
<artifactId>spring-boot-admin</artifactId>
<version>v2.2.0-jdk17-pre</version>
<version>v2.2.0-jdk17</version>
<name>spring-boot-admin</name>
<description>spring-boot-admin</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion module/xxl-job-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>top.sharehome</groupId>
<artifactId>xxl-job-admin</artifactId>
<version>v2.2.0-jdk17-pre</version>
<version>v2.2.0-jdk17</version>
<name>xxl-job-admin</name>
<description>xxl-job-admin</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</parent>
<groupId>top.sharehome</groupId>
<artifactId>spring-boot-init-template</artifactId>
<version>v2.2.0-jdk17-pre</version>
<version>v2.2.0-jdk17</version>
<name>spring-boot-init-template</name>
<description>spring-boot-init-template</description>
<url>https://github.com/AntonyCheng/spring-boot-init-template</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/knife4j/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
> **作者:[AntonyCheng](https://github.com/AntonyCheng)**
>
> **版本号:v2.2.0-jdk17-pre**
> **版本号:v2.2.0-jdk17**
>
> **开源协议:[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html)**
>
Expand Down

0 comments on commit e8fc8fe

Please sign in to comment.