
sofa
kevin2562
开朗,幽默,好客
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
sofa框架server-client搭建
sofa框架server-client搭建采用工具IDEA,组件添加完成spring-boot构建插件jdk版本8.0以上,构建工具maven第一步创建工程 SofaDemoServer 和 SofaDemoClient SofaDemoClient 和 SofaDemoServer 的创建方式一样就不再重复了。第二步配置 SofaDemoServer 和...原创 2018-09-17 14:44:04 · 1359 阅读 · 0 评论 -
SOFARPC主要模块介绍
SOFARPC主要模块介绍all:发布打包模块 需要打包的全部模块 bom:依赖管控模块 依赖版本管控 example:示例模块 依赖于 all test:测试模块,包含集成测试 依赖于 all core.api:API模块 各种基本流程接口、消息、上下文、扩展接口等 依赖于 common core.common:公共模块,utils、数据结构 ...原创 2018-09-20 11:54:51 · 1088 阅读 · 0 评论 -
SofaRpcRuntimeException: Failed to start bolt server, see more detail from bolt log.
Exception in thread "main" com.alipay.sofa.rpc.core.exception.SofaRpcRuntimeException: Failed to start bolt server, see more detail from bolt log. at com.alipay.sofa.rpc.server.bolt.BoltServer.start...原创 2018-09-20 16:40:50 · 2431 阅读 · 0 评论 -
Failed to load class "org.slf4j.impl.StaticLoggerBinder"
Failed to load class "org.slf4j.impl.StaticLoggerBinder" SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".SLF4J: Defaulting to no-operation (NOP) logger implementationSLF4J: See ...原创 2018-09-20 16:44:33 · 178 阅读 · 0 评论 -
第一个SOFARPC工程
第一个SOFARPC工程开发工具:IDEA工程构建:maveJDK:1.8首先我们来创建一个maven工程第二步 配置 pom.xml文件 添加以下包。 <dependencies> <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-simple -->...原创 2018-09-20 17:03:07 · 1834 阅读 · 0 评论 -
sofa启动的默认加载参数
sofa启动的默认加载参数 sofa-rpc-5.4.5\core\common\src\main\resources\com\alipay\sofa\rpc\common rpc-config-default.json对应配置说明可参考 RpcOptions.java实际运行中截取结果:java.specification.version=1.8sun.cpu.isali...原创 2018-09-21 11:03:24 · 1913 阅读 · 0 评论 -
SOFARPC server&Client 运行过程
SOFARPC server初始化 ServerConfig 装载server到providerConfig providerConfig.export() 发布服务 获取ProviderBootstrap 服务提供者启动类 获取 bootstrap 启动器名称 RpcConfigs 加载配置 ...原创 2018-09-21 11:15:28 · 501 阅读 · 0 评论