Spring Boot web's own grooming

Source: Internet
Author: User
1. Project The Main method class is the project that launches the class startup project itself integrated Tomcat

2.Controller Control Layer

Configuration Files Application.yml DataSource and JPA are equivalent to public configuration


Assignment of a class

3.AOP and spring AOP are pretty much the same XML that doesn't need to be configured


4. Unified exception handling unification is the same format

This exception is thrown directly on the controller to call the service is also directly thrown by the above exception capture returned to the client

Custom exceptions Pass enumeration values to facilitate uniform maintenance

Enumeration class Definitions

5. About JPA Integration Hibernate
1. First define an interface studentrepository inherit jparepository<student,integer> The following method is an extension of its own

2. The database operation is studentrepository directly. The method is fine. There is no hierarchical direct write



3. Entity classes are as follows

Spring Boot web's own grooming

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.