Spring中配置文件applicationContext.xml配置详解


xmlns:tx="http://www.springframework.org/schema/tx" xmlns:cache="http://www.springframework.org/schema/cache" xmlns:task="http://www.springframework.org/schema/task"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.2.xsd
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.2.xsd
http://www.springframework.org/schema/cache http://www.springframework.org/schema/cache/spring-cache-3.2.xsd
http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task-3.2.xsd"
default-lazy-init="true">

 

 



 

 












 













${hibernate.dialect}
org.hibernate.cfg.ImprovedNamingStrategy
${hibernate.cache.use_second_level_cache}
${hibernate.cache.region.factory_class}
${hibernate.cache.use_query_cache}
${hibernate.jdbc.fetch_size}
${hibernate.jdbc.batch_size}
3
none
org.hibernate.search.store.FSDirectoryProvider
${java.io.tmpdir}/${system.project_name}/index


 

 








system.project_name
${system.project_name}


 










${template.encoding}
${url_escaping_charset}
${locale}
${template.update_delay}
auto_detect
true
true
${template.number_format}
${template.boolean_format}
${template.datetime_format}
${template.date_format}
${template.time_format}
freemarker.ext.beans.BeansWrapper










































${message.common_path}
${message.shop_path}
${message.admin_path}












${mail.smtp.auth}
${mail.smtp.timeout}
${mail.smtp.starttls.enable}








 

 

转载于:https://www.cnblogs.com/lovefendi/p/3754606.html

你可能感兴趣的:(Spring中配置文件applicationContext.xml配置详解)