"The Disruptor of JavaEE Development: Spring Boot in Action" Resources and Errata

Thank you for your support for "The Disruptor of JavaEE Development: Spring Boot Practice ", you can buy it at the following address:

 

Jingdong address: http://item.jd.com/11894632.html

Dangdang address: http://product.dangdang.com/23926195.html

Amazon address: http://www.amazon.cn/books/dp/B01D5ZBFUK/ref=zg_bsnr_663834051_6

 

The source code download address of this book: http://www.broadview.com.cn/file/resource/061078061207186156162159222041137008231100137136

 

The download address of the sample chapter of this book is:

http://d.download.csdn.net/download/broadview2006/9482222

 

The following is the errata of " The Subversive of JavaEE Development: Spring Boot Practice ", which is updated year-round. Readers find errors and problems. Thank you for your feedback here. Or go here to see the errors that have been found, and I will report back to the publisher as soon as possible to correct them in the next printing.

 

Section 1.2.1 on page 6: Introduction to Maven

The jar package that the project depends on will not be included in the project -> the jar package that the project depends on will no longer be included in the project

 

2.2.2 Example on page 37 (Spring EL and resource invocation, thanks forever_jenova )
AnnotationConfigApplicationContext context = new AnnotationConfigApplicationContext(ResourceConfig.class);

 
->

  AnnotationConfigApplicationContext context = new AnnotationConfigApplicationContext(ELConfig.class);

 

44 page 2.5.1 finishing touch (custom event, thanks forever_jenova )

Integrate ApplicationEvent -> inherit ApplicationEvent

 

Row 5 of the table on page 48 (thanks to Weibo netizen @huiGe1986)

Time Publisher -> Event Publisher

 

 

124 page 5.1.4: About the Spring Boot version of the book

Spring Boot 1.3.1.M2 milestone version has been released -> Spring Boot 1.3.0.M2 milestone version has been released

Spring Boot 1.3.1.x provides a lot of new features -> Spring Boot 1.3.x provides a lot of new features

 

176 pages of code (thanks to wuxiaozeng2 )

prevent at -> place at

 

8.1 Introducing docker on page 237

(xen、kvm、vmware、virtual) -> (xen、kvm、vmware、virtualbox)

 

268 page 6. Defining the data provider (thanks yhvh )
List<Person> withNameAndAddressNamedQuery(String name,String address);
 
->
Person withNameAndAddressNamedQuery(String name,String address);
 

 

Section 8.4.4 on page 300: Use @Transactional at the class level (thanks to Weibo netizen @不有人)

Then using the annotation at the class level will overload the annotation annotation at the method level -> then using the annotation at the method level to override the annotation at the class level

 

301 page 8.4.5: Transaction support for Spring Data JPA (thanks to java_dsl  )

 The rest of the query operations readOnly is still false  
->
the rest of the query operations readOnly is still true

 

305 pages note 4 (thanks to Sailfishc  )
Data is not rolled back when a specific exception is specified 

 

413 page 10.2.1: jar form (thanks to anh20028 )

 

mvn pakage

 

->

 

mvn package

 

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327018696&siteId=291194637