Renaming spring-data-rest-1 to spring-data-rest-2

This commit is contained in:
anuragkumawat 2022-01-20 15:25:18 +05:30
parent 0a7a758979
commit 522f406c11
25 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
The application uses [Spring Boot](http://projects.spring.io/spring-boot/), so it is easy to run. You can start it any of a few ways:
* Run the `main` method from `SpringDataRestApplication`
* Use the Maven Spring Boot plugin: `mvn spring-boot:run`
* Package the application as a JAR and run it using `java -jar intro-spring-data-rest-1.jar`
* Package the application as a JAR and run it using `java -jar intro-spring-data-rest-2.jar`
# Viewing the running application
To view the running application, visit [http://localhost:8080](http://localhost:8080) in your browser

View File

@ -3,9 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-data-rest-1</artifactId>
<artifactId>spring-data-rest-2</artifactId>
<version>1.0</version>
<name>spring-data-rest-1</name>
<name>spring-data-rest-2</name>
<packaging>jar</packaging>
<description>Intro to Spring Data REST</description>