spring_reference/IV. Spring Boot features
qibaoguang 81074a2205 Create README.md 2015-04-24 13:17:28 +08:00
..
22. SpringApplication.md
22.1. Customizing the Banner.md
22.2. Customizing SpringApplication.md
22.3. Fluent builder API.md
22.4. Application events and listeners.md
22.5. Web environment.md
22.6. Using the CommandLineRunner.md
22.7. Application exit.md
23. Externalized Configuration.md
23.1. Configuring random values.md
23.2. Accessing command line properties.md
23.3. Application property files.md
23.4. Profile-specific properties.md
23.5. Placeholders in properties.md
23.6. Using YAML instead of Properties.md
23.6.1. Loading YAML.md
23.6.2. Exposing YAML as properties in the Spring Environment.md
23.6.3. Multi-profile YAML documents.md
23.6.4. YAML shortcomings.md
23.7. Typesafe Configuration Properties.md
23.7.1. Third-party configuration.md
23.7.2. Relaxed binding.md
23.7.3. @ConfigurationProperties Validation.md
24. Profiles.md
24.1. Adding active profiles.md
24.2. Programmatically setting profiles.md
24.3. Profile specific configuration files.md
25. Logging.md
25.1. Log format.md
25.2. Console output.md
25.3. File output.md
25.4. Log Levels.md
25.5. Custom log configuration.md
26. Developing web applications.md
26.1. The ‘Spring Web MVC framework’.md
26.1.1. Spring MVC auto-configuration.md
26.1.2. HttpMessageConverters.md
26.1.3. MessageCodesResolver.md
26.1.4. Static Content.md
26.1.5. Template engines.md
26.1.6. Error Handling.md
26.1.7. Spring HATEOAS.md
26.2. JAX-RS and Jersey.md
26.3. Embedded servlet container support.md
26.3.1. Servlets and Filters.md
26.3.2. The EmbeddedWebApplicationContext.md
26.3.3. Customizing embedded servlet containers.md
26.3.4. JSP limitations.md
27. Security.md
28. Working with SQL databases.md
28.1. Configure a DataSource.md
28.1.1. Embedded Database Support.md
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
README.md Create README.md 2015-04-24 13:17:28 +08:00

README.md

Spring Boot特性