Spring Framwork Data Access v5.3.36 SNAPSHOTinterface that we want to make transactional package x.y.service; public interface FooService { FluxgetFoo(String fooName); Publisher getFoo(String fooName, String barName); Mono package x.y.service; public class DefaultFooService implements FooService { @Override public Flux getFoo(String fooName) { // ... } @Override public Publisher getFoo(String classes (and optionally your classes' methods) with the @Transactional annotation, and then link (weave) your application with the org.springframework.transaction.aspectj.AnnotationTransactionAspect defined 0 码力 | 197 页 | 2.76 MB | 1 年前3
Spring Framwork Core Technologies v5.3.36 SNAPSHOTthey have bean created by the AspectJ runtime. If you have some @AspectJ aspects that you want to weave with AspectJ (for example, using load- time weaving for domain model types) and other @AspectJ aspects } We also need to create an META-INF/aop.xml file, to inform the AspectJ weaver that we want to weave our ProfilingAspect into our classes. This file convention, namely the presence of a file (or files)0 码力 | 485 页 | 6.31 MB | 1 年前3
Spring Framework 2.5.x Referencethey have bean created by the AspectJ runtime. If you have some @AspectJ aspects that you want to weave with AspectJ (for example, using load-time weaving for domain model types) and other @AspectJ aspects will also need to create an 'META-INF/aop.xml' file, to inform the AspectJ weaver that we want to weave Aspect Oriented Programming with Spring Spring Framework (2.5.6) 164 our ProfilingAspect into our org/aspectj/dtd/aspectj.dtd">0 码力 | 590 页 | 4.31 MB | 1 年前3
Spring Framework 2.5.5 Referencethey have bean created by the AspectJ runtime. If you have some @AspectJ aspects that you want to weave with AspectJ (for example, using load-time weaving for domain model types) and other @AspectJ aspects will also need to create an 'META-INF/aop.xml' file, to inform the AspectJ weaver that we want to weave Aspect Oriented Programming with Spring Spring Framework (2.5.5) 164 our ProfilingAspect into our org/aspectj/dtd/aspectj.dtd">0 码力 | 588 页 | 4.30 MB | 1 年前3
Spring Framework 2.5.4 Referencethey have bean created by the AspectJ runtime. If you have some @AspectJ aspects that you want to weave with AspectJ (for example, using load-time weaving for domain model types) and other @AspectJ aspects will also need to create an 'META-INF/aop.xml' file, to inform the AspectJ weaver that we want to weave our ProfilingAspect into our classes. This file convention, namely the presence of a file (or files) org/aspectj/dtd/aspectj.dtd">0 码力 | 587 页 | 4.30 MB | 1 年前3
Spring Framework 2.5.3 Referencethey have bean created by the AspectJ runtime. If you have some @AspectJ aspects that you want to weave with AspectJ (for example, using load-time weaving for domain model types) and other @AspectJ aspects will also need to create an 'META-INF/aop.xml' file, to inform the AspectJ weaver that we want to weave our ProfilingAspect into our classes. This file convention, namely the presence of a file (or files) org/aspectj/dtd/aspectj.dtd">0 码力 | 587 页 | 4.30 MB | 1 年前3
Spring Framework 2.5.2 Referencethey have bean created by the AspectJ runtime. If you have some @AspectJ aspects that you want to weave with AspectJ (for example, using load-time weaving for domain model types) and other @AspectJ aspects will also need to create an 'META-INF/aop.xml' file, to inform the AspectJ weaver that we want to weave our ProfilingAspect into our classes. This file convention, namely the presence of a file (or files) org/aspectj/dtd/aspectj.dtd">0 码力 | 579 页 | 4.26 MB | 1 年前3
Spring Framework 2.5.1 Referencethey have bean created by the AspectJ runtime. If you have some @AspectJ aspects that you want to weave with AspectJ (for example, using load-time weaving for domain model types) and other @AspectJ aspects will also need to create an 'META-INF/aop.xml' file, to inform the AspectJ weaver that we want to weave our ProfilingAspect into our classes. This file convention, namely the presence of a file (or files) org/aspectj/dtd/aspectj.dtd">0 码力 | 583 页 | 4.27 MB | 1 年前3
Spring Framework 2.5.0 Referencethey have bean created by the AspectJ runtime. If you have some @AspectJ aspects that you want to weave with AspectJ (for example, using load-time weaving for domain model types) and other @AspectJ aspects will also need to create an 'META-INF/aop.xml' file, to inform the AspectJ weaver that we want to weave our ProfilingAspect into our classes. This file convention, namely the presence of a file (or files) org/aspectj/dtd/aspectj.dtd">0 码力 | 575 页 | 4.22 MB | 1 年前3
Spring Framwork Web on Reactive Stack v5.3.36 SNAPSHOTreactive library of choice for Spring WebFlux. It provides the Mono and Flux API types to work on data sequences of 0..1 (Mono) and 0..N (Flux) through a rich set of operators aligned with the ReactiveX vocabulary plain Publisher as input, adapts it to a Reactor type internally, uses that, and returns either a Flux or a Mono as output. So, you can pass any Publisher as input and you can apply operations on the ServerCodecConfigurer bean (see the Web Handler API). To parse multipart data in streaming fashion, you can use the Fluxreturned from an HttpMessageReader instead. For example, in an annotated controller, 0 码力 | 182 页 | 2.52 MB | 1 年前3
共 159 条
- 1
- 2
- 3
- 4
- 5
- 6
- 16













