Skip to content

Commit

Permalink
[ taotao-cloud-project-2012 ] update[ version to 2023.08 ]
Browse files Browse the repository at this point in the history
  • Loading branch information
shuigedeng committed Jul 31, 2023
1 parent 11e24bb commit 150cb2b
Show file tree
Hide file tree
Showing 36 changed files with 52 additions and 52 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<img src='https://img.shields.io/badge/license-Apache%202-green' alt='License'/>
<img src="https://img.shields.io/badge/spring-6.0.11-red" alt="Downloads"/>
<img src="https://img.shields.io/badge/spring%20boot-3.1.2-orange" alt="Downloads"/>
<img src="https://img.shields.io/badge/spring%20cloud-2022.0.3-yellowgreen" alt="Downloads"/>
<img src="https://img.shields.io/badge/spring%20cloud-2022.0.4-yellowgree" alt="Downloads"/>
<img src="https://img.shields.io/badge/spring%20cloud%20alibaba-2022.0.0.0-blue" alt="Downloads"/>
<img src="https://img.shields.io/badge/spring%20cloud%20tencent-1.11.8--2022.0.1-orange" alt="Downloads"/>
<img src="https://img.shields.io/badge/netty-4.1.96.Final-blue" alt="Downloads"/>
Expand All @@ -15,7 +15,7 @@
<img src="https://img.shields.io/badge/mybatis%20plus-3.5.3.1-yellow" alt="Downloads"/>
<img src="https://img.shields.io/badge/knife4j-4.1.0-brightgreen" alt="Downloads"/>
<img src="https://img.shields.io/badge/swagger-3.0.0-red" alt="Downloads"/>
<img src="https://img.shields.io/badge/redisson-3.21.3-lightgrey" alt="Downloads"/>
<img src="https://img.shields.io/badge/redisson-3.23.2-lightgrey" alt="Downloads"/>
<img src="https://img.shields.io/badge/hutool-6.0.0--M4-green" alt="Downloads"/>
</p>

Expand Down Expand Up @@ -114,7 +114,7 @@ Maven:
----------------------|-----------------
Spring | 6.0.11
Spring Boot | 3.1.2
Spring Cloud | 2022.0.3
Spring Cloud | 2022.0.4
Spring Cloud Alibaba | 2022.0.0.0
Spring Cloud Tencent | 1.11.8-2022.0.1
Seata | 1.7.0
Expand All @@ -123,18 +123,18 @@ Maven:
Roketmq | 5.0.0
Spring Security | 6.1.2
Mybatis Plus | 3.5.3.1
Hutool | 6.0.0-M4
Hutool | 6.0.0-M5
Mysql | 8.1.0
Querydsl | 5.0.0
Swagger | 3.0.0
Knife4j | 4.1.0
Redisson | 3.23.1
Redisson | 3.23.2
Lettuce | 6.0.5.RELEASE
Elasticsearch | 8.7.1
Xxl-job | 2.4.0
EasyCaptcha | 1.6.2
Guava | 32.1.1-jre
Grpc | 1.56.1
Grpc | 1.57.0
Arthas | 3.6.9
Dynamic-tp | 1.1.3
Elasticjob | 3.0.3
Expand Down Expand Up @@ -171,7 +171,7 @@ Maven:
## 7. 功能特点

* **微服务技术框架**: 前后端分离的企业级微服务架构、主要针对解决微服务和业务开发时常见的 **非功能性需求**
* **主体框架**:采用最新的Spring Boot 3.1.2、Spring Cloud 2022.0.3、Spring Cloud Alibaba
* **主体框架**:采用最新的Spring Boot 3.1.2、Spring Cloud 2022.0.4、Spring Cloud Alibaba
2022.0.0.0 版本进行设计
* **统一注册**:支持Nacos作为注册中心,实现多配置、分群组、分命名空间、多业务模块的注册和发现功能
* **统一认证**:统一Oauth2认证协议,采用jwt的方式,实现统一认证,完备的RBAC权限管理、数据权限处理、网关统一鉴权、灰度发布
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx4096m \
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
#\u5E76\u884C\u7F16\u8BD1
#org.gradle.parallel=true
org.gradle.parallel=true
#\u5F00\u542F gradle \u7F13\u5B58
org.gradle.caching=true
#\u6309\u9700\u52A0\u8F7D\u3001\u542F\u7528\u65B0\u7684\u5B75\u5316\u6A21\u5F0F
Expand Down
4 changes: 2 additions & 2 deletions taotao-cloud-bigdata/taotao-cloud-flume/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ dependencies {
implementation "org.apache.flume:flume-ng-core:1.11.0"
implementation "org.apache.flume.flume-ng-sources:flume-kafka-source:1.11.0"

implementation "com.alibaba.fastjson2:fastjson2:2.0.37"
implementation "com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.37"
implementation "com.alibaba.fastjson2:fastjson2:2.0.38"
implementation "com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.38"
implementation "com.mysql:mysql-connector-j"
implementation "com.alibaba:druid:1.2.18"
}
4 changes: 2 additions & 2 deletions taotao-cloud-bigdata/taotao-cloud-hudi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ apply plugin: "com.github.johnrengelman.shadow"
//import com.github.jengelman.gradle.plugins.shadow.transformers.Log4j2PluginsCacheFileTransformer

dependencies {
implementation "com.alibaba.fastjson2:fastjson2:2.0.37"
implementation "com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.37"
implementation "com.alibaba.fastjson2:fastjson2:2.0.38"
implementation "com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.38"

implementation("org.apache.spark:spark-core_2.13:3.4.1")
implementation("org.apache.spark:spark-catalyst_2.13:3.4.1")
Expand Down
2 changes: 1 addition & 1 deletion taotao-cloud-custom/taotao-cloud-raft/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
implementation('com.alipay.sofa:bolt:1.6.6') {
exclude group: 'org.slf4j', module: 'slf4j-api'
}
implementation 'com.alibaba:fastjson:2.0.37'
implementation 'com.alibaba:fastjson:2.0.38'
implementation 'com.alipay.sofa:hessian:4.0.4'
implementation "redis.clients:jedis:4.4.3"
implementation 'com.google.guava:guava:32.1.1-jre'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ protobuf {
//指定protoc运行插件
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.56.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.57.0"
}
//javalite {
// // The codegen for lite comes as a separate artifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protobuf {
//指定protoc运行插件
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.56.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.57.0"
}
//javalite {
// // The codegen for lite comes as a separate artifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protobuf {
//指定protoc运行插件
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.56.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.57.0"
}
//javalite {
// // The codegen for lite comes as a separate artifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protobuf {
//指定protoc运行插件
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.56.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.57.0"
}
//javalite {
// // The codegen for lite comes as a separate artifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protobuf {
//指定protoc运行插件
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.56.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.57.0"
}
//javalite {
// // The codegen for lite comes as a separate artifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protobuf {
//指定protoc运行插件
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.56.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.57.0"
}
//javalite {
// // The codegen for lite comes as a separate artifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protobuf {
//指定protoc运行插件
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.56.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.57.0"
}
//javalite {
// // The codegen for lite comes as a separate artifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protobuf {
//指定protoc运行插件
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.56.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.57.0"
}
//javalite {
// // The codegen for lite comes as a separate artifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
implementation "io.github.shuigedeng:taotao-cloud-starter-mq-rocketmq"

implementation "com.tencentcloudapi:tencentcloud-sdk-java:4.0.11"
implementation "com.google.zxing:core:3.5.1"
implementation "com.google.zxing:core:3.5.2"
implementation "com.getui.push:restful-sdk:1.0.0.11"
//implementation "com.q3z3:core-upload:1.0.0"
//implementation fileTree(dir: "src/main/resources/lib", includes: ["*.jar"])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protobuf {
//指定protoc运行插件
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.56.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.57.0"
}
//javalite {
// // The codegen for lite comes as a separate artifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protobuf {
//指定protoc运行插件
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.56.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.57.0"
}
//javalite {
// // The codegen for lite comes as a separate artifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protobuf {
//指定protoc运行插件
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.56.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.57.0"
}
//javalite {
// // The codegen for lite comes as a separate artifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ dependencies {
//开源OCR识别框架Tess4j
//https://tess4j.sourceforge.net/
//https://search.maven.org/artifact/net.sourceforge.tess4j/tess4j
implementation "net.sourceforge.tess4j:tess4j:5.7.0"
implementation "com.google.zxing:core:3.5.1"
implementation "com.google.zxing:javase:3.5.1"
implementation "net.sourceforge.tess4j:tess4j:5.8.0"
implementation "com.google.zxing:core:3.5.2"
implementation "com.google.zxing:javase:3.5.2"

//官网文档地址:https://docs.opencv.org/4.6.0/df/d65/tutorial_table_of_content_introduction.html
//教程参考:https://www.w3cschool.cn/opencv/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protobuf {
//指定protoc运行插件
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.56.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.57.0"
}
//javalite {
// // The codegen for lite comes as a separate artifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protobuf {
//指定protoc运行插件
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.56.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.57.0"
}
//javalite {
// // The codegen for lite comes as a separate artifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
implementation 'cn.monitor4all:log-record-starter:1.5.0'
implementation 'com.alibaba.boot:nacos-config-spring-boot-starter:0.2.12'
implementation 'com.tencentcloudapi:tencentcloud-sdk-java:4.0.11'
implementation "com.alibaba.fastjson2:fastjson2:2.0.37"
implementation "com.alibaba.fastjson2:fastjson2:2.0.38"
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'com.google.guava:guava:32.1.1-jre'
implementation 'org.dromara.hutool:hutool-all'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protobuf {
//指定protoc运行插件
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.56.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.57.0"
}
//javalite {
// // The codegen for lite comes as a separate artifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protobuf {
//指定protoc运行插件
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.56.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.57.0"
}
//javalite {
// // The codegen for lite comes as a separate artifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protobuf {
//指定protoc运行插件
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.56.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.57.0"
}
//javalite {
// // The codegen for lite comes as a separate artifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protobuf {
//指定protoc运行插件
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.56.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.57.0"
}
//javalite {
// // The codegen for lite comes as a separate artifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protobuf {
//指定protoc运行插件
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.56.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.57.0"
}
//javalite {
// // The codegen for lite comes as a separate artifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protobuf {
//指定protoc运行插件
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.56.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.57.0"
}
//javalite {
// // The codegen for lite comes as a separate artifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protobuf {
//指定protoc运行插件
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.56.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.57.0"
}
//javalite {
// // The codegen for lite comes as a separate artifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protobuf {
//指定protoc运行插件
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.56.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.57.0"
}
//javalite {
// // The codegen for lite comes as a separate artifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ protobuf {
//指定protoc运行插件
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.56.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.57.0"
}
//javalite {
// // The codegen for lite comes as a separate artifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protobuf {
//指定protoc运行插件
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.56.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.57.0"
}
//javalite {
// // The codegen for lite comes as a separate artifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protobuf {
//指定protoc运行插件
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.56.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.57.0"
}
//javalite {
// // The codegen for lite comes as a separate artifact
Expand Down
8 changes: 4 additions & 4 deletions taotao-cloud-netty/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ dependencies {
"com.google.protobuf:protobuf-java:3.23.4",
"com.google.protobuf:protobuf-java-util:3.23.4",
"org.apache.thrift:libthrift:0.18.1",
"io.grpc:grpc-netty:1.56.1",
"io.grpc:grpc-protobuf:1.56.1",
"io.grpc:grpc-stub:1.56.1",
"io.grpc:grpc-netty:1.57.0",
"io.grpc:grpc-protobuf:1.57.0",
"io.grpc:grpc-stub:1.57.0",
"org.slf4j:slf4j-api:2.0.7",
'org.slf4j:slf4j-log4j12:2.0.7'
)
Expand All @@ -35,7 +35,7 @@ protobuf {
//指定protoc运行插件
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.56.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.57.0"
}
//javalite {
// // The codegen for lite comes as a separate artifact
Expand Down
6 changes: 3 additions & 3 deletions taotao-cloud-plugin/taotao-cloud-idea-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ apply plugin: "org.jetbrains.intellij"
dependencies {
//testImplementation "junit:junit:4.13.2"

implementation "org.dromara.hutool:hutool-all:6.0.0-M4"
implementation "com.google.zxing:core:3.5.1"
implementation "com.google.zxing:javase:3.5.1"
implementation "org.dromara.hutool:hutool-all:6.0.0-M5"
implementation "com.google.zxing:core:3.5.2"
implementation "com.google.zxing:javase:3.5.2"
}

//version "3.2022.15"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ dependencies {
//implementation "org.apache.flink:flink-connector-jdbc_2.12:1.14.6"
//implementation "org.apache.flink:flink-table-planner-blink_2.12:1.13.6"

implementation 'com.alibaba.fastjson2:fastjson2:2.0.37'
implementation "com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.37"
implementation 'com.alibaba.fastjson2:fastjson2:2.0.38'
implementation "com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.38"

// 如果保存检查点到hdfs上,需要引入此依赖
implementation "org.apache.hadoop:hadoop-client:3.3.6"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
implementation "net.sf.barcode4j:barcode4j:2.1"
implementation "org.jsoup:jsoup:1.16.1"
implementation 'io.netty:netty-all'
implementation "org.apache.commons:commons-lang3:3.12.0"
implementation "org.apache.commons:commons-lang3:3.13.0"
implementation 'redis.clients:jedis:4.4.3'

//需要在自己本地安装jar包
Expand Down

0 comments on commit 150cb2b

Please sign in to comment.