File tree Expand file tree Collapse file tree 5 files changed +6
-15
lines changed
Expand file tree Collapse file tree 5 files changed +6
-15
lines changed Original file line number Diff line number Diff line change 1- :spring_version: current
21:spring_data_rest: current
32:spring_data_commons: current
4- :spring_boot_version: 3.0.1
5- :Component: https://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/stereotype/Component.html
6- :Controller: https://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/stereotype/Controller.html
7- :DispatcherServlet: https://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/web/servlet/DispatcherServlet.html
8- :SpringApplication: https://docs.spring.io/spring-boot/docs/{spring_boot_version}/api/org/springframework/boot/SpringApplication.html
9- :ResponseBody: https://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/web/bind/annotation/ResponseBody.html
10- :EnableAutoConfiguration: https://docs.spring.io/spring-boot/docs/{spring_boot_version}/api/org/springframework/boot/autoconfigure/EnableAutoConfiguration.html
113:toc:
124:icons: font
135:source-highlighter: prettify
14- :project_id: gs-accessing-neo4j-data-rest
156
167This guide walks you through the process of creating an application that accesses
178graph-based data through a link:/guides/gs/rest-hateoas[hypermedia-based] RESTful front
Original file line number Diff line number Diff line change 11plugins {
2- id ' org.springframework.boot' version ' 3.1 .0'
3- id ' io.spring.dependency-management' version ' 1.1.0 '
2+ id ' org.springframework.boot' version ' 3.2 .0'
3+ id ' io.spring.dependency-management' version ' 1.1.4 '
44 id ' java'
55}
66
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >3.1 .0</version >
8+ <version >3.2 .0</version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111 <groupId >com.example</groupId >
Original file line number Diff line number Diff line change 11plugins {
2- id ' org.springframework.boot' version ' 3.1 .0'
3- id ' io.spring.dependency-management' version ' 1.1.0 '
2+ id ' org.springframework.boot' version ' 3.2 .0'
3+ id ' io.spring.dependency-management' version ' 1.1.4 '
44 id ' java'
55}
66
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >3.1 .0</version >
8+ <version >3.2 .0</version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111 <groupId >com.example</groupId >
You can’t perform that action at this time.
0 commit comments