MuleSoft----初识mulesoft

mulesoft 公司简介

Ross Mason 在数10年前创建的,mule 一词来源于“骡子”,主要是为了避免这种单调乏味的苦差事 ; 繁重无聊的工作而诞生的。

官网地址:https://www.mulesoft.com

公司使命/口号: Connect anything. Change everything

                        Connecting the world's applications, data, and devices

创始人: Ross Mason 2006年

开发文档:https://docs.mulesoft.com/general/

论坛:https://help.mulesoft.com/s/forum

课程培训:https://training.mulesoft.com/

考试证书:https://training.mulesoft.com/certification

job 招聘:https://salesforce.wd1.myworkdayjobs.com/mulesoft_careersite

为什么选择mulesoft ?

   使用一层api集成来自不同系统的数据,节省人力物力,如下图所示

MuleSoft----初识mulesoft_第1张图片

anypoint Platform 简介

   主要包含

        Design Center:创建一些mule 项目,通过编辑文件内容快速设计和测试.发布API接口

       Exchange:提供RAML片段、定制包、视频、文档链接和其他资源

      Management Center

                Access Management:主要涉及一些用户,角色,权限,环境等

               API Manager:管理客户端,API 分组

               Runtime Manager:发布运行API

               Visualizer:可视化

              Monitoring:监控,查询

             Secrets Manager:管理SSL证书

MulsSoft 初体验

1.准备工作:

    注册账号

   下载最新anypoint Studio:https://www.mulesoft.com/lp/dl/studio

  备注:下载之前的版本anypoint Studio: https://www.mulesoft.com/lp/dl/studio/previous

2.在线使用Design Center开发

MuleSoft----初识mulesoft_第2张图片

输入代码

#%RAML 1.0
title: hello, world
version: v1
description: Hello  world

types:
 greeting:
   properties:
     message: string

/hello:
     get:
       responses:
         200:
           body:
             application/json:
               type: greeting
               example:
                 {message: "你好,Mulesoft"}
         404:
           body:
             application/json:
               properties:
                 message: string
               example: |
                 {
                   "message" : "Request not found"
                 }
                 

MuleSoft----初识mulesoft_第3张图片

3.使用anypoint 开发

 启动程序,打开浏览器输入:http://127.0.0.1:8081/hellomule






  


  
  
  


MuleSoft----初识mulesoft_第4张图片

MuleSoft----初识mulesoft_第5张图片

觉得写的不错的,可以打赏下博主,后续更精彩,如果有任何问题可以留言,谢谢。

MuleSoft----初识mulesoft_第6张图片MuleSoft----初识mulesoft_第7张图片

 

 

你可能感兴趣的:(java)