12 2017 档案
摘要:maven引用 springxml配置 自定义配置类 ClassUtil 枚举定义 输出结果
阅读全文
摘要:使用Maven打包依赖项,启动时从本地jar中读取dubbo.xsd 最近项目用到dubbo,打包启动时报错 Failed to read schema document from http://code.alibabatech.com/schema/dubbo/dubbo.xsd 原因: 打包时没
阅读全文
摘要:只构建其中一个模块,先切换到项目跟目录,然后 pingjuan-common 修改成自己的对应的模块名称 构建依赖于common的模块 mvn install -pl pingjuan-common -am -amd构建pingjuan-common依赖的模块 mvn install -pl pin
阅读全文
摘要:* 元注解@Target,@Retention,@Documented,@Inherited * * @Target 表示该注解用于什么地方,可能的 ElemenetType 参数包括: * ElemenetType.CONSTRUCTOR 构造器声明 * ElemenetType.FIELD 域声
阅读全文