08 2016 档案
摘要:1. 跳过测试 mvn -Dmaven.test.skip=true 2. 依赖树 mvn dependency:tree 3. 生成UTF-8的eclipse工程 构成目录中的.settings文件夹下生成一个org.eclipse.core.resources.prefs文件, 在该文件中会指定
阅读全文
摘要:context:property-placeholder 是将properties加载到Spring上下文中,接下来在定义bean的时候就能用${xx.xx}来访问了。 util:properties 是org.springframework.beans.factory.config.Propert
阅读全文