Martian-Cloud | official distributed component , distributed middleware
kandi X-RAY | Martian-Cloud Summary
kandi X-RAY | Martian-Cloud Summary
Martian-Cloud is a Java library. Martian-Cloud has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can download it from GitHub.
Martian's official distributed component, distributed middleware based on the infection mechanism, completely no longer needs a registration center, the communication between microservices adopts Rest style, and the communication protocol is http
Martian's official distributed component, distributed middleware based on the infection mechanism, completely no longer needs a registration center, the communication between microservices adopts Rest style, and the communication protocol is http
Support
Quality
Security
License
Reuse
Support
Martian-Cloud has a low active ecosystem.
It has 23 star(s) with 5 fork(s). There are 1 watchers for this library.
It had no major release in the last 12 months.
Martian-Cloud has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of Martian-Cloud is 4.1.0
Quality
Martian-Cloud has no bugs reported.
Security
Martian-Cloud has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
Martian-Cloud is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
Martian-Cloud releases are available to install and integrate.
Build file is available. You can build the component from source.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed Martian-Cloud and discovered the below as its top functions. This is intended to give you an instant insight into Martian-Cloud implemented functionality, and help decide if they suit your requirements.
- Gets form data model .
- Gets the request param model list .
- run offline api cache
- Do a http request .
- Get api cache .
- Add apis .
- Gets the remote apis .
- load Marsn .
- Ok call .
- Set the MarsFileUpLoad array .
Get all kandi verified functions for this library.
Martian-Cloud Key Features
No Key Features are available at this moment for Martian-Cloud.
Martian-Cloud Examples and Code Snippets
Copy
/*
这个注解的serverName跟你要调用的那个服务的name一致(配置类里cloud配置的name)
beanName 不写的话,默认为类名首字母小写
*/
@MarsFeign(serverName="mars-demo",beanName="demoFeign")
public interface DemoFeign {
/*
这里面的所有方法,跟你要调用的那个API中的方法名一致
*/
返回类型 insert(DemoEntity ent
Copy
返回类型 result = MarsRestTemplate.request(服务name,MarsApi接口的方法名,new Object[]{参数对象1,参数对象2},返回类型.class, ContentType.FORM);
Community Discussions
No Community Discussions are available at this moment for Martian-Cloud.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install Martian-Cloud
You can download it from GitHub.
You can use Martian-Cloud like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the Martian-Cloud component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
You can use Martian-Cloud like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the Martian-Cloud component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page