Commit Graph

621 Commits (bfdd739eb266106b1d2613c6477eb1bcdc36510c)

Author SHA1 Message Date
qibaoguang 166ebcb3c0 Update 72.2. Reload Thymeleaf templates without restarting the container.md 2015-04-12 13:44:43 +08:00
qibaoguang 09b6449686 Update 72.1. Reload static content.md 2015-04-12 13:44:19 +08:00
qibaoguang 960f248d74 Update 72. Hot swapping.md 2015-04-12 13:44:00 +08:00
qibaoguang 6cc2edd968 Update How-to_ guides.md 2015-04-12 00:27:38 +08:00
qibaoguang 976a8b1acb Update How-to_ guides.md 2015-04-11 00:55:58 +08:00
qibaoguang 0354a92e83 Update 71.3. Enable HTTPS when running behind a proxy server.md 2015-04-10 00:20:12 +08:00
qibaoguang 96cd492ea2 Update 71.2. Change the AuthenticationManager and add user accounts.md 2015-04-10 00:19:27 +08:00
qibaoguang 39fee20f9c Update 71.1. Switch off the Spring Boot security configuration.md 2015-04-10 00:18:50 +08:00
qibaoguang 5c3a9d38e8 Update 71. Security.md 2015-04-10 00:18:10 +08:00
qibaoguang 02ea9cc1d1 Update How-to_ guides.md 2015-04-09 00:44:02 +08:00
qibaoguang db1e5309f5 Update 70.2. Customize the ‘whitelabel’ error page.md 2015-04-08 00:11:51 +08:00
qibaoguang 7cb9e95048 Update 70.1. Change the HTTP port or address of the actuator endpoints.md 2015-04-08 00:11:07 +08:00
qibaoguang f835d8f197 Update 70. Actuator.md 2015-04-08 00:10:25 +08:00
qibaoguang 5724af016b Update 69.1. Execute Spring Batch jobs on startup.md 2015-04-08 00:09:47 +08:00
qibaoguang 2b1d94f15e Update 69. Batch applications.md 2015-04-08 00:09:06 +08:00
qibaoguang c5a062046b Update How-to_ guides.md
2015-04-07 00:12:32 +08:00
qibaoguang 3848df48af Update 68.5.2. Execute Liquibase database migrations on startup.md 2015-04-06 00:17:49 +08:00
qibaoguang dd5e9b4d53 Update 68.5.1. Execute Flyway database migrations on startup.md 2015-04-06 00:17:08 +08:00
qibaoguang 0bbb33c345 Update 68.5. Use a higher level database migration tool.md 2015-04-06 00:16:24 +08:00
qibaoguang b96c540f4a Update 68.4. Initialize a Spring Batch database.md 2015-04-06 00:15:49 +08:00
qibaoguang dab78e8b9a Update 68.3. Initialize a database using Spring JDBC.md 2015-04-06 00:14:57 +08:00
qibaoguang da6610e606 Update 68.2. Initialize a database using Hibernate.md 2015-04-06 00:14:14 +08:00
qibaoguang d720df27db Update 68.1. Initialize a database using JPA.md 2015-04-06 00:13:31 +08:00
qibaoguang 16253672ba Update 68. Database initialization.md 2015-04-06 00:12:42 +08:00
qibaoguang 2fd693153d Update How-to_ guides.md 2015-04-05 18:49:45 +08:00
qibaoguang cb5a2a6eda Update How-to_ guides.md 2015-04-04 00:41:05 +08:00
qibaoguang 5c6abb2024 Update How-to_ guides.md 2015-04-03 00:27:46 +08:00
qibaoguang 047ea01f47 Update and rename 67.10 Expose Spring Data repositories as REST endpoint.md to 67.10. Expose Spring Data repositories as REST endpoint.md 2015-04-02 13:12:56 +08:00
qibaoguang b3fea429fb Create 67.10 Expose Spring Data repositories as REST endpoint.md 2015-04-02 13:12:08 +08:00
qibaoguang c1d02d3cdf Update 67.9. Use Spring Data JPA and Mongo repositories.md 2015-04-02 13:08:13 +08:00
qibaoguang 37c42e2a57 Update 67.8. Use a traditional persistence.xml.md 2015-04-02 13:07:47 +08:00
qibaoguang 2bc98294e7 Update 67.7. Use Two EntityManagers.md 2015-04-02 13:07:23 +08:00
qibaoguang b2035b5aec Update 67.6. Use a custom EntityManagerFactory.md 2015-04-02 13:06:54 +08:00
qibaoguang a6b73553fd Update 67.5. Configure JPA properties.md 2015-04-02 13:06:29 +08:00
qibaoguang b1951f5cf2 Update 67.4. Separate @Entity definitions from Spring configuration.md 2015-04-02 13:05:59 +08:00
qibaoguang f9e414e18f Update 67.3. Use Spring Data repositories.md 2015-04-02 13:05:18 +08:00
qibaoguang 6e4c43d220 Update 67.2. Configure Two DataSources.md 2015-04-02 13:04:54 +08:00
qibaoguang 3ae5de5f05 Update 67.1. Configure a DataSource.md 2015-04-02 13:04:28 +08:00
qibaoguang 4163355c67 Update 67. Data Access.md 2015-04-02 13:03:29 +08:00
qibaoguang 374af87b15 Update How-to_ guides.md 2015-04-02 00:01:38 +08:00
qibaoguang 5547d50a6f Update How-to_ guides.md 2015-04-01 01:05:52 +08:00
qibaoguang 117048b30e Update 66.2.1. Use YAML or JSON to configure Log4j 2.md 2015-04-01 00:12:37 +08:00
qibaoguang dda85532f8 Update 66.2. Configure Log4j for logging.md 2015-04-01 00:11:51 +08:00
qibaoguang 37d4962d24 Update 66.1. Configure Logback for logging.md 2015-04-01 00:11:08 +08:00
qibaoguang 208a332473 Update 66. Logging.md 2015-04-01 00:10:31 +08:00
qibaoguang e54256ebf2 Update 65.8. Customize ViewResolvers.md 2015-04-01 00:08:33 +08:00
qibaoguang 44da61d6b6 Update 65.7. Switch off the Default MVC configuration.md 2015-04-01 00:07:40 +08:00
qibaoguang 7fc4ccd940 Update 65.6. Switch off the Spring MVC DispatcherServlet.md 2015-04-01 00:06:27 +08:00
qibaoguang 89cd12dfdf Update 65.5. Handling Multipart File Uploads.md 2015-04-01 00:05:38 +08:00
qibaoguang 1fcd21ca70 Update 65.4. Customize the @ResponseBody rendering.md 2015-04-01 00:03:25 +08:00