File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 <name >Spring Data JDBC - Basic usage examples</name >
1616 <description >Sample project demonstrating Spring Data JDBC features</description >
1717
18+ <properties >
19+ <spring-data-bom .version>2026.0.0-M2</spring-data-bom .version>
20+ </properties >
21+
1822 <dependencies >
1923 <dependency >
2024 <groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 1515 <name >Spring Data JDBC - Typed Property Path Example</name >
1616 <description >Sample project demonstrating type-safe property paths (TypedPropertyPath) with Sort in Spring Data JDBC</description >
1717
18+ <properties >
19+ <spring-data-bom .version>2026.0.0-M2</spring-data-bom .version>
20+ </properties >
21+
1822</project >
Original file line number Diff line number Diff line change 1111 <artifactId >spring-data-mongodb-example</artifactId >
1212 <name >Spring Data MongoDB - Example</name >
1313
14+ <properties >
15+ <spring-data-bom .version>2026.0.0-M2</spring-data-bom .version>
16+ </properties >
17+
1418 <build >
1519 <plugins >
1620 <plugin >
Original file line number Diff line number Diff line change 1313 <parent >
1414 <groupId >org.springframework.boot</groupId >
1515 <artifactId >spring-boot-starter-parent</artifactId >
16- <version >4.0.1 </version >
16+ <version >4.0.4 </version >
1717 </parent >
1818
1919 <modules >
3939 <jvm .enable-preview></jvm .enable-preview>
4040 <maven .compiler.source>25</maven .compiler.source>
4141 <maven .compiler.target>25</maven .compiler.target>
42+ <!-- Remove after Boot 4.1 upgrade -->
43+ <lettuce .version>7.5.0.RELEASE</lettuce .version>
4244 </properties >
4345
4446 <profiles >
Original file line number Diff line number Diff line change 1616 @RedisListener
1717 </description >
1818
19+ <properties >
20+ <spring-data-bom .version>2026.0.0-M2</spring-data-bom .version>
21+ </properties >
22+
1923 <dependencies >
2024
2125 <dependency >
You can’t perform that action at this time.
0 commit comments