码迷,mamicode.com
首页 >  
搜索关键字:@Configuration    ( 5921个结果
hibernate.cxf.xml 配置文件 解决 内容必须匹配 "(property*,mapping*,(class-cache|collection-cache)*,event*,listener*)"
这两天想看看hibernate的东西,就跟着官网教程自己做,被官网网页上的配置文件给坑了。有两个注意的地方,如果是按照官网的筒子们注意啦,一个是hibernate的头xsd验证文件,不修改成dtd读取hibernate.cxf.xml会抛出Could not parse configuration:...
分类:移动开发   时间:2015-04-22 00:25:24    阅读次数:250
mybatis 配置文件参数说明
本文转自:http://www.yihaomen.com/article/java/302.htm1.配置文件参数说明:mybatis 配置文件:Configuration.xml : ...
分类:其他好文   时间:2015-04-21 20:21:03    阅读次数:109
启动Hive的时候有很多WARN和INFO信息
配置好hive后,输入hive命令启动时会出现许多INFO和WARN信息。如下: 15/04/21 11:31:45 INFO Configuration.deprecation: mapred.input.dir.recursive is deprecated. Instead, use mapreduce.input.fileinputformat.input.dir.recursive 15/04/21 11:31:45 INFO Configuration.deprecation: mapred.m...
分类:其他好文   时间:2015-04-21 14:45:42    阅读次数:540
nginx同一iP多域名配置方法
文章转自:http://blog.itblood.com/nginx-same-ip-multi-domain-configuration.html下面的是我本机的配置:server { listen 80; server_name localhost; #绑定域名 ...
分类:其他好文   时间:2015-04-20 20:35:47    阅读次数:131
Eclipse Luna Crashed on XFCE
org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized.? Will retry after the state location is initialized...
分类:系统相关   时间:2015-04-20 19:26:37    阅读次数:422
【Spring】IOC之基于Java类的配置Bean
基于Java配置选项,可以编写大多数的Spring不用配置XML,但有几个基于Java的注释的帮助下解释。从Spring3.0开始支持使用java代码来代替XML来配置Spring,基于Java配置Spring依靠Spring的JavaConfig项目提供的很多优点。通过使用@Configuration, @Bean ,@Importand,@DependsOnannotations来实现Java的配置Spring....
分类:编程语言   时间:2015-04-20 16:59:39    阅读次数:240
Jboss编码问题
文件:jboss7\standalone\configuration\standalone.xml中 节点之后配置:
分类:其他好文   时间:2015-04-20 12:45:45    阅读次数:98
emeditor lua.esy lua语法文件,肯定好多人找不到
; EmEditor Syntax File ; ; To import this file to an existing configuration, select Configuration ; under the Tool menu, select Define Configurations, select a configuration ; you want to import to, p...
分类:其他好文   时间:2015-04-20 06:59:48    阅读次数:349
C#简单的Sqlhelper
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Configuration;using System.Data;using System.Data.SqlCl...
分类:数据库   时间:2015-04-20 00:12:30    阅读次数:158
OSGI Configuration Admin Service详解
文章内容见下面附件
分类:其他好文   时间:2015-04-19 19:44:38    阅读次数:208
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!