Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #629

Merged
merged 2 commits into from
Sep 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 16 additions & 12 deletions jcommon/README.md
Original file line number Diff line number Diff line change
@@ -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.

```
<settings>

Expand Down
4 changes: 3 additions & 1 deletion jcommon/docean/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 4 additions & 2 deletions jcommon/nacos/README.md
Original file line number Diff line number Diff line change
@@ -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

14 changes: 7 additions & 7 deletions jcommon/nginx/README.MD
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#提供nginx相关操作
#Nginx related operations

例如:
For example:

删除服务器
Delete server

删除多个服务器
Delete multiple servers

添加服务器
Add server

添加多个新服务器
Add multiple new servers

等操作
And so on.
Loading