Spring配置檔案總結

2021-06-12 16:09:58 字數 1443 閱讀 7238

spring配置檔案總結  

<?xml version="1.0" encoding="utf-8"?>

com.mysql.jdbc.driver

jdbc:mysql://localhost/ssh?characterencoding=utf-8

root

123true

下面是詳解:  

1.基本配置:

<?xml version="1.0" encoding="utf-8"?>

第乙個第二個

第三個第乙個l

第二個l

第三個l

value1

value2

value3

2.開啟aop:

<?xml version="1.0" encoding="utf-8"?>

aop的xml版本<?xml version="1.0" encoding="utf-8"?>

3.開啟事務和註解:

<?xml version="1.0" encoding="utf-8"?>

xml版本:

<?xml version="1.0" encoding="utf-8"?>

4.ssh:

<?xml version="1.0" encoding="utf-8"?>

hibernate.dialect=org.hibernate.dialect.mysql5dialect

hibernate.hbm2ddl.auto=update

hibernate.show_sql=false

hibernate.format_sql=false

hibernate.cache.use_second_level_cache=true

hibernate.cache.use_query_cache=false

hibernate.cache.provider_class=org.hibernate.cache.ehcacheprovider

5.ssh2:

<?xml version="1.0" encoding="utf-8"?>

hibernate.dialect=org.hibernate.dialect.mysql5dialect

hibernate.hbm2ddl.auto=update

hibernate.show_sql=false

hibernate.format_sql=false

hibernate.cache.use_second_level_cache=true

hibernate.cache.use_query_cache=false

hibernate.cache.provider_class=org.hibernate.cache.ehcacheprovider

6.ssj:

<?xml version="1.0" encoding="utf-8"?>

Spring配置檔案總結

首先來看乙個標準的spring配置檔案 com.mysql.jdbc.driver jdbc mysql localhost ssh?characterencoding utf 8 root 123 true 下面是詳解 1.基本配置 第乙個第二個第三個 第乙個l 第二個l 第三個l value1 ...

spring配置檔案

1 配置檔案的簡化 1 屬性的 property name foo value foovalue value property 簡化為 property name foo value foovalue 2 引用bean property name foo ref bean foobean prope...

spring配置檔案

context annotation config 是用於啟用那些已經在spring容器裡註冊過的bean上面的註解,也就是顯示的向spring註冊 autowiredannotationbeanpostprocessor commonannotationbeanpostprocessor pers...