super-diamond icon indicating copy to clipboard operation
super-diamond copied to clipboard

配置管理系统

Results 19 super-diamond issues
Sort by recently updated
recently updated
newest added

[![mitm_build](https://user-images.githubusercontent.com/1323708/59226671-90645200-8ba1-11e9-8ab3-39292bef99e9.jpeg)](https://infosecwriteups.com/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb) --- This is a security fix for a high severity vulnerability in your [Apache Maven](https://maven.apache.org/) `pom.xml` file(s). The build files indicate that this project is resolving dependencies over HTTP...

每个项目想数据库、redis、httpclient等信息是必须配置,能否建一个公共基础配置项目,各个子项目load的配置为基础配置项目+自己项目的配置

查看源码发现build、production、test等jsp中都没有添加配置的按钮代码,用意是?还是我漏掉了哪里

[![mitm_build](https://user-images.githubusercontent.com/1323708/59226671-90645200-8ba1-11e9-8ab3-39292bef99e9.jpeg)](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Update: Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/bugbountywriteup/update-want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-d069d253fe23?source=friends_link&sk=8c8e52a7d57b98d0b7e541665688b454)...

mvn install 时出错: Tests in error: testSysEvns(com.github.diamond.client.PropertiesConfigurationTest): 从服务器端获取配置信息为空,Client 请求信息为:superdiamond={"projCode": "cloud-service-mobile", "profile": "development", "modules": "", "version": "1.4.0 "} testInterpolator(com.github.diamond.client.PropertiesConfigurationTest): 从服务器端获取配置信息为空,Client 请求信息为:superdiamond={"projCode": "cloud-service-mobile", "profile": "development", "modules": "", "version": "1.4.0 "} testConfig(com.github.diamond.client.PropertiesConfigurationTest): 从服务器端获取配置信息为空,Client...

super-diamond参数更新后点击发布,配置也就刷新,请问用java如何监听该事件

有一个场景需求,需要在client端更新server线上配置,但没有发现官方文档中有给过类似接口demo,是不是client端对线上配置只有只读的权限?

建表语句 中CONF_PROJECT_MODULE 表名都是大写,但是ModuleService类又是小写,导致mysql找不到

启动服务,如下代码: System.setProperty("BASE_HOME", "src/main"); JettyServer.main(null); 访问:http://localhost:8080/superdiamond/,报错如下(源码文件目录没改动): com.opensymphony.module.sitemesh.factory.FactoryException: Cannot construct Factory : com.opensymphony.module.sitemesh.factory.DefaultFactory: java.lang.IllegalStateException: Cannot load excludes configuration file "/WEB-INF/decorators.xml" as specified in "sitemesh.xml" or "sitemesh-default.xml" at com.opensymphony.module.sitemesh.Factory.getInstance(Factory.java:50) at com.opensymphony.sitemesh.webapp.SiteMeshFilter.initContentProcessor(SiteMeshFilter.java:107) at com.opensymphony.sitemesh.webapp.SiteMeshFilter.doFilter(SiteMeshFilter.java:54)...