Spring Boot QuickStart (3) - Web & Restful
Spring Boot QuickStart (3) - Web & Restful
Environment: Spring Boot 1.5.4
Spring Boot allows you to quickly create a Web & Restful application. At least before you start using Spring Boot, you need to understand the following usages:
Define routing, define HTTP methods
Get parameters such as Header, GET, POST, path, etc.
Cookie, Sessio ...
Posted by bri4n on Tue, 01 Jan 2019 03:51:08 -0800
[Original] Java Integrated PageOffice Opens Editing word File Online - Spring Boot
Development environment: JDK 1.8, Eclipse, Sping Boot + Thymeleaf framework.
I. Projects to build the Sping Boot + Thymeleaf framework (no more details):
1. Create a new maven project project: demo.
2. Modify the pom.xml configuration and configure the project as a Spring Book project.
3. Configure Thymeleaf: Add Thymeleaf dependencies, and add ...
Posted by joix on Thu, 20 Dec 2018 22:18:05 -0800
From. Net to Java Learning Chapter 6: SpringBoot+mongodb&Thymeleaf & Model Verification
SpringBoot integrates mongodb
MongoDB is a product between relational databases and non-relational databases. It is the most functional and similar to relational databases among non-relational databases.If you haven't used MongoDB, you can read my article first. https://www.cnblogs.com/jiekzou/category/851166.htmlModify pom.xml to add mongodb ...
Posted by elgordo1960 on Sun, 16 Dec 2018 21:24:03 -0800
Sprboot Series 6: @Conditional and Sprboot Autoconfiguration
We know that spring boot auto-configuration function can decide which spring configuration should be used and which should not be used according to different situations. For example:
Is Spring's JdbcTemplate in Classpath? If so, and DataSource also exists, automatically configure a JdbcTemplate Bean
Is Thymeleaf in Classpath? If so, automati ...
Posted by fadedline on Thu, 13 Dec 2018 23:30:06 -0800