Update "What's new in 3.1" ref docs
This commit is contained in:
parent
153d38f1c8
commit
fae32cea8e
|
@ -124,13 +124,17 @@
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>See
|
<para>See
|
||||||
org.springframework.context.annotation.EnableLoadTimeWeaving
|
org.springframework.transaction.annotation.EnableTransactionManagement
|
||||||
Javadoc</para>
|
Javadoc</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>See
|
<para>See
|
||||||
org.springframework.context.annotation.EnableAspectJAutoProxy
|
org.springframework.cache.annotation.EnableCaching Javadoc</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>See org.springframework.web.servlet.config.annotation.EnableWebMvc
|
||||||
Javadoc</para>
|
Javadoc</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
@ -146,12 +150,19 @@
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>See
|
<para>See
|
||||||
org.springframework.transaction.annotation.EnableTransactionManagement
|
org.springframework.context.annotation.EnableAspectJAutoProxy
|
||||||
Javadoc</para>
|
Javadoc</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>See org.springframework.web.servlet.config.annotation.EnableWebMvc
|
<para>See
|
||||||
|
org.springframework.context.annotation.EnableLoadTimeWeaving
|
||||||
|
Javadoc</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>See
|
||||||
|
org.springframework.beans.factory.aspectj.EnableSpringConfigured
|
||||||
Javadoc</para>
|
Javadoc</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
Loading…
Reference in New Issue