spring_reference/IX. ‘How-to’ guides
qibaoguang 8d4d9a32d0 初始化目录结构 2015-02-08 11:41:36 +08:00
..
62. Spring Boot application.md 初始化目录结构 2015-02-08 11:41:36 +08:00
62.1. Troubleshoot auto-configuration.md 初始化目录结构 2015-02-08 11:41:36 +08:00
62.2. Customize the Environment or ApplicationContext before it starts.md 初始化目录结构 2015-02-08 11:41:36 +08:00
62.3. Build an ApplicationContext hierarchy (adding a parent or root context).md 初始化目录结构 2015-02-08 11:41:36 +08:00
62.4. Create a non-web application.md 初始化目录结构 2015-02-08 11:41:36 +08:00
63. Properties & configuration.md 初始化目录结构 2015-02-08 11:41:36 +08:00
63.1. Externalize the configuration of SpringApplication.md 初始化目录结构 2015-02-08 11:41:36 +08:00
63.2. Change the location of external properties of an application.md 初始化目录结构 2015-02-08 11:41:36 +08:00
63.3. Use ‘short’ command line arguments.md 初始化目录结构 2015-02-08 11:41:36 +08:00
63.4. Use YAML for external properties.md 初始化目录结构 2015-02-08 11:41:36 +08:00
63.5. Set the active Spring profiles.md 初始化目录结构 2015-02-08 11:41:36 +08:00
63.6. Change configuration depending on the environment.md 初始化目录结构 2015-02-08 11:41:36 +08:00
63.7. Discover built-in options for external properties.md 初始化目录结构 2015-02-08 11:41:36 +08:00
64. Embedded servlet containers.md 初始化目录结构 2015-02-08 11:41:36 +08:00
64.1. Add a Servlet, Filter or ServletContextListener to an application.md 初始化目录结构 2015-02-08 11:41:36 +08:00
64.2. Change the HTTP port.md 初始化目录结构 2015-02-08 11:41:36 +08:00
64.3. Use a random unassigned HTTP port.md 初始化目录结构 2015-02-08 11:41:36 +08:00
64.4. Discover the HTTP port at runtime.md 初始化目录结构 2015-02-08 11:41:36 +08:00
64.5. Configure SSL.md 初始化目录结构 2015-02-08 11:41:36 +08:00
64.6. Configure Tomcat.md 初始化目录结构 2015-02-08 11:41:36 +08:00
64.7. Enable Multiple Connectors with Tomcat.md 初始化目录结构 2015-02-08 11:41:36 +08:00
64.8. Use Tomcat behind a front-end proxy server.md 初始化目录结构 2015-02-08 11:41:36 +08:00
64.9. Use Jetty instead of Tomcat.md 初始化目录结构 2015-02-08 11:41:36 +08:00
64.10. Configure Jetty.md 初始化目录结构 2015-02-08 11:41:36 +08:00
64.11. Use Undertow instead of Tomcat.md 初始化目录结构 2015-02-08 11:41:36 +08:00
64.12. Configure Undertow.md 初始化目录结构 2015-02-08 11:41:36 +08:00
64.13. Enable Multiple Listeners with Undertow.md 初始化目录结构 2015-02-08 11:41:36 +08:00
64.14. Use Tomcat 7.md 初始化目录结构 2015-02-08 11:41:36 +08:00
64.14.1. Use Tomcat 7 with Maven.md 初始化目录结构 2015-02-08 11:41:36 +08:00
64.14.2. Use Tomcat 7 with Gradle.md 初始化目录结构 2015-02-08 11:41:36 +08:00
64.15. Use Jetty 8.md 初始化目录结构 2015-02-08 11:41:36 +08:00
64.15.1. Use Jetty 8 with Maven.md 初始化目录结构 2015-02-08 11:41:36 +08:00
64.15.2. Use Jetty 8 with Gradle.md 初始化目录结构 2015-02-08 11:41:36 +08:00
64.16. Create WebSocket endpoints using @ServerEndpoint.md 初始化目录结构 2015-02-08 11:41:36 +08:00
64.17. Enable HTTP response compression.md 初始化目录结构 2015-02-08 11:41:36 +08:00
64.17.1. Enable Tomcat’s HTTP response compression.md 初始化目录结构 2015-02-08 11:41:36 +08:00
64.17.2. Enable HTTP response compression using GzipFilter.md 初始化目录结构 2015-02-08 11:41:36 +08:00
65. Spring MVC.md 初始化目录结构 2015-02-08 11:41:36 +08:00
65.1. Write a JSON REST service.md 初始化目录结构 2015-02-08 11:41:36 +08:00
65.2. Write an XML REST service.md 初始化目录结构 2015-02-08 11:41:36 +08:00
65.3. Customize the Jackson ObjectMapper.md 初始化目录结构 2015-02-08 11:41:36 +08:00
65.4. Customize the @ResponseBody rendering.md 初始化目录结构 2015-02-08 11:41:36 +08:00
65.5. Handling Multipart File Uploads.md 初始化目录结构 2015-02-08 11:41:36 +08:00
65.6. Switch off the Spring MVC DispatcherServlet.md 初始化目录结构 2015-02-08 11:41:36 +08:00
65.7. Switch off the Default MVC configuration.md 初始化目录结构 2015-02-08 11:41:36 +08:00
65.8. Customize ViewResolvers.md 初始化目录结构 2015-02-08 11:41:36 +08:00
66. Logging.md 初始化目录结构 2015-02-08 11:41:36 +08:00
66.1. Configure Logback for logging.md 初始化目录结构 2015-02-08 11:41:36 +08:00
66.2. Configure Log4j for logging.md 初始化目录结构 2015-02-08 11:41:36 +08:00
66.2.1. Use YAML or JSON to configure Log4j 2.md 初始化目录结构 2015-02-08 11:41:36 +08:00
67. Data Access.md 初始化目录结构 2015-02-08 11:41:36 +08:00
67.1. Configure a DataSource.md 初始化目录结构 2015-02-08 11:41:36 +08:00
67.2. Configure Two DataSources.md 初始化目录结构 2015-02-08 11:41:36 +08:00
67.3. Use Spring Data repositories.md 初始化目录结构 2015-02-08 11:41:36 +08:00
67.4. Separate @Entity definitions from Spring configuration.md 初始化目录结构 2015-02-08 11:41:36 +08:00
67.5. Configure JPA properties.md 初始化目录结构 2015-02-08 11:41:36 +08:00
67.6. Use a custom EntityManagerFactory.md 初始化目录结构 2015-02-08 11:41:36 +08:00
67.7. Use Two EntityManagers.md 初始化目录结构 2015-02-08 11:41:36 +08:00
67.8. Use a traditional persistence.xml.md 初始化目录结构 2015-02-08 11:41:36 +08:00
67.9. Use Spring Data JPA and Mongo repositories.md 初始化目录结构 2015-02-08 11:41:36 +08:00
68. Database initialization.md 初始化目录结构 2015-02-08 11:41:36 +08:00
68.1. Initialize a database using JPA.md 初始化目录结构 2015-02-08 11:41:36 +08:00
68.2. Initialize a database using Hibernate.md 初始化目录结构 2015-02-08 11:41:36 +08:00
68.3. Initialize a database using Spring JDBC.md 初始化目录结构 2015-02-08 11:41:36 +08:00
68.4. Initialize a Spring Batch database.md 初始化目录结构 2015-02-08 11:41:36 +08:00
68.5. Use a higher level database migration tool.md 初始化目录结构 2015-02-08 11:41:36 +08:00
68.5.1. Execute Flyway database migrations on startup.md 初始化目录结构 2015-02-08 11:41:36 +08:00
68.5.2. Execute Liquibase database migrations on startup.md 初始化目录结构 2015-02-08 11:41:36 +08:00
69. Batch applications.md 初始化目录结构 2015-02-08 11:41:36 +08:00
69.1. Execute Spring Batch jobs on startup.md 初始化目录结构 2015-02-08 11:41:36 +08:00
70. Actuator.md 初始化目录结构 2015-02-08 11:41:36 +08:00
70.1. Change the HTTP port or address of the actuator endpoints.md 初始化目录结构 2015-02-08 11:41:36 +08:00
70.2. Customize the ‘whitelabel’ error page.md 初始化目录结构 2015-02-08 11:41:36 +08:00
71. Security.md 初始化目录结构 2015-02-08 11:41:36 +08:00
71.1. Switch off the Spring Boot security configuration.md 初始化目录结构 2015-02-08 11:41:36 +08:00
71.2. Change the AuthenticationManager and add user accounts.md 初始化目录结构 2015-02-08 11:41:36 +08:00
71.3. Enable HTTPS when running behind a proxy server.md 初始化目录结构 2015-02-08 11:41:36 +08:00
72. Hot swapping.md 初始化目录结构 2015-02-08 11:41:36 +08:00
72.1. Reload static content.md 初始化目录结构 2015-02-08 11:41:36 +08:00
72.2. Reload Thymeleaf templates without restarting the container.md 初始化目录结构 2015-02-08 11:41:36 +08:00
72.3. Reload FreeMarker templates without restarting the container.md 初始化目录结构 2015-02-08 11:41:36 +08:00
72.4. Reload Groovy templates without restarting the container.md 初始化目录结构 2015-02-08 11:41:36 +08:00
72.5. Reload Velocity templates without restarting the container.md 初始化目录结构 2015-02-08 11:41:36 +08:00
72.6. Reload Java classes without restarting the container.md 初始化目录结构 2015-02-08 11:41:36 +08:00
72.6.1. Configuring Spring Loaded for use with Maven.md 初始化目录结构 2015-02-08 11:41:36 +08:00
72.6.2. Configuring Spring Loaded for use with Gradle and IntelliJ.md 初始化目录结构 2015-02-08 11:41:36 +08:00
73. Build.md 初始化目录结构 2015-02-08 11:41:36 +08:00
73.1. Customize dependency versions with Maven.md 初始化目录结构 2015-02-08 11:41:36 +08:00
73.2. Create an executable JAR with Maven.md 初始化目录结构 2015-02-08 11:41:36 +08:00
73.3. Create an additional executable JAR.md 初始化目录结构 2015-02-08 11:41:36 +08:00
73.4. Extract specific libraries when an executable jar runs.md 初始化目录结构 2015-02-08 11:41:36 +08:00
73.5. Create a non-executable JAR with exclusions.md 初始化目录结构 2015-02-08 11:41:36 +08:00
73.6. Remote debug a Spring Boot application started with Maven.md 初始化目录结构 2015-02-08 11:41:36 +08:00
73.8. Build an executable archive with Ant.md 初始化目录结构 2015-02-08 11:41:36 +08:00
73.9. How to use Java 6.md 初始化目录结构 2015-02-08 11:41:36 +08:00
73.9.1. Embedded servlet container compatibility.md 初始化目录结构 2015-02-08 11:41:36 +08:00
73.9.2. JTA API compatibility.md 初始化目录结构 2015-02-08 11:41:36 +08:00
74. Traditional deployment.md 初始化目录结构 2015-02-08 11:41:36 +08:00
74.1. Create a deployable war file.md 初始化目录结构 2015-02-08 11:41:36 +08:00
74.2. Create a deployable war file for older servlet containers.md 初始化目录结构 2015-02-08 11:41:36 +08:00
74.3. Convert an existing application to Spring Boot.md 初始化目录结构 2015-02-08 11:41:36 +08:00
74.4. Deploying a WAR to Weblogic.md 初始化目录结构 2015-02-08 11:41:36 +08:00
74.5. Deploying a WAR in an Old (Servlet 2.5) Container.md 初始化目录结构 2015-02-08 11:41:36 +08:00