diff --git a/jcommon/README.md b/jcommon/README.md index 92be3a11e..fc506457f 100644 --- a/jcommon/README.md +++ b/jcommon/README.md @@ -1,16 +1,20 @@ -+ 第一个不依赖小米库可以编译过的版本:2023-04-02 -+ The first version that can be compiled without relying on the Xiaomi library: 2023-04-02 -+ 类似于谷歌的guava,提供一些组内经常使用的库 -+ Similar to Google's Guava, it provides some internally used libraries -+ jcommon 是Mone开发团队在开发过程中抽象的一套Java基础库,包含了日志,缓存,rpc框架,多线程多个模块。 -+ Jcommon is a Java library developed by the Mone dev team that contains common packages for logging, caching, rpc, concurrency, and database access. -+ hera 主要依赖 rcurve+docean+rpc -+ hera mainly relies on rcurve+docean+rpc -+ mifaas 主要依赖 rcurve+docean+docean-plugin -+ mifaas mainly depends on rcurve+docean+docean-plugin -+ 支持Hera(可观测系统) Odin(Mesh系统) Tesla(网关) 等项目 ++ The first version that can be compiled without relying on the Xiaomi library.:2023-04-02 ++ Try to implement the new code version using Java 20's coroutines instead of threads. ++ Similar to Google's Guava, it provides some commonly used libraries within the group. ++ Similar to Google's Guava, it provides some internally used libraries ++ jcommon Mone is an abstract Java foundation library developed by the development team, which includes modules such as + logging, caching, RPC framework, and multi-threading. ++ Jcommon is a Java library developed by the Mone dev team that contains common packages for logging, caching, rpc, + concurrency, and database access. ++ hera Mainly rely on rcurve+docean+rpc ++ hera mainly relies on rcurve+docean+rpc ++ mifaas Mainly rely on rcurve+docean+docean-plugin ++ mifaas mainly depends on rcurve+docean+docean-plugin ++ Support projects like Hera (Observable System), Odin (Mesh System), Tesla (Gateway), etc. + Support for projects such as Hera (Observable System), Odin (Mesh System), Tesla (Gateway), etc. -+ 推荐maven设置(主要是国内用阿里的源),阿里的那个可以不设置,阿里的主要是用来提速 ++ Recommend maven settings (mainly using Alibaba's source in China), Alibaba's can be not set, Alibaba's is mainly used + for speeding up. + ``` diff --git a/jcommon/docean/README.md b/jcommon/docean/README.md index 95d74356c..19a61696d 100644 --- a/jcommon/docean/README.md +++ b/jcommon/docean/README.md @@ -1,7 +1,9 @@ # Overview * Based on Java20 -* JVM parameters that need to be added: --enable-preview--add-modulesjdk.incubator.concurrent-ea--add-opensjava.base/java.lang=ALL-UNNAMED--add-opensjava.base/jdk.internal.misc=ALL-UNNAMED-Dio.netty.tryReflectionSetAccessible=true +* Fully utilized coroutines and ScopeValue +* JVM parameters that need to be added: + --enable-preview--add-modulesjdk.incubator.concurrent-ea--add-opensjava.base/java.lang=ALL-UNNAMED--add-opensjava.base/jdk.internal.misc=ALL-UNNAMED-Dio.netty.tryReflectionSetAccessible=true * A lightweight microservice development framework that can be embedded into the Spring framework. * A lightweight microservices development framework. It can be embedded into the Spring framework. * Features: Compliant with Java standards, lightweight, no unnecessary libraries, low memory footprint, fast service diff --git a/jcommon/nacos/README.md b/jcommon/nacos/README.md index 18e45a4d3..c1ab90e46 100644 --- a/jcommon/nacos/README.md +++ b/jcommon/nacos/README.md @@ -1,8 +1,10 @@ # nacos -本模块提供了对nacos配置以及naming服务的初始化及封装,其中NacosNaming对封装了一些对naming服务的基本操作如serviceList等。 +This module provides initialization and encapsulation for Nacos configuration and naming services. NacosNaming +encapsulates some basic operations for naming services, such as serviceList. -This module provides the initialization and encapsulation of nacos configuration and naming services, where NacosNaming encapsulates some basic operations on naming services such as serviceList. +This module provides the initialization and encapsulation of nacos configuration and naming services, where NacosNaming +encapsulates some basic operations on naming services such as serviceList. official guide:https://${your_domain}/web/index diff --git a/jcommon/nginx/README.MD b/jcommon/nginx/README.MD index 8601d7c62..5d971ab7f 100644 --- a/jcommon/nginx/README.MD +++ b/jcommon/nginx/README.MD @@ -1,13 +1,13 @@ -#提供nginx相关操作 +#Nginx related operations -例如: +For example: -删除服务器 +Delete server -删除多个服务器 +Delete multiple servers -添加服务器 +Add server -添加多个新服务器 +Add multiple new servers -等操作 \ No newline at end of file +And so on. \ No newline at end of file