Skip to content

Commit

Permalink
!148 v3.1.3.4
Browse files Browse the repository at this point in the history
Merge pull request !148 from 码匠君/develop
  • Loading branch information
herodotus-ecosystem authored and gitee-org committed Sep 7, 2023
2 parents 071bdb4 + 1ca7123 commit d1068ec
Show file tree
Hide file tree
Showing 34 changed files with 73 additions and 68 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<a href="https://nacos.io/zh-cn/index.html" target="_blank"><img src="https://img.shields.io/badge/Nacos-2.2.4-brightgreen.svg?logo=alibabadotcom" alt="Nacos 2.2.4"></a>
</p>
<p align="center">
<a href="#" target="_blank"><img src="https://img.shields.io/badge/Version-3.1.3.3-red.svg?logo=spring" alt="Version 3.1.3.3"></a>
<a href="https://gitee.com/herodotus/dante-engine" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.1.3.3-red.svg?logo=spring" alt="Dante Engine 3.1.3.3"></a>
<a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.1.3.3-red.svg?logo=spring" alt="Dante OSS 3.1.3.3"></a>
<a href="#" target="_blank"><img src="https://img.shields.io/badge/Version-3.1.3.4-red.svg?logo=spring" alt="Version 3.1.3.4"></a>
<a href="https://gitee.com/herodotus/dante-engine" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.1.3.4-red.svg?logo=spring" alt="Dante Engine 3.1.3.4"></a>
<a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.1.3.4-red.svg?logo=spring" alt="Dante OSS 3.1.3.4"></a>
<a href="https://bell-sw.com/pages/downloads/#downloads" target="_blank"><img src="https://img.shields.io/badge/JDK-17%2B-green.svg?logo=openjdk" alt="Java 17"></a>
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-Apache--2.0-blue.svg?logo=apache" alt="License Apache 2.0"></a>
<a href="https://www.herodotus.cn"><img src="https://visitor-badge.laobi.icu/badge?page_id=dante-cloud&title=Total%20Visits" alt="Total Visits"></a>
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion configurations/docker/docker-compose/linux/herodotus/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=3.1.3.3
VERSION=3.1.3.4
GATEWAY_SERVICE_NAME=dante-cloud-gateway
GATEWAY_SERVICE_PORT=8847
UAA_SERVICE_NAME=dante-cloud-uaa
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
minio:
image: quay.io/minio/minio:RELEASE.2023-08-31T15-31-16Z
image: quay.io/minio/minio:RELEASE.2023-09-04T19-57-37Z
container_name: minio
hostname: minio
ports:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=3.1.3.3
VERSION=3.1.3.4
GATEWAY_SERVICE_NAME=dante-cloud-gateway
GATEWAY_SERVICE_PORT=8847
UAA_SERVICE_NAME=dante-cloud-uaa
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
minio:
image: quay.io/minio/minio:RELEASE.2023-08-31T15-31-16Z
image: quay.io/minio/minio:RELEASE.2023-09-04T19-57-37Z
container_name: minio
hostname: minio
ports:
Expand Down
4 changes: 2 additions & 2 deletions dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
<parent>
<groupId>cn.herodotus.engine</groupId>
<artifactId>dependencies</artifactId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
<relativePath/>
</parent>

<groupId>cn.herodotus.dante</groupId>
<artifactId>dependencies</artifactId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
<packaging>pom</packaging>

<name>dante-cloud-dependencies</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/dante-module-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>modules</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
</parent>

<artifactId>dante-module-common</artifactId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions modules/dante-module-metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>modules</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
</parent>

<artifactId>dante-module-metadata</artifactId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* <p>Description: SysAttribute 转 SecurityAttribute 转换器</p>
*
* @author : gengwei.zheng
* @date : 3.1.3.3
* @date : 3.1.3.4
*/
public class SysAttributeToSecurityAttributeConverter implements Converter<SysAttribute, SecurityAttribute> {
@Override
Expand Down
4 changes: 2 additions & 2 deletions modules/dante-module-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>modules</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
</parent>

<artifactId>dante-module-security</artifactId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions modules/dante-module-social/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>modules</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
</parent>

<artifactId>dante-module-social</artifactId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions modules/dante-module-strategy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>modules</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
</parent>

<artifactId>dante-module-strategy</artifactId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>dante-cloud</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
</parent>

<artifactId>modules</artifactId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
<packaging>pom</packaging>

<name>dante-cloud-modules</name>
Expand Down
4 changes: 2 additions & 2 deletions packages/authentication-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>packages</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
</parent>

<artifactId>authentication-spring-boot-starter</artifactId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion packages/facility-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<artifactId>packages</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions packages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>dante-cloud</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
</parent>

<artifactId>packages</artifactId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
<packaging>pom</packaging>

<name>dante-cloud-packages</name>
Expand Down
4 changes: 2 additions & 2 deletions packages/service-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>packages</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
</parent>

<artifactId>service-spring-boot-starter</artifactId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions platform/dante-cloud-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>platform</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
</parent>

<artifactId>dante-cloud-gateway</artifactId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions platform/dante-cloud-message/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
<parent>
<groupId>cn.herodotus.dante</groupId>
<artifactId>platform</artifactId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
</parent>

<artifactId>dante-cloud-message</artifactId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ logging:
com.alibaba.nacos.common.remote.client: error
com.ulisesbocchio: error
# 开发、调试需要的日志
cn.dante: debug
cn.herodotus: debug
org.springframework.security: info
org.springframework.web: debug
com.alicp.jetcache: debug
Expand Down
4 changes: 2 additions & 2 deletions platform/dante-cloud-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
<parent>
<artifactId>platform</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
</parent>

<artifactId>dante-cloud-monitor</artifactId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
<name>dante-cloud-monitor</name>
<description>dante-cloud-monitor</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions platform/dante-cloud-uaa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>platform</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
</parent>

<artifactId>dante-cloud-uaa</artifactId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions platform/dante-cloud-upms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
<parent>
<artifactId>platform</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>dante-cloud-upms</artifactId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion platform/dante-cloud-upms/src/main/resources/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ logging:
com.alibaba.nacos.common.remote.client: error
com.ulisesbocchio: error
# 开发、调试需要的日志
cn.dante: debug
cn.herodotus: debug
org.springframework.security: info
org.springframework.web: debug
com.alicp.jetcache: debug
Expand Down
2 changes: 1 addition & 1 deletion platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<artifactId>dante-cloud</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
</parent>

<artifactId>platform</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
<parent>
<groupId>cn.herodotus.dante</groupId>
<artifactId>dependencies</artifactId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
<relativePath>dependencies/pom.xml</relativePath>
</parent>

<artifactId>dante-cloud</artifactId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
<packaging>pom</packaging>

<name>dante-cloud</name>
Expand Down
4 changes: 2 additions & 2 deletions services/dante-cloud-bpmn-ability/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
<parent>
<artifactId>services</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
</parent>

<artifactId>dante-cloud-bpmn-ability</artifactId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>

<name>dante-cloud-bpmn-ability</name>
<description>基于Camunda工作流的服务</description>
Expand Down
4 changes: 2 additions & 2 deletions services/dante-cloud-bpmn-logic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<artifactId>services</artifactId>
<groupId>cn.herodotus.dante</groupId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
</parent>

<artifactId>dante-cloud-bpmn-logic</artifactId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions services/dante-cloud-oss-ability/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
<parent>
<groupId>cn.herodotus.dante</groupId>
<artifactId>services</artifactId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
</parent>

<artifactId>dante-cloud-oss-ability</artifactId>
<version>3.1.3.3</version>
<version>3.1.3.4</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ logging:
com.alibaba.nacos.common.remote.client: error
com.ulisesbocchio: error
# 开发、调试需要的日志
cn.dante: debug
cn.herodotus: debug
org.springframework.security: info
org.springframework.web: debug
com.alicp.jetcache: debug
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,16 @@ INSERT INTO `oauth2_registered_client` (`id`, `authorization_grant_types`, `clie
-- ----------------------------
-- Table data for oauth2_scope
-- ----------------------------
INSERT INTO `oauth2_scope` (`scope_id`, `create_time`, `ranking`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `scope_code`, `scope_name`, `create_by`, `update_by`) VALUES ('bd344a2e-47d6-4b45-b77f-50ca8623f09f', '2022-03-24 11:58:19.517', 1, '2022-03-24 11:58:19.517', NULL, b'1', 0, 0, 'openid', 'OIDC OpenId', NULL, NULL);
INSERT INTO `oauth2_scope` (`scope_id`, `create_time`, `ranking`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `scope_code`, `scope_name`, `create_by`, `update_by`) VALUES ('725e5456-25fa-4d47-a8fc-eaff5770200e', '2022-11-26 16:46:04.778', 0, '2022-11-26 16:46:04', '客户端创建', b'1', 0, 0, 'client.create', 'OIDC Client Registration', NULL, NULL);
INSERT INTO `oauth2_scope` (`scope_id`, `create_time`, `ranking`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `scope_code`, `scope_name`, `create_by`, `update_by`) VALUES ('3b959f84-67ca-434c-907f-db1ab5456ffe', '2022-11-26 22:10:11.867', 0, '2022-11-26 22:10:11.867', '客户端信息读取', b'1', 0, 0, 'client.read', 'OIDC Client Read', NULL, NULL);
INSERT INTO `oauth2_scope` (`scope_id`, `create_time`, `ranking`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `scope_code`, `scope_name`, `create_by`, `update_by`) VALUES ('63dcc6d1-462e-4e7a-b9c1-70d15a747e63', '2023-05-03 18:17:55.213', 2, '2023-05-03 18:18:21.998', '获取用户资料', b'1', 0, 0, 'profile', '用户资料', 'system', 'system');
INSERT INTO `oauth2_scope` (`scope_id`, `create_time`, `ranking`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `scope_code`, `scope_name`, `create_by`, `update_by`) VALUES ('a9c5c99a-dd59-4d77-b36d-740979f33719', '2023-05-03 18:19:45.367', 5, '2023-05-03 18:19:45.367', '写入测试消息', b'1', 0, 0, 'message.write', '写入测试消息', 'system', 'system');
INSERT INTO `oauth2_scope` (`scope_id`, `create_time`, `ranking`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `scope_code`, `scope_name`, `create_by`, `update_by`) VALUES ('bfc6105d9f0285e9550ef7aade04a2d3', '2022-04-01 22:07:23', 3, '2023-05-03 18:19:59.861', '获取用户信息', b'1', 0, 0, 'read-user-by-page', '获取用户信息', NULL, 'system');
INSERT INTO `oauth2_scope` (`scope_id`, `create_time`, `ranking`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `scope_code`, `scope_name`, `create_by`, `update_by`) VALUES ('c2061315-e25e-4a85-9473-e8dc45955b66', '2023-05-03 18:19:14.501', 4, '2023-05-03 18:23:38.998', '读取测试消息', b'1', 0, 0, 'message.read', '读取测试消息', 'system', 'system');
INSERT INTO `oauth2_scope` (`scope_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `scope_code`, `scope_name`) VALUES ('725e5456-25fa-4d47-a8fc-eaff5770200e', NULL, '2022-11-26 16:46:04.778', 0, NULL, '2022-11-26 16:46:04', '客户端创建', b'1', 0, 0, 'client.create', 'OIDC Client Registration');
INSERT INTO `oauth2_scope` (`scope_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `scope_code`, `scope_name`) VALUES ('3b959f84-67ca-434c-907f-db1ab5456ffe', NULL, '2022-11-26 22:10:11.867', 0, NULL, '2022-11-26 22:10:11.867', '客户端信息读取', b'1', 0, 0, 'client.read', 'OIDC Client Read');
INSERT INTO `oauth2_scope` (`scope_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `scope_code`, `scope_name`) VALUES ('a9c5c99a-dd59-4d77-b36d-740979f33719', 'system', '2023-05-03 18:19:45.367', 5, 'system', '2023-05-03 18:19:45.367', '写入测试消息', b'1', 0, 0, 'message.write', '写入测试消息');
INSERT INTO `oauth2_scope` (`scope_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `scope_code`, `scope_name`) VALUES ('bfc6105d9f0285e9550ef7aade04a2d3', NULL, '2022-04-01 22:07:23', 3, 'system', '2023-05-03 18:19:59.861', '获取用户信息', b'1', 0, 0, 'read-user-by-page', '获取用户信息');
INSERT INTO `oauth2_scope` (`scope_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `scope_code`, `scope_name`) VALUES ('c2061315-e25e-4a85-9473-e8dc45955b66', 'system', '2023-05-03 18:19:14.501', 4, 'system', '2023-05-03 18:23:38.998', '读取测试消息', b'1', 0, 0, 'message.read', '读取测试消息');
INSERT INTO `oauth2_scope` (`scope_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `scope_code`, `scope_name`) VALUES ('a3de4b6f-aaf6-406f-90dc-60240b1aa557', 'system', '2023-09-05 20:38:15.319', 3, 'system', '2023-09-05 20:38:15.319', '用户电子邮件', b'1', 0, 0, 'email', 'OIDC Email');
INSERT INTO `oauth2_scope` (`scope_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `scope_code`, `scope_name`) VALUES ('1a0e1628-6d32-41c2-ae47-758ab0ad8d21', 'system', '2023-09-05 20:38:53.717', 4, 'system', '2023-09-05 20:38:53.717', '用户地址', b'1', 0, 0, 'address', 'OIDC Address');
INSERT INTO `oauth2_scope` (`scope_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `scope_code`, `scope_name`) VALUES ('63dcc6d1-462e-4e7a-b9c1-70d15a747e63', 'system', '2023-05-03 18:17:55.213', 2, 'system', '2023-09-05 20:39:29.087', '用户信息', b'1', 0, 0, 'profile', 'OIDC Profile');
INSERT INTO `oauth2_scope` (`scope_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `scope_code`, `scope_name`) VALUES ('3882ddc5-0023-4ee4-ae8e-b7de83ee1dfa', 'system', '2023-09-05 20:40:07.326', 5, 'system', '2023-09-05 20:40:07.326', '用户电话号码', b'1', 0, 0, 'phone', 'OIDC phone');
INSERT INTO `oauth2_scope` (`scope_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `scope_code`, `scope_name`) VALUES ('bd344a2e-47d6-4b45-b77f-50ca8623f09f', NULL, '2022-03-24 11:58:19.517', 1, 'system', '2023-09-05 20:40:28.241', 'Open ID', b'1', 0, 0, 'openid', 'OIDC OpenId');

-- ----------------------------
-- Table data for oauth2_application_scope
Expand Down
Loading

0 comments on commit d1068ec

Please sign in to comment.