Skip to content

Commit 8c9bf24

Browse files
💻 1.2.3.RELEASE CentOS Quick Installation Environment / Build / Deploy / Launch Spring-boot-plus Project
1 parent 57b8539 commit 8c9bf24

File tree

5 files changed

+61
-30
lines changed

5 files changed

+61
-30
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,35 @@
33
## [V1.2.3-RELEASE] 2019.09.09 :computer:
44
> spring-boot-plusV1.2.3发布,CentOS快速安装环境/构建/部署/启动项目
55
6+
### ⭐️ New Features
7+
- 项目运行环境安装脚本
8+
- CentOS快速构建/部署/启动项目脚本
9+
10+
### ⚡️ Optimization
11+
- 优化 `maven-assembly-plugin` 项目打包插件
12+
13+
### 📝 Added/Modified
14+
Add [install-jdk.sh](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/bin/install/install-jdk.sh) yum安装`jdk8`脚本
15+
Add [install-git.sh](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/bin/install/install-git.sh) yum安装`git`脚本
16+
Add [install-maven.sh](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/bin/install/install-maven.sh) yum安装`maven`脚本
17+
Add [install-redis.sh](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/bin/install/install-redis.sh) yum安装`redis`脚本
18+
Add [install-mysql.sh](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/bin/install/install-mysql.sh) yum安装`mysql`脚本
19+
Add [install-all.sh](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/bin/install/install-all.sh) 安装所有环境脚本
20+
Add [download-install-all.sh](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/bin/install/download-install-all.sh) 下载并安装所有环境脚本
21+
Add [deploy.sh](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/deploy/deploy.sh) 下载项目/构建/部署/启动项目脚本
22+
23+
### 📔 Documentation
24+
[CentOS Quick Installation Environment / Build / Deploy / Launch Spring-boot-plus Project](https://github.com/geekidea/spring-boot-plus#centos-quick-installation-environment--build--deploy--launch-spring-boot-plus-project)
25+
26+
### 🔨 Dependency Upgrades
27+
- Upgrade to `springboot` 2.1.8.RELEASE
28+
- Upgrade to `Mybatis` 3.5.2
29+
- Upgrade to `Mybatis Plus` 3.2.0
30+
- Upgrade to `Alibaba Druid` 1.1.20
31+
- Upgrade to `Fastjson` 1.2.60
32+
- Upgrade to `commons-codec` 1.13
33+
- Upgrade to `commons-collections` 4.4
34+
- Upgrade to `hutool-all` 4.6.4
635

736

837
## [V1.2.2-RELEASE] 2019.08.26 🏇

README-zh.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,21 +58,21 @@ Redis | 3.2+ | |
5858
### 技术选型
5959
技术 | 版本 | 备注
6060
-|-|-
61-
Spring Boot | 2.1.7.RELEASE | 最新发布稳定版 |
61+
Spring Boot | 2.1.8.RELEASE | 最新发布稳定版 |
6262
Spring Framework | 5.1.9.RELEASE | 最新发布稳定版 |
63-
Mybatis | 3.5.1 | 持久层框架 |
64-
Mybatis Plus | 3.1.2 | mybatis增强框架 |
65-
Alibaba Druid | 1.1.18 | 数据源 |
66-
Fastjson | 1.2.59 | JSON处理工具集 |
63+
Mybatis | 3.5.2 | 持久层框架 |
64+
Mybatis Plus | 3.2.0 | mybatis增强框架 |
65+
Alibaba Druid | 1.1.20 | 数据源 |
66+
Fastjson | 1.2.60 | JSON处理工具集 |
6767
swagger2 | 2.6.1 | api文档生成工具 |
6868
commons-lang3 | 3.9 | 常用工具包 |
6969
commons-io | 2.6 | IO工具包 |
70-
commons-codec | 1.12 | 加密解密等工具包 |
71-
commons-collections | 3.2.1 | 集合工具包 |
70+
commons-codec | 1.13 | 加密解密等工具包 |
71+
commons-collections4 | 4.4 | 集合工具包 |
7272
reflections | 0.9.11 | 反射工具包 |
7373
hibernate-validator | 6.0.17.Final | 后台参数校验注解 |
7474
jwt | 0.9.1 | json web token |
75-
hutool-all | 4.5.10 | 常用工具集 |
75+
hutool-all | 4.6.4 | 常用工具集 |
7676
lombok | 1.18.8 | 注解生成Java Bean等工具 |
7777

7878

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
<p align="center">
1111
<a href="https://github.com/geekidea/spring-boot-plus/">
12-
<img alt="spring-boot-plus version" src="https://img.shields.io/badge/spring--boot--plus-1.2.2--RELEASE-blue">
12+
<img alt="spring-boot-plus version" src="https://img.shields.io/badge/spring--boot--plus-1.2.3--RELEASE-blue">
1313
</a>
1414
<a href="https://github.com/spring-projects/spring-boot">
15-
<img alt="spring boot version" src="https://img.shields.io/badge/spring%20boot-2.1.7.RELEASE-brightgreen">
15+
<img alt="spring boot version" src="https://img.shields.io/badge/spring%20boot-2.1.8.RELEASE-brightgreen">
1616
</a>
1717
<a href="https://www.apache.org/licenses/LICENSE-2.0">
1818
<img alt="code style" src="https://img.shields.io/badge/license-Apache%202-4EB1BA.svg?style=flat-square">
@@ -58,21 +58,21 @@ Redis | 3.2+ | |
5858
### Technology stack
5959
Component| Version | Remark
6060
-|-|-
61-
Spring Boot | 2.1.7.RELEASE | Latest release stable version |
61+
Spring Boot | 2.1.8.RELEASE | Latest release stable version |
6262
Spring Framework | 5.1.9.RELEASE | Latest release stable version |
63-
Mybatis | 3.5.1 | DAO Framework |
64-
Mybatis Plus | 3.1.2 | mybatis Enhanced framework |
65-
Alibaba Druid | 1.1.18 | Data source |
66-
Fastjson | 1.2.59 | JSON processing toolset |
63+
Mybatis | 3.5.2 | DAO Framework |
64+
Mybatis Plus | 3.2.0 | mybatis Enhanced framework |
65+
Alibaba Druid | 1.1.20 | Data source |
66+
Fastjson | 1.2.60 | JSON processing toolset |
6767
swagger2 | 2.6.1 | Api document generation tool |
6868
commons-lang3 | 3.9 | Apache language toolkit |
6969
commons-io | 2.6 | Apache IO Toolkit |
70-
commons-codec | 1.12 | Apache Toolkit such as encryption and decryption |
71-
commons-collections | 3.2.1 | Apache collections toolkit |
70+
commons-codec | 1.13 | Apache Toolkit such as encryption and decryption |
71+
commons-collections4 | 4.4 | Apache collections toolkit |
7272
reflections | 0.9.11 | Reflection Toolkit |
7373
hibernate-validator | 6.0.17.Final | Validator toolkit |
7474
jwt | 0.9.1 | JSON WEB TOKEN |
75-
hutool-all | 4.5.10 | Common toolset |
75+
hutool-all | 4.6.4 | Common toolset |
7676
lombok | 1.18.8 | Automatically plugs |
7777

7878
## Getting started

docs/bin/install/install-jdk.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#======================================================================
1818
# 快速安装JDK
1919
# CentOS7 中已成功验证
20-
# 使用yum+rpm方式安装
20+
# 使用yum方式安装
2121
#
2222
# author: sy
2323
# date: 2019-8-29
@@ -38,7 +38,7 @@ if [ $? != 1 ]
3838
then
3939
echo "Not Found jdk"
4040
echo "Installing jdk..."
41-
yum install -y maven
41+
yum install -y java-1.8.0-openjdk
4242
hasJdk
4343
if [ $? != 1 ]
4444
then

pom.xml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,25 @@
4646
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4747
<project-parent.version>${parent.version}</project-parent.version>
4848
<java.version>1.8</java.version>
49-
<spring-boot.version>2.1.7.RELEASE</spring-boot.version>
50-
<mybatis-plus-boot-starter.version>3.1.2</mybatis-plus-boot-starter.version>
51-
<fastjson.version>1.2.59</fastjson.version>
49+
<spring-boot.version>2.1.8.RELEASE</spring-boot.version>
50+
<mybatis-plus-boot-starter.version>3.2.0</mybatis-plus-boot-starter.version>
51+
<fastjson.version>1.2.60</fastjson.version>
5252
<swagger2.version>2.6.1</swagger2.version>
5353
<commons-lang3.version>3.9</commons-lang3.version>
54+
<commons-collections4.version>4.4</commons-collections4.version>
5455
<velocity.version>1.7</velocity.version>
5556
<mysql.version>5.1.47</mysql.version>
56-
<druid.version>1.1.18</druid.version>
57+
<druid.version>1.1.20</druid.version>
5758
<commons-io.version>2.6</commons-io.version>
5859
<reflections.version>0.9.11</reflections.version>
59-
<commons-codec.version>1.12</commons-codec.version>
60+
<commons-codec.version>1.13</commons-codec.version>
6061
<commons-net.version>3.6</commons-net.version>
6162
<jansi.version>1.18</jansi.version>
6263
<lombok.version>1.18.8</lombok.version>
63-
<commons-pool2.version>2.6.2</commons-pool2.version>
64+
<commons-pool2.version>2.7.0</commons-pool2.version>
6465
<jwt.version>0.9.1</jwt.version>
6566
<spring-boot-admin.version>2.1.6</spring-boot-admin.version>
67+
<hutool.version>4.6.4</hutool.version>
6668

6769
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
6870
<maven-resources-plugin.version>3.1.0</maven-resources-plugin.version>
@@ -183,9 +185,9 @@
183185
</dependency>
184186

185187
<dependency>
186-
<groupId>commons-collections</groupId>
187-
<artifactId>commons-collections</artifactId>
188-
<version>3.2.1</version>
188+
<groupId>org.apache.commons</groupId>
189+
<artifactId>commons-collections4</artifactId>
190+
<version>${commons-collections4.version}</version>
189191
</dependency>
190192

191193
<dependency>
@@ -243,7 +245,7 @@
243245
<dependency>
244246
<groupId>cn.hutool</groupId>
245247
<artifactId>hutool-all</artifactId>
246-
<version>4.5.10</version>
248+
<version>${hutool.version}</version>
247249
</dependency>
248250

249251
<!-- spring boot admin start -->

0 commit comments

Comments
 (0)