|
69 | 69 | "path": "spring/spring-mvc-rest-apis" |
70 | 70 | }, |
71 | 71 | { |
72 | | - "title": "Spring Transaction Management", |
73 | | - "path": "spring/spring-transaction-management" |
74 | | - }, |
75 | | - { |
76 | | - "title": "Spring Data JPA", |
77 | | - "path": "spring/spring-data-jpa" |
| 72 | + "title": "Spring JDBC and Database Access", |
| 73 | + "path": "spring/spring-jdbc-database-access" |
78 | 74 | }, |
79 | 75 | { |
80 | 76 | "title": "JPA and Hibernate Fundamentals", |
81 | 77 | "path": "spring/jpa-hibernate-fundamentals" |
82 | 78 | }, |
83 | 79 | { |
84 | | - "title": "Spring JDBC and Database Access", |
85 | | - "path": "spring/spring-jdbc-database-access" |
| 80 | + "title": "Spring Data JPA", |
| 81 | + "path": "spring/spring-data-jpa" |
86 | 82 | }, |
87 | 83 | { |
88 | | - "title": "Spring Security", |
89 | | - "path": "spring/spring-security" |
| 84 | + "title": "Spring Transaction Management", |
| 85 | + "path": "spring/spring-transaction-management" |
90 | 86 | }, |
91 | 87 | { |
92 | | - "title": "Observability and Production Operations", |
93 | | - "path": "spring/observability-production-operations" |
| 88 | + "title": "Spring Security", |
| 89 | + "path": "spring/spring-security" |
94 | 90 | }, |
95 | 91 | { |
96 | 92 | "title": "Testing Spring Applications", |
|
99 | 95 | { |
100 | 96 | "title": "Caching, Scheduling, Async Processing, and Events", |
101 | 97 | "path": "spring/caching-scheduling-async-events" |
| 98 | + }, |
| 99 | + { |
| 100 | + "title": "Observability and Production Operations", |
| 101 | + "path": "spring/observability-production-operations" |
102 | 102 | } |
103 | 103 | ] |
104 | 104 | } |
|
0 commit comments