Skip to content

Commit

Permalink
发布 1.0.6 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
qianmoQ authored Jun 27, 2023
2 parents bd65c61 + 7697f21 commit a66d3c6
Show file tree
Hide file tree
Showing 47 changed files with 220 additions and 796 deletions.
2 changes: 1 addition & 1 deletion core/authx-aop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>incubator-authx</artifactId>
<groupId>org.devlive.authx</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/authx-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>incubator-authx</artifactId>
<groupId>org.devlive.authx</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/authx-param/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>incubator-authx</artifactId>
<groupId>org.devlive.authx</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/authx-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.devlive.authx</groupId>
<artifactId>incubator-authx</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/authx-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>incubator-authx</artifactId>
<groupId>org.devlive.authx</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/authx-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.devlive.authx</groupId>
<artifactId>incubator-authx</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/authx-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>incubator-authx</artifactId>
<groupId>org.devlive.authx</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/authx-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AuthX",
"version": "1.6.0-SNAPSHOT",
"version": "1.6.0",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion core/authx-web/src/entity/MenuEntity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export class MenuEntity {
code: string | undefined
id: number | undefined
name: string | undefined
isNew: boolean | undefined
newd: boolean | undefined
selected: boolean | undefined
sorted: number | undefined
tips: string | undefined
Expand Down
9 changes: 9 additions & 0 deletions core/authx-web/src/layouts/basic/components/LayoutAside.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,27 @@
:name="menu.code">
<template #title>
{{ menu.title }}
<Badge v-if="menu.newd"
text="">
</Badge>
</template>
<MenuItem v-for="children in menu.children"
v-bind:key="children.id"
:name="children.code"
:to="children.url">
{{ children.title }}
<Badge v-if="menu.newd"
text="">
</Badge>
</MenuItem>
</Submenu>
<MenuItem v-else
:name="menu.code"
:to="menu.url">
{{ menu.title }}
<Badge v-if="menu.newd"
text="">
</Badge>
</MenuItem>
</div>
</Menu>
Expand Down
15 changes: 15 additions & 0 deletions docs/docs/changelog/1.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: 1.0.0
---

#### 新功能
---

- 菜单管理
- 菜单管理
- 菜单类型管理
- 系统设置
- 权限管理
- 系统接口
- 请求方式
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
org.devlive.authx#### Bug
---
title: 1.0.1
---

#### 问题

---

Expand All @@ -8,9 +12,9 @@ org.devlive.authx#### Bug
- 新建菜单页面选择框与主题不协调
- 页面未进行国际化完整
- 左侧菜单无法进行单菜单跳转问题
- 添加到系统接口中的路径地址无法授权提示this is not active token
- 添加到系统接口中的路径地址无法授权提示 `this is not active token`

#### Feature
#### 新功能

---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
org.devlive.authx#### Bug
---
title: 1.0.2
---

#### 问题

---

Expand All @@ -11,7 +15,7 @@ org.devlive.authx#### Bug
- 新建菜单增加了提示信息,但是没有找到使用位置
- 系统左侧菜单图标无法明确选择

#### Feature
#### 新功能

---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
org.devlive.authx#### Bug
---
title: 1.0.3
---

#### 问题

---

Expand All @@ -8,9 +12,9 @@ org.devlive.authx#### Bug
- 编译出错
- 左侧仪表盘功能无法使用,页面一片空白

#### Feature
#### 新功能

---

- 增加JSON小工具功能
- 增加 JSON 小工具功能
- 新增统计模块,统计仪表盘用户/日志数据
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
org.devlive.authx#### Bug
---
title: 1.0.4
---

#### 问题

---

Expand All @@ -7,7 +11,7 @@ org.devlive.authx#### Bug
- 修改菜单使用递归模式进行封装
- 修复二级菜单未显示图标

#### Feature
#### 新功能

---

Expand Down
11 changes: 11 additions & 0 deletions docs/docs/changelog/1.0.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: 1.0.5
---

#### 新功能

---

- 升级 SpringBoot `1.5x``2.1.x` 版本
- 支持 `MongoDB` 存储引擎
- 替换日志存储为 `MongoDB` 引擎
19 changes: 0 additions & 19 deletions docs/docs/changelog/20190505-1.0.0.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/docs/changelog/20191115-1.0.5.md

This file was deleted.

28 changes: 28 additions & 0 deletions docs/docs/changelog/latest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: 1.0.6 (latest)
---

!!! note

当前版本涉及几个主要更新。

**AuthX `1.0.6` 已发布**

| 发布版本 | 发布时间 |
|:-------:|:------------:|
| `1.0.6` | `2023-06-27` |

#### Core

---

- 重新构建源码目录
- 重构核心部分源码
- 优化部分 `Controller`, `Service`

#### Web

---

- UI 组件替换为 `view-ui-plus`
- 使用 `Vue3` + `TypeScript` 进行重写
35 changes: 35 additions & 0 deletions docs/docs/docs/method/home.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: 请求方式管理
---

!!! note

请求方式主要用于限制我们操作菜单,API 的 HTTP 发送方式。

菜单默认的目录为:`系统管理``请求方式`,点击后页面大概如下:

![img.png](img.png)

在页面中我们可以看到路由列表,其中表格中显示以下字段信息:

- ID
- 名称
- 编码
- 描述
- 激活状态
- 创建时间
- 修改时间
- 操作

### 修改请求方式

如果我们需要修改请求方式只需要点击需要修改数据的行操作栏中的修改按钮。点击后会出现类似如下窗口

![img_1.png](img_1.png)

我们填写完成数据后点击底部的 `保存` 按钮即可将数据修改。

!!! danger

请求方式需要底层支持相关函数才会生效,系统默认启动会加载数据到系统中。

Binary file added docs/docs/docs/method/img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs/docs/method/img_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions docs/docs/docs/role/home.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
title: 路由管理
---

!!! note

路由主要用于控制用户可以使用的菜单,API 等各种权限。

菜单默认的目录为:`系统管理``路由管理`,点击后页面大概如下:

![img.png](img.png)

在页面中我们可以看到路由列表,其中表格中显示以下字段信息:

- ID
- 名称
- 编码
- 描述
- 激活状态
- 创建时间
- 修改时间
- 操作

### 分配菜单

当我们点击分配菜单按钮后会弹出以下窗口:

![img_1.png](img_1.png)

其中在弹出框的顶部会提示我们当前是对于哪个权限进行分配菜单的操作。
默认系统中如果已经分配过后的数据在显示列表中会为选中状态。选中需要重新分配的菜单后点击底部的 `分配菜单` 按钮即可实现菜单的分配。

### 新增|修改路由

如果我们需要新增路由,需要点击页面的右侧 `+` 号按钮,修改的话只需要点击需要修改数据的行操作栏中的第二个按钮。点击后会出现类似如下窗口

![img_2.png](img_2.png)

新增|修改唯一的区别在于,点击修改后,会将当前行的原始数据携带并填充到窗口中。

我们填写完成数据后点击底部的 `保存` 按钮即可将数据增加|修改。

### 删除路由

删除操作是无法回滚的,当我们点击删除操作后,会弹出如下窗口

![img_3.png](img_3.png)

其中我们需要输入红框中提示的编码到输入框中,数据输入无误后,底部的 `删除` 按钮变换为可点击状态,点击后系统会将该路由删除。

!!! danger

删除路由后,与该路由绑定的用户,菜单等相关关联信息都会被删除。
Binary file added docs/docs/docs/role/img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs/docs/role/img_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs/docs/role/img_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs/docs/role/img_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading

0 comments on commit a66d3c6

Please sign in to comment.