spring-in-action-6-samples icon indicating copy to clipboard operation
spring-in-action-6-samples copied to clipboard

Sample code from Spring in Action 6 (not yet published)

Results 20 spring-in-action-6-samples issues
Sort by recently updated
recently updated
newest added

Hi, when you use the class /taco-cloud-sfc/src/main/java)/tacos/User.java with a h2 db, this could run into an issue with the h2-Usertable "User" like this: ``` Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Syntax Fehler in...

add jpa:hibernate:ddl-auto=none in application.properties this sql will be executed

Adding the statement to make the id column in the ingredient table the Primary Key of that table.

After introducing IngredientRepository in chapter 3, the ``` filterByType(List, Type type) ``` in DesignController.java should be updated to to take an ```Iterable``` object instead of ```List``` in given in the...

As it is the final code of the chapter 5, has one slight problem that it creates no entry in the `taco_order_tacos` table, and hence the link between the taco_order...

https://github.com/habuma/spring-in-action-6-samples/blob/33acc6497f9a98a3ba8dfe980fd00b87ce0dee5b/ch03/tacos-jdbctemplate/src/main/resources/schema.sql#L30

Some tests are failing in GitHub Actions due to failure to startup Chrome. These same tests pass fine locally. Need to sort this out or skip them when run in...

Hi dear Craig, first of all many thanks for your **so great book on Spring Boot**. I'm really learning from your Book!!! I saw that you corrected the small Issue...

This [documentation](https://angular.cn/api/http/HttpModule) says that @angular/http has been deprecated, as a noobie to forntend, I hope the code for chapter 6 in 5th edition can be updated.