hibernate annotation(一)
??????? <property name="configLocations">
???????????? <list><value>classpath*:/config/hibernate.cfg.xml</value></list>
??????? </property>
??????? <property name="configurationClass" value="org.hibernate.cfg.AnnotationConfiguration"/>
</bean>