Skip to content

Commit 902d474

Browse files
committed
Rename 3-0-spring-mvc to 3-0-spring-framework
1 parent 20af5be commit 902d474

File tree

16 files changed

+3
-3
lines changed

16 files changed

+3
-3
lines changed

3-0-spring-mvc/3-0-1-hello-spring-mvc/pom.xml renamed to 3-0-spring-framework/3-0-1-hello-spring-mvc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>3-0-spring-mvc</artifactId>
6+
<artifactId>3-0-spring-framework</artifactId>
77
<groupId>com.bobocode</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

3-0-spring-mvc/3-0-1-hello-spring-mvc/src/main/java/com/bobocode/mvc/HelloSpringMvcApp.java renamed to 3-0-spring-framework/3-0-1-hello-spring-mvc/src/main/java/com/bobocode/mvc/HelloSpringMvcApp.java

File renamed without changes.

3-0-spring-mvc/3-0-1-hello-spring-mvc/src/main/java/com/bobocode/mvc/api/NoteRestController.java renamed to 3-0-spring-framework/3-0-1-hello-spring-mvc/src/main/java/com/bobocode/mvc/api/NoteRestController.java

File renamed without changes.

3-0-spring-mvc/3-0-1-hello-spring-mvc/src/main/java/com/bobocode/mvc/controller/NoteController.java renamed to 3-0-spring-framework/3-0-1-hello-spring-mvc/src/main/java/com/bobocode/mvc/controller/NoteController.java

File renamed without changes.

3-0-spring-mvc/3-0-1-hello-spring-mvc/src/main/java/com/bobocode/mvc/data/Notes.java renamed to 3-0-spring-framework/3-0-1-hello-spring-mvc/src/main/java/com/bobocode/mvc/data/Notes.java

File renamed without changes.

3-0-spring-mvc/3-0-1-hello-spring-mvc/src/main/java/com/bobocode/mvc/model/Note.java renamed to 3-0-spring-framework/3-0-1-hello-spring-mvc/src/main/java/com/bobocode/mvc/model/Note.java

File renamed without changes.

3-0-spring-mvc/3-0-1-hello-spring-mvc/src/main/resources/static/css/index.css renamed to 3-0-spring-framework/3-0-1-hello-spring-mvc/src/main/resources/static/css/index.css

File renamed without changes.

3-0-spring-mvc/3-0-1-hello-spring-mvc/src/main/resources/static/css/notes.css renamed to 3-0-spring-framework/3-0-1-hello-spring-mvc/src/main/resources/static/css/notes.css

File renamed without changes.

3-0-spring-mvc/3-0-1-hello-spring-mvc/src/main/resources/static/css/reset.css renamed to 3-0-spring-framework/3-0-1-hello-spring-mvc/src/main/resources/static/css/reset.css

File renamed without changes.

3-0-spring-mvc/3-0-1-hello-spring-mvc/src/main/resources/static/css/style.css renamed to 3-0-spring-framework/3-0-1-hello-spring-mvc/src/main/resources/static/css/style.css

File renamed without changes.

0 commit comments

Comments
 (0)