ruubypay-configx-package | 一款基于zookeeper实现的分布式配置工具包,支持配置统一管理,实时热更新,支持配置加解密

 by   chenhaiyangs Java Version: Current License: No License

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实现的分布式配置工具包,支持配置统一管理,实时热更新,支持配置加解密
Support
    Quality
      Security
        License
          Reuse

            kandi-support 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.
              OutlinedDot
              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.

            kandi-Quality Quality

              ruubypay-configx-package has no bugs reported.

            kandi-Security Security

              ruubypay-configx-package has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              ruubypay-configx-package does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse 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的动态配置
            Javadot img1Lines of Code : 86dot img1no licencesLicense : No License
            copy iconCopy
            //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  
            在代码里使用配置中心的配置
            Javadot img2Lines of Code : 41dot img2no licencesLicense : No License
            copy iconCopy
                
                
                    com.github.chenhaiyangs
                    ruubypay-configx-core
                    1.3.0
                 
            
              //项目配置。zk地址,配置节点,要加载的版本号
              ZookeeperConfigProfile zookeeperConfigProfile = new ZookeeperConfigProfile("localhost:2181","/configserver/userproject","1.0.0")  
            配置加密解密支持
            Javadot img3Lines of Code : 29dot img3no licencesLicense : No License
            copy iconCopy
               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 .

            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:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/chenhaiyangs/ruubypay-configx-package.git

          • CLI

            gh repo clone chenhaiyangs/ruubypay-configx-package

          • sshUrl

            git@github.com:chenhaiyangs/ruubypay-configx-package.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular Java Libraries

            CS-Notes

            by CyC2018

            JavaGuide

            by Snailclimb

            LeetCodeAnimation

            by MisterBooo

            spring-boot

            by spring-projects

            Try Top Libraries by chenhaiyangs

            mybatis-encrypt-plugin

            by chenhaiyangsJava

            rocketmq-read

            by chenhaiyangsJava

            ruubypay-ratelimit-bucket4j

            by chenhaiyangsJava

            web-validation-framework

            by chenhaiyangsJava

            easy-gateway

            by chenhaiyangsJava