Spring Framwork Core Technologies v5.3.36 SNAPSHOT
Annotations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 143 1.12. Java-based Container Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 163 Further Information About How Java-based Configuration Works Internally . . . . . . . . . . . . 165 1.12.5. Composing Java-based Configurations . . . . . . . . . . . . . . . . @Configuration Classes or @Bean Methods. . . . . . . . . . . . . . . . . . . . . . . . . 178 Combining Java and XML Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 485 页 | 6.31 MB | 1 年前3Spring Framwork Web on Reactive Stack v5.3.36 SNAPSHOT
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 160 5.1.2. Java Implementation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . annotations in Java 5 created opportunities (such as annotated REST controllers or unit tests), the addition of lambda expressions in Java 8 created opportunities for functional APIs in Java. This is a boon ReactiveX) that allow declarative composition of asynchronous logic. At the programming-model level, Java 8 enabled Spring WebFlux to offer functional web endpoints alongside annotated controllers. 1.10 码力 | 182 页 | 2.52 MB | 1 年前3Spring Framwork Web on Servlet Stack v5.3.36 SNAPSHOT
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 125 Java Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 192 1.11.13. Advanced Java Config . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . chapter covers Spring WebFlux. For baseline information and compatibility with Servlet container and Java EE version ranges, see the Spring Framework Wiki. 1.1. DispatcherServlet WebFlux Spring MVC, as0 码力 | 259 页 | 3.58 MB | 1 年前3Spring Framwork Testing v5.3.36 SNAPSHOT
injection should make your code less dependent on the container than it would be with traditional Java EE development. The POJOs that make up your application should be testable in JUnit or TestNG tests example, JDBC DataSource instances get bound to the same JNDI names in test code as they do in a Java EE container, you can reuse both application code and configuration in testing scenarios without details. The following example shows a @ContextConfiguration annotation that refers to an XML file: Java @ContextConfiguration("/test-config.xml") ① class XmlApplicationContextTests { // class body0 码力 | 193 页 | 2.53 MB | 1 年前3Spring Framwork Data Access v5.3.36 SNAPSHOT
SimpleJdbcCall. . . . . . . . . . . . . . . . . . . . . . . . . 112 3.7. Modeling JDBC Operations as Java Objects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 114 consistent programming model across different transaction APIs, such as Java Transaction API (JTA), JDBC, Hibernate, and the Java Persistence API (JPA). • Support for declarative transaction management common problems. 1.1. Advantages of the Spring Framework’s Transaction Support Model Traditionally, Java EE developers have had two choices for transaction management: global or local transactions, both0 码力 | 197 页 | 2.76 MB | 1 年前3Spring Boot 3.0.0-M4 Reference Guide
. . . . . . . . . . . . . . . . . . . . . . . . . . 8 4.3.1. Installation Instructions for the Java Developer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 Maven Installation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 420 Java Information. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 589 17.13.4. Reload Java Classes without Restarting the Container . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 832 页 | 14.77 MB | 1 年前3Spring Boot 3.2.9 Reference Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . 8 4.3.1. Installation Instructions for the Java Developer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 Maven Installation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 256 7.14.1. Configuring SSL With Java KeyStore Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 256 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 500 Java Information. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 974 页 | 17.50 MB | 1 年前3Spring Boot 3.2.9-snapshot Reference Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . 8 4.3.1. Installation Instructions for the Java Developer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 Maven Installation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 258 7.14.1. Configuring SSL With Java KeyStore Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 258 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 502 Java Information. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 976 页 | 17.49 MB | 1 年前3Spring Boot 3.2.8-snapshot Reference Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . 8 4.3.1. Installation Instructions for the Java Developer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 Maven Installation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 258 7.14.1. Configuring SSL With Java KeyStore Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 258 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 502 Java Information. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 976 页 | 17.49 MB | 1 年前3Spring Boot 2.7.0-RC1 Reference Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . 8 4.3.1. Installation Instructions for the Java Developer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 Maven Installation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 406 11.8.2. Using a Java EE Managed Transaction Manager. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 441 Java Information. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 866 页 | 15.49 MB | 1 年前3
共 319 条
- 1
- 2
- 3
- 4
- 5
- 6
- 32