ruubypay-configx-package | 一款基于zookeeper实现的分布式配置工具包,支持配置统一管理,实时热更新,支持配置加解密
kandi X-RAY | ruubypay-configx-package Summary
kandi X-RAY | ruubypay-configx-package Summary
ruubypay-configx-package is a Java library. ruubypay-configx-package has no bugs, it has no vulnerabilities, it has build file available and it has low support. You can download it from GitHub, Maven.
一款基于zookeeper实现的分布式配置工具包,支持配置统一管理,实时热更新,支持配置加解密
一款基于zookeeper实现的分布式配置工具包,支持配置统一管理,实时热更新,支持配置加解密
Support
Quality
Security
License
Reuse
Support
ruubypay-configx-package has a low active ecosystem.
It has 6 star(s) with 3 fork(s). There are 1 watchers for this library.
It had no major release in the last 6 months.
ruubypay-configx-package has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of ruubypay-configx-package is current.
Quality
ruubypay-configx-package has no bugs reported.
Security
ruubypay-configx-package has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
ruubypay-configx-package does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
ruubypay-configx-package releases are not available. You will need to build from source code and install.
Deployable package is available in Maven.
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 ruubypay-configx-package and discovered the below as its top functions. This is intended to give you an instant insight into ruubypay-configx-package implemented functionality, and help decide if they suit your requirements.
- Receives event node
- Clean and put map
- Load the properties for the given node
- Make option change
- Export properties
- Generate java properties
- Initialize cipher
- Create new cipher
- Create new version
- Clones a version
- Create new group
- Initializes the node cache
- Parse the bean definition
- Generate string key by AES
- Generate string secret key
- Get the value for a node
- Parse the constructor arguments
- Get group data
- Imports data
- List children of node
- Update property value
- Index the root node
- Find properties
- Intercept the method
- Create property
- Update property
Get all kandi verified functions for this library.
ruubypay-configx-package Key Features
No Key Features are available at this moment for ruubypay-configx-package.
ruubypay-configx-package Examples and Code Snippets
//javaBean:
public class DemoBean {
@ProperKey(key="log_name")
private String name;
private Long longS;
@ProperKey(key = "long_n")
private long longN;
private Double aDouble;
private double bDouble;
public
com.github.chenhaiyangs
ruubypay-configx-core
1.3.0
//项目配置。zk地址,配置节点,要加载的版本号
ZookeeperConfigProfile zookeeperConfigProfile = new ZookeeperConfigProfile("localhost:2181","/configserver/userproject","1.0.0")
ZookeeperConfigProfile zookeeperConfigProfile = new ZookeeperConfigProfile("127.0.0.1:2181","/configserver/userproject","1.0.0");
//Encrypt encrypt = new EncryptByAes("1870577f29b17d6787782f35998c4a79");
//1870577f29dfrkfs为Des加解密使用的密匙
Enc
Community Discussions
No Community Discussions are available at this moment for ruubypay-configx-package.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ruubypay-configx-package
You can download it from GitHub, Maven.
You can use ruubypay-configx-package 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 ruubypay-configx-package 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 ruubypay-configx-package 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 ruubypay-configx-package 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