Recently work too busy, so delayed to everyone to share the actual combat springboot framework use.
The following is the use of spring boot to integrate multiple frameworks.
The first is to prepare for the job well.
The first import framework requires packages that we use for MAVEN to manage the package.
The above example is my h5ds real background management project, this project is in the hospitality financing, you have a lot of people to win the field. Pay attention to the development of software developments, and perhaps later is your life indispensable software yo.
Click the open link. Gossip less. Now cut to the chase.
Second, write the configuration file.
Third, spring data-design a simple PO relationship, here need to download a plug-in, this plugin is provided by Eclipse for the JPA design of the PO Class tool, quite useful. Its name is JPA Diagram Editor.
You can find this plugin on the Eclipse official website and look into it! Click to open link
I am because I have installed the plug-in can not be found, you do not install is to be found.
The use of this software is as follows:
The relationship of PO class can be established here.
This section introduces these first. Technically upload some basic official information to look at first, otherwise it will be difficult to understand the structure and mind.
Spring boot->:http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/
Spring security->http://docs.spring.io/spring-security/site/docs/3.2.4.release/reference/htmlsingle/
Spring datajpa->http://docs.spring.io/spring-data/jpa/docs/1.8.0.release/reference/html/
thymeleaf->http://download.csdn.net/detail/sai739295732/8856491
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Spring boot integrates spring Data jpa+spring security+thymeleaf Framework (top)