spring_reference/IV. Spring Boot features
qibaoguang 0f46229ab0 Update 38. What to read next.md 2015-04-20 00:09:15 +08:00
..
22. SpringApplication.md Update 22. SpringApplication.md 2015-02-08 21:27:03 +08:00
22.1. Customizing the Banner.md Update 22.1. Customizing the Banner.md 2015-02-08 21:25:30 +08:00
22.2. Customizing SpringApplication.md Update 22.2. Customizing SpringApplication.md 2015-02-08 21:28:52 +08:00
22.3. Fluent builder API.md Update 22.3. Fluent builder API.md 2015-02-08 21:30:57 +08:00
22.4. Application events and listeners.md Update 22.4. Application events and listeners.md 2015-02-08 21:33:02 +08:00
22.5. Web environment.md Update 22.5. Web environment.md 2015-02-08 21:36:13 +08:00
22.6. Using the CommandLineRunner.md Update 22.6. Using the CommandLineRunner.md 2015-02-08 21:44:15 +08:00
22.7. Application exit.md Update 22.7. Application exit.md 2015-02-08 21:47:59 +08:00
23. Externalized Configuration.md Update 23. Externalized Configuration.md 2015-02-08 21:50:09 +08:00
23.1. Configuring random values.md Update 23.1. Configuring random values.md 2015-02-08 21:51:56 +08:00
23.2. Accessing command line properties.md Update 23.2. Accessing command line properties.md 2015-02-08 21:54:10 +08:00
23.3. Application property files.md Update 23.3. Application property files.md 2015-02-08 21:56:20 +08:00
23.4. Profile-specific properties.md Update 23.4. Profile-specific properties.md 2015-02-08 21:58:28 +08:00
23.5. Placeholders in properties.md Update 23.5. Placeholders in properties.md 2015-02-08 22:01:39 +08:00
23.6. Using YAML instead of Properties.md Update 23.6. Using YAML instead of Properties.md 2015-02-08 22:03:12 +08:00
23.6.1. Loading YAML.md Update 23.6.1. Loading YAML.md 2015-02-08 22:06:15 +08:00
23.6.2. Exposing YAML as properties in the Spring Environment.md Update 23.6.2. Exposing YAML as properties in the Spring Environment.md 2015-02-08 22:11:45 +08:00
23.6.3. Multi-profile YAML documents.md Update 23.6.3. Multi-profile YAML documents.md 2015-02-08 22:12:45 +08:00
23.6.4. YAML shortcomings.md Update 23.6.4. YAML shortcomings.md 2015-02-08 22:13:40 +08:00
23.7. Typesafe Configuration Properties.md Update 23.7. Typesafe Configuration Properties.md 2015-02-10 23:09:48 +08:00
23.7.1. Third-party configuration.md Update 23.7.1. Third-party configuration.md 2015-02-10 23:11:09 +08:00
23.7.2. Relaxed binding.md Update 23.7.2. Relaxed binding.md 2015-02-10 23:19:14 +08:00
23.7.3. @ConfigurationProperties Validation.md Update 23.7.3. @ConfigurationProperties Validation.md 2015-02-10 23:23:05 +08:00
24. Profiles.md Update 24. Profiles.md 2015-02-10 23:25:55 +08:00
24.1. Adding active profiles.md Update 24.1. Adding active profiles.md 2015-02-10 23:27:22 +08:00
24.2. Programmatically setting profiles.md Update 24.2. Programmatically setting profiles.md 2015-02-10 23:28:26 +08:00
24.3. Profile specific configuration files.md Update 24.3. Profile specific configuration files.md 2015-02-10 23:29:41 +08:00
25. Logging.md Update 25. Logging.md 2015-02-10 23:30:32 +08:00
25.1. Log format.md Update 25.1. Log format.md 2015-02-10 23:32:30 +08:00
25.2. Console output.md Update 25.2. Console output.md 2015-02-10 23:33:58 +08:00
25.3. File output.md Update 25.3. File output.md 2015-02-10 23:35:02 +08:00
25.4. Log Levels.md Update 25.4. Log Levels.md 2015-02-10 23:35:56 +08:00
25.5. Custom log configuration.md Update 25.5. Custom log configuration.md 2015-02-10 23:36:59 +08:00
26. Developing web applications.md Update 26. Developing web applications.md 2015-02-10 23:38:40 +08:00
26.1. The ‘Spring Web MVC framework’.md Update 26.1. The ‘Spring Web MVC framework’.md 2015-02-10 23:39:30 +08:00
26.1.1. Spring MVC auto-configuration.md Update 26.1.1. Spring MVC auto-configuration.md 2015-02-10 23:40:25 +08:00
26.1.2. HttpMessageConverters.md Update 26.1.2. HttpMessageConverters.md 2015-02-10 23:41:27 +08:00
26.1.3. MessageCodesResolver.md Update 26.1.3. MessageCodesResolver.md 2015-02-10 23:42:46 +08:00
26.1.4. Static Content.md Update 26.1.4. Static Content.md 2015-02-10 23:43:44 +08:00
26.1.5. Template engines.md Update 26.1.5. Template engines.md 2015-02-10 23:44:35 +08:00
26.1.6. Error Handling.md Update 26.1.6. Error Handling.md 2015-02-10 23:45:55 +08:00
26.1.7. Spring HATEOAS.md Update 26.1.7. Spring HATEOAS.md 2015-02-10 23:47:11 +08:00
26.2. JAX-RS and Jersey.md Update 26.2. JAX-RS and Jersey.md 2015-02-10 23:48:07 +08:00
26.3. Embedded servlet container support.md Update 26.3. Embedded servlet container support.md 2015-02-10 23:49:45 +08:00
26.3.1. Servlets and Filters.md Update 26.3.1. Servlets and Filters.md 2015-02-10 23:50:39 +08:00
26.3.2. The EmbeddedWebApplicationContext.md Update 26.3.2. The EmbeddedWebApplicationContext.md 2015-02-10 23:52:02 +08:00
26.3.3. Customizing embedded servlet containers.md Update 26.3.3. Customizing embedded servlet containers.md 2015-02-10 23:54:45 +08:00
26.3.4. JSP limitations.md Update 26.3.4. JSP limitations.md 2015-02-10 23:56:39 +08:00
27. Security.md Update 27. Security.md 2015-02-10 23:57:34 +08:00
28. Working with SQL databases.md Update 28. Working with SQL databases.md 2015-02-10 23:58:23 +08:00
28.1. Configure a DataSource.md Update 28.1. Configure a DataSource.md 2015-02-10 23:59:10 +08:00
28.1.1. Embedded Database Support.md Update 28.1.1. Embedded Database Support.md 2015-02-11 00:00:01 +08:00
28.1.2. Connection to a production database.md Update 28.1.2. Connection to a production database.md 2015-02-11 00:01:01 +08:00
28.1.3. Connection to a JNDI DataSource.md Update 28.1.3. Connection to a JNDI DataSource.md 2015-02-11 00:01:49 +08:00
28.2. Using JdbcTemplate.md Update 28.2. Using JdbcTemplate.md 2015-02-11 00:02:24 +08:00
28.3. JPA and ‘Spring Data’.md Update 28.3. JPA and ‘Spring Data’.md 2015-02-12 10:07:10 +08:00
28.3.1. Entity Classes.md Update 28.3.1. Entity Classes.md 2015-02-12 10:19:20 +08:00
28.3.2. Spring Data JPA Repositories.md Update 28.3.2. Spring Data JPA Repositories.md 2015-02-12 10:24:33 +08:00
28.3.3. Creating and dropping JPA databases.md Update 28.3.3. Creating and dropping JPA databases.md 2015-02-12 10:31:51 +08:00
29. Working with NoSQL technologies.md Update 29. Working with NoSQL technologies.md 2015-02-12 23:27:10 +08:00
29.1. Redis.md Update 29.1. Redis.md 2015-02-12 23:28:29 +08:00
29.1.1. Connecting to Redis.md Update 29.1.1. Connecting to Redis.md 2015-02-12 23:30:05 +08:00
29.2. MongoDB.md Update 29.2. MongoDB.md 2015-02-12 23:32:31 +08:00
29.2.1. Connecting to a MongoDB database.md Update 29.2.1. Connecting to a MongoDB database.md 2015-02-12 23:38:09 +08:00
29.2.2. MongoTemplate.md Update 29.2.2. MongoTemplate.md 2015-02-12 23:39:22 +08:00
29.2.3. Spring Data MongoDB repositories.md Update 29.2.3. Spring Data MongoDB repositories.md 2015-02-12 23:40:35 +08:00
29.3. Gemfire.md Update 29.3. Gemfire.md 2015-02-12 23:43:15 +08:00
29.4. Solr.md Update 29.4. Solr.md 2015-02-12 23:46:04 +08:00
29.4.1. Connecting to Solr.md Update 29.4.1. Connecting to Solr.md 2015-02-12 23:47:18 +08:00
29.4.2. Spring Data Solr repositories.md Update 29.4.2. Spring Data Solr repositories.md 2015-02-12 23:49:09 +08:00
29.5. Elasticsearch.md Update 29.5. Elasticsearch.md 2015-02-12 23:51:18 +08:00
29.5.1. Connecting to Elasticsearch.md Update 29.5.1. Connecting to Elasticsearch.md 2015-02-12 23:52:55 +08:00
29.5.2. Spring Data Elasticsearch repositories.md Update 29.5.2. Spring Data Elasticsearch repositories.md 2015-02-12 23:55:14 +08:00
30. Messaging.md Update 30. Messaging.md 2015-02-27 20:37:35 +08:00
30.1. JMS.md Update 30.1. JMS.md 2015-02-27 20:40:32 +08:00
30.1.1. HornetQ support.md Update 30.1.1. HornetQ support.md 2015-02-27 20:47:58 +08:00
30.1.2. ActiveMQ support.md Update 30.1.2. ActiveMQ support.md 2015-02-27 20:49:20 +08:00
30.1.3. Using a JNDI ConnectionFactory.md Update 30.1.3. Using a JNDI ConnectionFactory.md 2015-02-27 20:50:26 +08:00
30.1.4. Sending a message.md Update 30.1.4. Sending a message.md 2015-02-27 20:51:42 +08:00
30.1.5. Receiving a message.md Update 30.1.5. Receiving a message.md 2015-02-27 20:53:05 +08:00
31. Sending email.md Update 31. Sending email.md 2015-02-27 20:54:05 +08:00
32. Distributed Transactions with JTA.md Update 32. Distributed Transactions with JTA.md 2015-02-27 20:57:32 +08:00
32.1. Using an Atomikos transaction manager.md Update 32.1. Using an Atomikos transaction manager.md 2015-02-27 21:06:49 +08:00
32.2. Using a Bitronix transaction manager.md Update 32.2. Using a Bitronix transaction manager.md 2015-02-27 21:08:21 +08:00
32.3. Using a Java EE managed transaction manager.md Update 32.3. Using a Java EE managed transaction manager.md 2015-02-27 21:09:01 +08:00
32.4. Mixing XA and non-XA JMS connections.md Update 32.4. Mixing XA and non-XA JMS connections.md 2015-02-27 21:10:49 +08:00
32.5. Supporting an alternative embedded transaction manager.md Update 32.5. Supporting an alternative embedded transaction manager.md 2015-02-27 21:11:46 +08:00
33. Spring Integration.md Update 33. Spring Integration.md 2015-02-27 21:13:21 +08:00
34. Monitoring and management over JMX.md Update 34. Monitoring and management over JMX.md 2015-02-27 21:14:06 +08:00
35. Testing.md Update 35. Testing.md 2015-02-27 21:15:15 +08:00
35.1. Test scope dependencies.md Update 35.1. Test scope dependencies.md 2015-02-27 21:17:30 +08:00
35.2. Testing Spring applications.md Update 35.2. Testing Spring applications.md 2015-02-27 21:18:37 +08:00
35.3. Testing Spring Boot applications.md Update 35.3. Testing Spring Boot applications.md 2015-02-27 21:20:06 +08:00
35.3.1. Using Spock to test Spring Boot applications.md Update 35.3.1. Using Spock to test Spring Boot applications.md 2015-02-27 21:21:11 +08:00
35.4. Test utilities.md Update 35.4. Test utilities.md 2015-02-27 21:22:38 +08:00
35.4.1. ConfigFileApplicationContextInitializer.md Update 35.4.1. ConfigFileApplicationContextInitializer.md 2015-02-27 21:24:48 +08:00
35.4.2. EnvironmentTestUtils.md Update 35.4.2. EnvironmentTestUtils.md 2015-02-27 21:25:40 +08:00
35.4.3. OutputCapture.md Update 35.4.3. OutputCapture.md 2015-02-27 21:26:35 +08:00
35.4.4. TestRestTemplate.md Update 35.4.4. TestRestTemplate.md 2015-02-27 21:27:36 +08:00
36. Developing auto-configuration and using conditions.md Update 36. Developing auto-configuration and using conditions.md 2015-02-27 21:28:24 +08:00
36.1. Understanding auto-configured beans.md Update 36.1. Understanding auto-configured beans.md 2015-02-27 21:29:24 +08:00
36.2. Locating auto-configuration candidates.md Update 36.2. Locating auto-configuration candidates.md 2015-02-27 21:30:08 +08:00
36.3. Condition annotations.md Update 36.3. Condition annotations.md 2015-02-27 21:31:08 +08:00
36.3.1. Class conditions.md Update 36.3.1. Class conditions.md 2015-02-27 21:32:04 +08:00
36.3.2. Bean conditions.md Update 36.3.2. Bean conditions.md 2015-02-27 21:32:52 +08:00
36.3.3. Property conditions.md Update 36.3.3. Property conditions.md 2015-02-27 21:34:08 +08:00
36.3.4. Resource conditions.md Update 36.3.4. Resource conditions.md 2015-02-27 21:35:04 +08:00
36.3.5. Web Application Conditions.md Update 36.3.5. Web Application Conditions.md 2015-02-27 21:35:46 +08:00
36.3.6. SpEL expression conditions.md Update 36.3.6. SpEL expression conditions.md 2015-02-27 21:36:28 +08:00
37. WebSockets.md Update 37. WebSockets.md 2015-02-27 21:37:15 +08:00
38. What to read next.md Update 38. What to read next.md 2015-04-20 00:09:15 +08:00