Skip to content

Commit bb7803d

Browse files
committed
Spring Boot FreeMarker Vue2
1 parent 5d67f26 commit bb7803d

File tree

6 files changed

+3
-38
lines changed

6 files changed

+3
-38
lines changed

springboot-freemarker-vue3/src/main/java/com/jonssonyan/controller/RouterController.java renamed to springboot-freemarker-vue2/src/main/java/com/jonssonyan/controller/RouterController.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
@Controller
77
public class RouterController {
8-
@GetMapping("/index")
9-
public String index() {
10-
return "index";
8+
@GetMapping("/userList")
9+
public String userList() {
10+
return "userList";
1111
}
1212
}

springboot-freemarker-vue3/src/main/resources/static/css/antd.min.css

Lines changed: 0 additions & 10 deletions
This file was deleted.

springboot-freemarker-vue3/src/main/resources/static/js/antd.min.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

springboot-freemarker-vue3/src/main/resources/static/js/[email protected]

Lines changed: 0 additions & 8 deletions
This file was deleted.

springboot-freemarker-vue3/src/main/resources/templates/base.ftl

Lines changed: 0 additions & 4 deletions
This file was deleted.

springboot-freemarker-vue3/src/main/resources/templates/index.ftl

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)