81 | 名称 82 | | 83 |84 | code 85 | | 86 |87 | URL 88 | | 89 |90 | 请求method 91 | | 92 |93 | 描述 94 | | 95 |
---|
28 | 记录了后端框架主要搭建过程 29 | https://blog.csdn.net/u014203449/article/details/79330811 30 |
31 |32 | 查看更多 » 33 |
34 |28 | 前后端分离,加入swagger,restful风格,后端采用 shiro、springboot、mybatis、redis, 29 | 前端采用bootstrap,jquery,本人前端水平有限,将就看吧 30 |
31 |32 | 查看更多 » 33 |
34 |106 | 序号 107 | | 108 |109 | 角色名称 110 | | 111 |112 | 角色类型 113 | | 114 |115 | 角色描述 116 | | 117 |118 | 操作 119 | | 120 |
---|
新增角色 | |
48 | 角色名称: 49 | | 50 |51 | 52 | | 53 |
56 | 角色code: 57 | | 58 |59 | 60 | | 61 |
64 | 序号: 65 | | 66 |67 | 68 | | 69 |
72 | 角色类型: 73 | | 74 |75 | 76 | | 77 |
80 | 描述: 81 | | 82 |83 | 84 | | 85 |
88 | 89 | | 90 |
修改角色 | |
68 | 角色名称: 69 | | 70 |71 | 72 | | 73 |
76 | 角色code: 77 | | 78 |79 | 80 | | 81 |
84 | 序号: 85 | | 86 |87 | 88 | | 89 |
92 | 角色类型: 93 | | 94 |95 | 96 | | 97 |
100 | 描述: 101 | | 102 |103 | 104 | | 105 |
108 | 109 | | 110 |
请填写注册用户信息 | |
83 | 用户登陆名: 84 | | 85 |86 | 87 | | 88 |
91 | 用户真实姓名: 92 | | 93 |94 | 95 | | 96 |
99 | 密码: 100 | | 101 |102 | 103 | | 104 |
107 | 108 | | 109 |
修改用户信息 | |
64 | | 65 |66 | 67 | | 68 |
71 | 用户真实姓名: 72 | | 73 |74 | 75 | | 76 |
79 | 密码: 80 | | 81 |82 | 83 | | 84 |
87 | 88 | | 89 |
3333
17 | 百度 18 | 当前项目下能直接访问的静态页面 19 | 访问后端首页 20 | how are you 21 | 22 | 23 | 24 | 25 |NAME | 28 |AGE | 29 |SORT | 30 |
---|---|---|
Onions | 33 |2.41 | 34 |yes | 35 |
Welcome to our grocery store!
45 | yes 46 | 47 | -------------------------------------------------------------------------------- /focus/src/main/resources/templates/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |id是多少
10 | 11 | -------------------------------------------------------------------------------- /focus/src/test/java/com/melo/focus/FocusApplicationTests.java: -------------------------------------------------------------------------------- 1 | package com.melo.focus; 2 | 3 | import org.junit.Test; 4 | import org.junit.runner.RunWith; 5 | import org.springframework.boot.test.context.SpringBootTest; 6 | import org.springframework.test.context.junit4.SpringRunner; 7 | 8 | @RunWith(SpringRunner.class) 9 | @SpringBootTest 10 | public class FocusApplicationTests { 11 | 12 | @Test 13 | public void contextLoads() { 14 | } 15 | 16 | } 17 | -------------------------------------------------------------------------------- /img/auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeloFocus/focus/a09cf4ffa10574d0404f603790d54ec94ea45edf/img/auth.png -------------------------------------------------------------------------------- /img/authority.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeloFocus/focus/a09cf4ffa10574d0404f603790d54ec94ea45edf/img/authority.png -------------------------------------------------------------------------------- /img/resource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeloFocus/focus/a09cf4ffa10574d0404f603790d54ec94ea45edf/img/resource.png -------------------------------------------------------------------------------- /img/role.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeloFocus/focus/a09cf4ffa10574d0404f603790d54ec94ea45edf/img/role.png -------------------------------------------------------------------------------- /img/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeloFocus/focus/a09cf4ffa10574d0404f603790d54ec94ea45edf/img/user.png --------------------------------------------------------------------------------