6/14 完成客户端页面整合及缓存控制
This commit is contained in:
commit
36019cd0d1
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
# Compiled class file
|
||||
*.class
|
||||
|
||||
# Log file
|
||||
*.log
|
||||
|
||||
# BlueJ files
|
||||
*.ctxt
|
||||
|
||||
# Mobile Tools for Java (J2ME)
|
||||
.mtj.tmp/
|
||||
target
|
||||
|
||||
# Package Files #
|
||||
*.jar
|
||||
*.war
|
||||
*.ear
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.rar
|
||||
*.iml
|
||||
.idea
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
191
LICENSE
Normal file
191
LICENSE
Normal file
@ -0,0 +1,191 @@
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction, and
|
||||
distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by the copyright
|
||||
owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all other entities
|
||||
that control, are controlled by, or are under common control with that entity.
|
||||
For the purposes of this definition, "control" means (i) the power, direct or
|
||||
indirect, to cause the direction or management of such entity, whether by
|
||||
contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity exercising
|
||||
permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications, including
|
||||
but not limited to software source code, documentation source, and configuration
|
||||
files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical transformation or
|
||||
translation of a Source form, including but not limited to compiled object code,
|
||||
generated documentation, and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or Object form, made
|
||||
available under the License, as indicated by a copyright notice that is included
|
||||
in or attached to the work (an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object form, that
|
||||
is based on (or derived from) the Work and for which the editorial revisions,
|
||||
annotations, elaborations, or other modifications represent, as a whole, an
|
||||
original work of authorship. For the purposes of this License, Derivative Works
|
||||
shall not include works that remain separable from, or merely link (or bind by
|
||||
name) to the interfaces of, the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including the original version
|
||||
of the Work and any modifications or additions to that Work or Derivative Works
|
||||
thereof, that is intentionally submitted to Licensor for inclusion in the Work
|
||||
by the copyright owner or by an individual or Legal Entity authorized to submit
|
||||
on behalf of the copyright owner. For the purposes of this definition,
|
||||
"submitted" means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems, and
|
||||
issue tracking systems that are managed by, or on behalf of, the Licensor for
|
||||
the purpose of discussing and improving the Work, but excluding communication
|
||||
that is conspicuously marked or otherwise designated in writing by the copyright
|
||||
owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf
|
||||
of whom a Contribution has been received by Licensor and subsequently
|
||||
incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License.
|
||||
|
||||
Subject to the terms and conditions of this License, each Contributor hereby
|
||||
grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
|
||||
irrevocable copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the Work and such
|
||||
Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License.
|
||||
|
||||
Subject to the terms and conditions of this License, each Contributor hereby
|
||||
grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
|
||||
irrevocable (except as stated in this section) patent license to make, have
|
||||
made, use, offer to sell, sell, import, and otherwise transfer the Work, where
|
||||
such license applies only to those patent claims licensable by such Contributor
|
||||
that are necessarily infringed by their Contribution(s) alone or by combination
|
||||
of their Contribution(s) with the Work to which such Contribution(s) was
|
||||
submitted. If You institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work or a
|
||||
Contribution incorporated within the Work constitutes direct or contributory
|
||||
patent infringement, then any patent licenses granted to You under this License
|
||||
for that Work shall terminate as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution.
|
||||
|
||||
You may reproduce and distribute copies of the Work or Derivative Works thereof
|
||||
in any medium, with or without modifications, and in Source or Object form,
|
||||
provided that You meet the following conditions:
|
||||
|
||||
You must give any other recipients of the Work or Derivative Works a copy of
|
||||
this License; and
|
||||
You must cause any modified files to carry prominent notices stating that You
|
||||
changed the files; and
|
||||
You must retain, in the Source form of any Derivative Works that You distribute,
|
||||
all copyright, patent, trademark, and attribution notices from the Source form
|
||||
of the Work, excluding those notices that do not pertain to any part of the
|
||||
Derivative Works; and
|
||||
If the Work includes a "NOTICE" text file as part of its distribution, then any
|
||||
Derivative Works that You distribute must include a readable copy of the
|
||||
attribution notices contained within such NOTICE file, excluding those notices
|
||||
that do not pertain to any part of the Derivative Works, in at least one of the
|
||||
following places: within a NOTICE text file distributed as part of the
|
||||
Derivative Works; within the Source form or documentation, if provided along
|
||||
with the Derivative Works; or, within a display generated by the Derivative
|
||||
Works, if and wherever such third-party notices normally appear. The contents of
|
||||
the NOTICE file are for informational purposes only and do not modify the
|
||||
License. You may add Your own attribution notices within Derivative Works that
|
||||
You distribute, alongside or as an addendum to the NOTICE text from the Work,
|
||||
provided that such additional attribution notices cannot be construed as
|
||||
modifying the License.
|
||||
You may add Your own copyright statement to Your modifications and may provide
|
||||
additional or different license terms and conditions for use, reproduction, or
|
||||
distribution of Your modifications, or for any such Derivative Works as a whole,
|
||||
provided Your use, reproduction, and distribution of the Work otherwise complies
|
||||
with the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions.
|
||||
|
||||
Unless You explicitly state otherwise, any Contribution intentionally submitted
|
||||
for inclusion in the Work by You to the Licensor shall be under the terms and
|
||||
conditions of this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify the terms of
|
||||
any separate license agreement you may have executed with Licensor regarding
|
||||
such Contributions.
|
||||
|
||||
6. Trademarks.
|
||||
|
||||
This License does not grant permission to use the trade names, trademarks,
|
||||
service marks, or product names of the Licensor, except as required for
|
||||
reasonable and customary use in describing the origin of the Work and
|
||||
reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty.
|
||||
|
||||
Unless required by applicable law or agreed to in writing, Licensor provides the
|
||||
Work (and each Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied,
|
||||
including, without limitation, any warranties or conditions of TITLE,
|
||||
NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are
|
||||
solely responsible for determining the appropriateness of using or
|
||||
redistributing the Work and assume any risks associated with Your exercise of
|
||||
permissions under this License.
|
||||
|
||||
8. Limitation of Liability.
|
||||
|
||||
In no event and under no legal theory, whether in tort (including negligence),
|
||||
contract, or otherwise, unless required by applicable law (such as deliberate
|
||||
and grossly negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special, incidental,
|
||||
or consequential damages of any character arising as a result of this License or
|
||||
out of the use or inability to use the Work (including but not limited to
|
||||
damages for loss of goodwill, work stoppage, computer failure or malfunction, or
|
||||
any and all other commercial damages or losses), even if such Contributor has
|
||||
been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability.
|
||||
|
||||
While redistributing the Work or Derivative Works thereof, You may choose to
|
||||
offer, and charge a fee for, acceptance of support, warranty, indemnity, or
|
||||
other liability obligations and/or rights consistent with this License. However,
|
||||
in accepting such obligations, You may act only on Your own behalf and on Your
|
||||
sole responsibility, not on behalf of any other Contributor, and only if You
|
||||
agree to indemnify, defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason of your
|
||||
accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work
|
||||
|
||||
To apply the Apache License to your work, attach the following boilerplate
|
||||
notice, with the fields enclosed by brackets "{}" replaced with your own
|
||||
identifying information. (Don't include the brackets!) The text should be
|
||||
enclosed in the appropriate comment syntax for the file format. We also
|
||||
recommend that a file or class name and description of purpose be included on
|
||||
the same "printed page" as the copyright notice for easier identification within
|
||||
third-party archives.
|
||||
|
||||
Copyright 2018 人人开源
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
128
README.md
Normal file
128
README.md
Normal file
@ -0,0 +1,128 @@
|
||||
### 项目说明
|
||||
- renren-security是一个轻量级的,前后端分离的Java快速开发平台,能快速开发项目并交付【接私活利器】
|
||||
- 采用SpringBoot、Shiro、MyBatis-Plus框架,开发的一套权限系统,极低门槛,拿来即用。设计之初,就非常注重安全性,为企业系统保驾护航,让一切都变得如此简单。
|
||||
- 提供了代码生成器,只需编写30%左右代码,其余的代码交给系统自动生成,可快速完成开发任务
|
||||
- 支持MySQL、达梦、Oracle、SQL Server、PostgreSQL等主流数据库
|
||||
- 前端地址:https://gitee.com/renrenio/renren-ui
|
||||
- 演示地址:http://demo.open.renren.io/renren-security (账号密码:admin/admin)
|
||||
|
||||
<br>
|
||||
|
||||
### 微信交流群
|
||||
我们提供了微信交流群,扫码下面的二维码,关注【人人开源】公众号,回复【加群】,即可根据提示加入微信群!
|
||||
<br><br>
|
||||
![输入图片说明](renren-admin/src/main/resources/public/wechat.jpg)
|
||||
|
||||
<br>
|
||||
|
||||
### 具有如下特点
|
||||
- 友好的代码结构及注释,便于阅读及二次开发
|
||||
- 实现前后端分离,通过token进行数据交互,前端再也不用关注后端技术
|
||||
- 灵活的权限控制,可控制到页面或按钮,满足绝大部分的权限需求
|
||||
- 提供CrudService接口,对增删改查进行封装,代码更简洁
|
||||
- 页面交互使用Vue2.x,极大的提高了开发效率
|
||||
- 完善的部门管理及数据权限,通过注解实现数据权限的控制
|
||||
- 完善的XSS防范及脚本过滤,彻底杜绝XSS攻击
|
||||
- 完善的代码生成机制,可在线生成entity、xml、dao、service、vue、sql代码,减少70%以上的开发任务
|
||||
- 引入quartz定时任务,可动态完成任务的添加、修改、删除、暂停、恢复及日志查看等功能
|
||||
- 引入Hibernate Validator校验框架,轻松实现后端校验
|
||||
- 引入云存储服务,已支持:七牛云、阿里云、腾讯云等
|
||||
- 引入swagger文档支持,方便编写API接口文档
|
||||
|
||||
<br>
|
||||
|
||||
### 数据权限设计思想
|
||||
- 用户管理、角色管理、部门管理,可操作本部门及子部门数据
|
||||
- 菜单管理、定时任务、参数管理、字典管理、系统日志,没有数据权限
|
||||
- 业务功能,按照用户数据权限,查询、操作数据【没有本部门数据权限,也能查询本人数据】
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
**项目结构**
|
||||
```
|
||||
renren-security
|
||||
├─renren-common 公共模块
|
||||
│
|
||||
├─renren-admin 管理后台
|
||||
│ ├─db 数据库SQL脚本
|
||||
│ │
|
||||
│ ├─modules 模块
|
||||
│ │ ├─job 定时任务
|
||||
│ │ ├─log 日志管理
|
||||
│ │ ├─oss 文件存储
|
||||
│ │ ├─security 安全模块
|
||||
│ │ └─sys 系统管理(核心)
|
||||
│ │
|
||||
│ └─resources
|
||||
│ ├─mapper MyBatis文件
|
||||
│ ├─public 静态资源
|
||||
│ └─application.yml 全局配置文件
|
||||
│
|
||||
│
|
||||
├─renren-api API服务
|
||||
│
|
||||
├─renren-generator 代码生成器
|
||||
│ └─resources
|
||||
│ ├─mapper MyBatis文件
|
||||
│ ├─template 代码生成器模板(可增加或修改相应模板)
|
||||
│ ├─application.yml 全局配置文件
|
||||
│ └─generator.properties 代码生成器,配置文件
|
||||
│
|
||||
```
|
||||
|
||||
<br>
|
||||
|
||||
**技术选型:**
|
||||
- 核心框架:Spring Boot 2.7
|
||||
- 安全框架:Apache Shiro 1.10
|
||||
- 持久层框架:MyBatis 3.5
|
||||
- 定时器:Quartz 2.3
|
||||
- 数据库连接池:Druid 1.2
|
||||
- 日志管理:Logback
|
||||
- 页面交互:Vue2.x
|
||||
|
||||
<br>
|
||||
|
||||
**软件需求**
|
||||
- JDK1.8
|
||||
- Maven3.0+
|
||||
- MySQL8.0
|
||||
- Oracle 11g+
|
||||
- SQL Server 2012+
|
||||
- PostgreSQL 9.4+
|
||||
- 达梦8
|
||||
<br>
|
||||
|
||||
|
||||
**本地部署**
|
||||
- 通过git下载源码
|
||||
- idea、eclipse需安装lombok插件,不然会提示找不到entity的get set方法
|
||||
- 创建数据库renren_security,数据库编码为UTF-8
|
||||
- 执行db/mysql.sql文件,初始化数据
|
||||
- 修改application-dev.yml文件,更新MySQL账号和密码
|
||||
- 在renren-security目录下,执行mvn clean install
|
||||
- Eclipse、IDEA运行AdminApplication.java,则可启动项目【renren-admin】
|
||||
- renren-admin访问路径:http://localhost:8080/renren-admin
|
||||
- swagger文档路径:http://localhost:8080/renren-admin/doc.html
|
||||
- 再启动前端项目,前端地址:https://gitee.com/renrenio/renren-ui
|
||||
- 账号密码:admin/admin
|
||||
<br>
|
||||
|
||||
![输入图片说明](renren-admin/src/main/resources/public/1.png)
|
||||
|
||||
<br>
|
||||
|
||||
![输入图片说明](renren-admin/src/main/resources/public/2.png)
|
||||
|
||||
<br>
|
||||
|
||||
### 如何交流、反馈、参与贡献?
|
||||
- 开发文档:https://www.renren.io/guide/security
|
||||
- 官方社区:https://www.renren.io/community
|
||||
- Gitee仓库:https://gitee.com/renrenio/renren-security
|
||||
- [人人开源](https://www.renren.io):https://www.renren.io
|
||||
- 如需关注项目最新动态,请Watch、Star项目,同时也是对项目最好的支持
|
||||
- 技术讨论、二次开发等咨询、问题和建议,请移步到官方社区,我会在第一时间进行解答和回复!
|
||||
<br>
|
||||
|
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
||||
version: '2'
|
||||
services:
|
||||
renren-admin:
|
||||
image: renren/renren-admin
|
||||
ports:
|
||||
- "8080:8080"
|
||||
environment:
|
||||
- spring.profiles.active=dev
|
||||
renren-api:
|
||||
image: renren/renren-api
|
||||
ports:
|
||||
- "8081:8081"
|
||||
environment:
|
||||
- spring.profiles.active=dev
|
212
pom.xml
Normal file
212
pom.xml
Normal file
@ -0,0 +1,212 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>io.renren</groupId>
|
||||
<artifactId>renren-security</artifactId>
|
||||
<version>5.2.0</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>renren-security</name>
|
||||
<description>人人权限系统</description>
|
||||
<url>https://www.renren.io</url>
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.7.5</version>
|
||||
</parent>
|
||||
|
||||
<modules>
|
||||
<module>renren-common</module>
|
||||
<module>renren-dynamic-datasource</module>
|
||||
<module>renren-admin</module>
|
||||
<module>renren-api</module>
|
||||
<module>renren-generator</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<java.version>1.8</java.version>
|
||||
<jedis.version>4.2.2</jedis.version>
|
||||
<druid.version>1.2.13</druid.version>
|
||||
<mybatisplus.version>3.5.2</mybatisplus.version>
|
||||
<sqlserver.version>4.0</sqlserver.version>
|
||||
<oracle.version>11.2.0.3</oracle.version>
|
||||
<dameng.version>8.1.2.79</dameng.version>
|
||||
<commons.lang.version>3.12.0</commons.lang.version>
|
||||
<commons.fileupload.version>1.4</commons.fileupload.version>
|
||||
<commons.io.version>2.11.0</commons.io.version>
|
||||
<commons.codec.version>1.15</commons.codec.version>
|
||||
<guava.version>20.0</guava.version>
|
||||
<joda.time.version>2.10.14</joda.time.version>
|
||||
<hutool.version>5.7.22</hutool.version>
|
||||
<gson.version>2.9.0</gson.version>
|
||||
<jsoup.version>1.15.3</jsoup.version>
|
||||
<knife4j.version>2.0.9</knife4j.version>
|
||||
<lombok.version>1.18.24</lombok.version>
|
||||
<docker.plugin.version>1.1.1</docker.plugin.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-aop</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-validation</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context-support</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-data-redis</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-configuration-processor</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>redis.clients</groupId>
|
||||
<artifactId>jedis</artifactId>
|
||||
<version>${jedis.version}</version>
|
||||
</dependency>
|
||||
<!-- mysql驱动 -->
|
||||
<dependency>
|
||||
<groupId>com.mysql</groupId>
|
||||
<artifactId>mysql-connector-j</artifactId>
|
||||
</dependency>
|
||||
<!-- oracle驱动 -->
|
||||
<dependency>
|
||||
<groupId>com.oracle</groupId>
|
||||
<artifactId>ojdbc6</artifactId>
|
||||
<version>${oracle.version}</version>
|
||||
</dependency>
|
||||
<!-- sqlserver驱动 -->
|
||||
<dependency>
|
||||
<groupId>com.microsoft.sqlserver</groupId>
|
||||
<artifactId>sqljdbc4</artifactId>
|
||||
<version>${sqlserver.version}</version>
|
||||
</dependency>
|
||||
<!-- postgresql驱动 -->
|
||||
<dependency>
|
||||
<groupId>org.postgresql</groupId>
|
||||
<artifactId>postgresql</artifactId>
|
||||
</dependency>
|
||||
<!-- 达梦驱动 -->
|
||||
<dependency>
|
||||
<groupId>com.dameng</groupId>
|
||||
<artifactId>DmJdbcDriver18</artifactId>
|
||||
<version>${dameng.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>druid-spring-boot-starter</artifactId>
|
||||
<version>${druid.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
<artifactId>mybatis-plus-boot-starter</artifactId>
|
||||
<version>${mybatisplus.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>com.baomidou</groupId>
|
||||
<artifactId>mybatis-plus-generator</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>${commons.lang.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-fileupload</groupId>
|
||||
<artifactId>commons-fileupload</artifactId>
|
||||
<version>${commons.fileupload.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>${commons.io.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-codec</groupId>
|
||||
<artifactId>commons-codec</artifactId>
|
||||
<version>${commons.codec.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
<version>${guava.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>joda-time</groupId>
|
||||
<artifactId>joda-time</artifactId>
|
||||
<version>${joda.time.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>${gson.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.hutool</groupId>
|
||||
<artifactId>hutool-all</artifactId>
|
||||
<version>${hutool.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jsoup</groupId>
|
||||
<artifactId>jsoup</artifactId>
|
||||
<version>${jsoup.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.xiaoymin</groupId>
|
||||
<artifactId>knife4j-spring-boot-starter</artifactId>
|
||||
<version>${knife4j.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>${lombok.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<!-- 阿里云maven仓库 -->
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>public</id>
|
||||
<name>aliyun nexus</name>
|
||||
<url>https://maven.aliyun.com/repository/public/</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
</repository>
|
||||
</repositories>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>public</id>
|
||||
<name>aliyun nexus</name>
|
||||
<url>https://maven.aliyun.com/repository/public/</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
</project>
|
7
renren-admin/Dockerfile
Normal file
7
renren-admin/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM java:8
|
||||
EXPOSE 8080
|
||||
|
||||
VOLUME /tmp
|
||||
ADD renren-admin.jar /app.jar
|
||||
RUN bash -c 'touch /app.jar'
|
||||
ENTRYPOINT ["java","-jar","/app.jar"]
|
674
renren-admin/db/dm8.sql
Normal file
674
renren-admin/db/dm8.sql
Normal file
@ -0,0 +1,674 @@
|
||||
CREATE TABLE sys_user (
|
||||
id bigint NOT NULL,
|
||||
username varchar(50) NOT NULL,
|
||||
password varchar(100),
|
||||
real_name varchar(50),
|
||||
head_url varchar(200),
|
||||
gender int,
|
||||
email varchar(100),
|
||||
mobile varchar(100),
|
||||
dept_id bigint,
|
||||
super_admin int,
|
||||
status int,
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
updater bigint,
|
||||
update_date datetime,
|
||||
primary key (id)
|
||||
);
|
||||
|
||||
CREATE UNIQUE INDEX uk_sys_user_username on sys_user(username);
|
||||
CREATE INDEX idx_sys_user_create_date on sys_user(create_date);
|
||||
|
||||
COMMENT ON TABLE sys_user IS '用户管理';
|
||||
COMMENT ON COLUMN sys_user.id IS 'id';
|
||||
COMMENT ON COLUMN sys_user.username IS '用户名';
|
||||
COMMENT ON COLUMN sys_user.password IS '密码';
|
||||
COMMENT ON COLUMN sys_user.real_name IS '姓名';
|
||||
COMMENT ON COLUMN sys_user.head_url IS '头像';
|
||||
COMMENT ON COLUMN sys_user.gender IS '性别 0:男 1:女 2:保密';
|
||||
COMMENT ON COLUMN sys_user.email IS '邮箱';
|
||||
COMMENT ON COLUMN sys_user.mobile IS '手机号';
|
||||
COMMENT ON COLUMN sys_user.dept_id IS '部门ID';
|
||||
COMMENT ON COLUMN sys_user.super_admin IS '超级管理员 0:否 1:是';
|
||||
COMMENT ON COLUMN sys_user.status IS '状态 0:停用 1:正常';
|
||||
COMMENT ON COLUMN sys_user.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_user.create_date IS '创建时间';
|
||||
COMMENT ON COLUMN sys_user.updater IS '更新者';
|
||||
COMMENT ON COLUMN sys_user.update_date IS '更新时间';
|
||||
|
||||
|
||||
CREATE TABLE sys_dept (
|
||||
id bigint NOT NULL,
|
||||
pid bigint,
|
||||
pids varchar(500),
|
||||
name varchar(50),
|
||||
sort int,
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
updater bigint,
|
||||
update_date datetime,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE INDEX idx_sys_dept_pid on sys_dept(pid);
|
||||
CREATE INDEX idx_sys_dept_idx_sort on sys_dept(sort);
|
||||
|
||||
COMMENT ON TABLE sys_dept IS '部门管理';
|
||||
COMMENT ON COLUMN sys_dept.id IS 'id';
|
||||
COMMENT ON COLUMN sys_dept.pid IS '上级ID';
|
||||
COMMENT ON COLUMN sys_dept.pids IS '所有上级ID,用逗号分开';
|
||||
COMMENT ON COLUMN sys_dept.name IS '部门名称';
|
||||
COMMENT ON COLUMN sys_dept.sort IS '排序';
|
||||
COMMENT ON COLUMN sys_dept.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_dept.create_date IS '创建时间';
|
||||
COMMENT ON COLUMN sys_dept.updater IS '更新者';
|
||||
COMMENT ON COLUMN sys_dept.update_date IS '更新时间';
|
||||
|
||||
|
||||
create table sys_role
|
||||
(
|
||||
id bigint NOT NULL,
|
||||
name varchar(50),
|
||||
remark varchar(100),
|
||||
dept_id bigint,
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
updater bigint,
|
||||
update_date datetime,
|
||||
primary key (id)
|
||||
);
|
||||
|
||||
CREATE INDEX idx_sys_role_dept_id on sys_role(dept_id);
|
||||
|
||||
COMMENT ON TABLE sys_role IS '角色管理';
|
||||
COMMENT ON COLUMN sys_role.id IS 'id';
|
||||
COMMENT ON COLUMN sys_role.name IS '角色名称';
|
||||
COMMENT ON COLUMN sys_role.remark IS '备注';
|
||||
COMMENT ON COLUMN sys_role.dept_id IS '部门ID';
|
||||
COMMENT ON COLUMN sys_role.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_role.create_date IS '创建时间';
|
||||
COMMENT ON COLUMN sys_role.updater IS '更新者';
|
||||
COMMENT ON COLUMN sys_role.update_date IS '更新时间';
|
||||
|
||||
|
||||
create table sys_menu
|
||||
(
|
||||
id bigint NOT NULL,
|
||||
pid bigint,
|
||||
name varchar(200),
|
||||
url varchar(200),
|
||||
permissions varchar(500),
|
||||
menu_type int,
|
||||
icon varchar(50),
|
||||
sort int,
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
updater bigint,
|
||||
update_date datetime,
|
||||
primary key (id)
|
||||
);
|
||||
|
||||
CREATE INDEX idx_sys_menu_pid on sys_menu(pid);
|
||||
CREATE INDEX idx_sys_menu_sort on sys_menu(sort);
|
||||
|
||||
COMMENT ON TABLE sys_menu IS '菜单管理';
|
||||
COMMENT ON COLUMN sys_menu.id IS 'id';
|
||||
COMMENT ON COLUMN sys_menu.pid IS '上级ID,一级菜单为0';
|
||||
COMMENT ON COLUMN sys_menu.name IS '名称';
|
||||
COMMENT ON COLUMN sys_menu.url IS '菜单URL';
|
||||
COMMENT ON COLUMN sys_menu.permissions IS '授权(多个用逗号分隔,如:sys:user:list,sys:user:save)';
|
||||
COMMENT ON COLUMN sys_menu.menu_type IS '类型 0:菜单 1:按钮';
|
||||
COMMENT ON COLUMN sys_menu.icon IS '菜单图标';
|
||||
COMMENT ON COLUMN sys_menu.sort IS '排序';
|
||||
COMMENT ON COLUMN sys_menu.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_menu.create_date IS '创建时间';
|
||||
COMMENT ON COLUMN sys_menu.updater IS '更新者';
|
||||
COMMENT ON COLUMN sys_menu.update_date IS '更新时间';
|
||||
|
||||
|
||||
create table sys_role_user
|
||||
(
|
||||
id bigint NOT NULL,
|
||||
role_id bigint,
|
||||
user_id bigint,
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
primary key (id)
|
||||
);
|
||||
|
||||
CREATE INDEX idx_sys_role_user_role_id on sys_role_user(role_id);
|
||||
CREATE INDEX idx_sys_role_user_user_id on sys_role_user(user_id);
|
||||
|
||||
COMMENT ON TABLE sys_role_user IS '角色用户关系';
|
||||
COMMENT ON COLUMN sys_role_user.role_id IS '角色ID';
|
||||
COMMENT ON COLUMN sys_role_user.user_id IS '用户ID';
|
||||
COMMENT ON COLUMN sys_role_user.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_role_user.create_date IS '创建时间';
|
||||
|
||||
|
||||
create table sys_role_menu
|
||||
(
|
||||
id bigint NOT NULL,
|
||||
role_id bigint,
|
||||
menu_id bigint,
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
primary key (id)
|
||||
);
|
||||
|
||||
CREATE INDEX idx_sys_role_menu_role_id on sys_role_menu(role_id);
|
||||
CREATE INDEX idx_sys_role_menu_menu_id on sys_role_menu(menu_id);
|
||||
|
||||
COMMENT ON TABLE sys_role_menu IS '角色菜单关系';
|
||||
COMMENT ON COLUMN sys_role_menu.role_id IS '角色ID';
|
||||
COMMENT ON COLUMN sys_role_menu.menu_id IS '菜单ID';
|
||||
COMMENT ON COLUMN sys_role_menu.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_role_menu.create_date IS '创建时间';
|
||||
|
||||
|
||||
create table sys_role_data_scope
|
||||
(
|
||||
id bigint NOT NULL,
|
||||
role_id bigint,
|
||||
dept_id bigint,
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE INDEX idx_data_scope_role_id on sys_role_data_scope(role_id);
|
||||
|
||||
COMMENT ON TABLE sys_role_data_scope IS '角色数据权限';
|
||||
COMMENT ON COLUMN sys_role_data_scope.role_id IS '角色ID';
|
||||
COMMENT ON COLUMN sys_role_data_scope.dept_id IS '部门ID';
|
||||
COMMENT ON COLUMN sys_role_data_scope.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_role_data_scope.create_date IS '创建时间';
|
||||
|
||||
|
||||
create table sys_params
|
||||
(
|
||||
id bigint NOT NULL,
|
||||
param_code varchar(32),
|
||||
param_value varchar(2000),
|
||||
param_type int DEFAULT 1 NOT NULL,
|
||||
remark varchar(200),
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
updater bigint,
|
||||
update_date datetime,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE UNIQUE INDEX uk_sys_params_param_code on sys_params(param_code);
|
||||
CREATE INDEX idx_sys_params_create_date on sys_params(create_date);
|
||||
|
||||
COMMENT ON TABLE sys_params IS '参数管理';
|
||||
COMMENT ON COLUMN sys_params.param_code IS '参数编码';
|
||||
COMMENT ON COLUMN sys_params.param_value IS '参数值';
|
||||
COMMENT ON COLUMN sys_params.param_type IS '类型 0:系统参数 1:非系统参数';
|
||||
COMMENT ON COLUMN sys_params.remark IS '备注';
|
||||
COMMENT ON COLUMN sys_params.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_params.create_date IS '创建时间';
|
||||
COMMENT ON COLUMN sys_params.updater IS '更新者';
|
||||
COMMENT ON COLUMN sys_params.update_date IS '更新时间';
|
||||
|
||||
|
||||
create table sys_dict_type
|
||||
(
|
||||
id bigint NOT NULL,
|
||||
dict_type varchar(100),
|
||||
dict_name varchar(255),
|
||||
remark varchar(255),
|
||||
sort int,
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
updater bigint,
|
||||
update_date datetime,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE UNIQUE INDEX uk_sys_dict_type_dict_type on sys_dict_type(dict_type);
|
||||
|
||||
COMMENT ON TABLE sys_dict_type IS '字典类型';
|
||||
COMMENT ON COLUMN sys_dict_type.id IS 'id';
|
||||
COMMENT ON COLUMN sys_dict_type.dict_type IS '字典类型';
|
||||
COMMENT ON COLUMN sys_dict_type.dict_name IS '字典名称';
|
||||
COMMENT ON COLUMN sys_dict_type.remark IS '备注';
|
||||
COMMENT ON COLUMN sys_dict_type.sort IS '排序';
|
||||
COMMENT ON COLUMN sys_dict_type.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_dict_type.create_date IS '创建时间';
|
||||
COMMENT ON COLUMN sys_dict_type.updater IS '更新者';
|
||||
COMMENT ON COLUMN sys_dict_type.update_date IS '更新时间';
|
||||
|
||||
create table sys_dict_data
|
||||
(
|
||||
id bigint NOT NULL,
|
||||
dict_type_id bigint NOT NULL,
|
||||
dict_label varchar(255),
|
||||
dict_value varchar(255),
|
||||
remark varchar(255),
|
||||
sort int,
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
updater bigint,
|
||||
update_date datetime,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE INDEX idx_sys_dict_data_sort on sys_dict_data(sort);
|
||||
CREATE UNIQUE INDEX uk_dict_type_value on sys_dict_data(dict_type_id, dict_value);
|
||||
|
||||
COMMENT ON TABLE sys_dict_data IS '字典数据';
|
||||
COMMENT ON COLUMN sys_dict_data.id IS 'id';
|
||||
COMMENT ON COLUMN sys_dict_data.dict_type_id IS '字典类型ID';
|
||||
COMMENT ON COLUMN sys_dict_data.dict_label IS '字典标签';
|
||||
COMMENT ON COLUMN sys_dict_data.dict_value IS '字典值';
|
||||
COMMENT ON COLUMN sys_dict_data.remark IS '备注';
|
||||
COMMENT ON COLUMN sys_dict_data.sort IS '排序';
|
||||
COMMENT ON COLUMN sys_dict_data.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_dict_data.create_date IS '创建时间';
|
||||
COMMENT ON COLUMN sys_dict_data.updater IS '更新者';
|
||||
COMMENT ON COLUMN sys_dict_data.update_date IS '更新时间';
|
||||
|
||||
|
||||
create table sys_log_login
|
||||
(
|
||||
id bigint NOT NULL,
|
||||
operation int,
|
||||
status int,
|
||||
user_agent varchar(500),
|
||||
ip varchar(32),
|
||||
creator_name varchar(50),
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE INDEX idx_login_status on sys_log_login(status);
|
||||
CREATE INDEX idx_login_create_date on sys_log_login(create_date);
|
||||
|
||||
COMMENT ON TABLE sys_log_login IS '登录日志';
|
||||
COMMENT ON COLUMN sys_log_login.id IS 'id';
|
||||
COMMENT ON COLUMN sys_log_login.operation IS '用户操作 0:用户登录 1:用户退出';
|
||||
COMMENT ON COLUMN sys_log_login.status IS '状态 0:失败 1:成功 2:账号已锁定';
|
||||
COMMENT ON COLUMN sys_log_login.user_agent IS '用户代理';
|
||||
COMMENT ON COLUMN sys_log_login.ip IS '操作IP';
|
||||
COMMENT ON COLUMN sys_log_login.creator_name IS '用户名';
|
||||
COMMENT ON COLUMN sys_log_login.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_log_login.create_date IS '创建时间';
|
||||
|
||||
|
||||
create table sys_log_operation
|
||||
(
|
||||
id bigint NOT NULL,
|
||||
operation varchar(50),
|
||||
request_uri varchar(200),
|
||||
request_method varchar(20),
|
||||
request_params text,
|
||||
request_time int,
|
||||
user_agent varchar(500),
|
||||
ip varchar(32),
|
||||
status int,
|
||||
creator_name varchar(50),
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE INDEX idx_operation_create_date on sys_log_operation(create_date);
|
||||
|
||||
COMMENT ON TABLE sys_log_operation IS '操作日志';
|
||||
COMMENT ON COLUMN sys_log_operation.id IS 'id';
|
||||
COMMENT ON COLUMN sys_log_operation.operation IS '用户操作';
|
||||
COMMENT ON COLUMN sys_log_operation.request_uri IS '请求URI';
|
||||
COMMENT ON COLUMN sys_log_operation.request_method IS '请求方式';
|
||||
COMMENT ON COLUMN sys_log_operation.request_params IS '请求参数';
|
||||
COMMENT ON COLUMN sys_log_operation.request_time IS '请求时长(毫秒)';
|
||||
COMMENT ON COLUMN sys_log_operation.user_agent IS '用户代理';
|
||||
COMMENT ON COLUMN sys_log_operation.ip IS '操作IP';
|
||||
COMMENT ON COLUMN sys_log_operation.status IS '状态 0:失败 1:成功';
|
||||
COMMENT ON COLUMN sys_log_operation.creator_name IS '用户名';
|
||||
COMMENT ON COLUMN sys_log_operation.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_log_operation.create_date IS '创建时间';
|
||||
|
||||
|
||||
create table sys_log_error
|
||||
(
|
||||
id bigint NOT NULL,
|
||||
request_uri varchar(200),
|
||||
request_method varchar(20),
|
||||
request_params text,
|
||||
user_agent varchar(500),
|
||||
ip varchar(32),
|
||||
error_info text,
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE INDEX idx_error_create_date on sys_log_error(create_date);
|
||||
|
||||
COMMENT ON TABLE sys_log_error IS '异常日志';
|
||||
COMMENT ON COLUMN sys_log_error.id IS 'id';
|
||||
COMMENT ON COLUMN sys_log_error.request_uri IS '请求URI';
|
||||
COMMENT ON COLUMN sys_log_error.request_method IS '请求方式';
|
||||
COMMENT ON COLUMN sys_log_error.request_params IS '请求参数';
|
||||
COMMENT ON COLUMN sys_log_error.user_agent IS '用户代理';
|
||||
COMMENT ON COLUMN sys_log_error.ip IS '操作IP';
|
||||
COMMENT ON COLUMN sys_log_error.error_info IS '异常信息';
|
||||
COMMENT ON COLUMN sys_log_error.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_log_error.create_date IS '创建时间';
|
||||
|
||||
|
||||
|
||||
CREATE TABLE sys_oss (
|
||||
id bigint NOT NULL,
|
||||
url varchar(200),
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
CREATE INDEX idx_sys_oss_create_date on sys_oss(create_date);
|
||||
|
||||
COMMENT ON TABLE sys_oss IS '文件上传';
|
||||
COMMENT ON COLUMN sys_oss.id IS 'id';
|
||||
COMMENT ON COLUMN sys_oss.url IS 'URL地址';
|
||||
COMMENT ON COLUMN sys_oss.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_oss.create_date IS '创建时间';
|
||||
|
||||
|
||||
CREATE TABLE schedule_job (
|
||||
id bigint NOT NULL,
|
||||
bean_name varchar(200),
|
||||
params varchar(2000),
|
||||
cron_expression varchar(100),
|
||||
status int,
|
||||
remark varchar(255),
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
updater bigint,
|
||||
update_date datetime,
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
|
||||
CREATE INDEX idx_schedule_job_create_date on schedule_job(create_date);
|
||||
|
||||
COMMENT ON TABLE schedule_job IS '定时任务';
|
||||
COMMENT ON COLUMN schedule_job.id IS 'id';
|
||||
COMMENT ON COLUMN schedule_job.bean_name IS 'spring bean名称';
|
||||
COMMENT ON COLUMN schedule_job.params IS '参数';
|
||||
COMMENT ON COLUMN schedule_job.cron_expression IS 'cron表达式';
|
||||
COMMENT ON COLUMN schedule_job.status IS '任务状态 0:暂停 1:正常';
|
||||
COMMENT ON COLUMN schedule_job.remark IS '备注';
|
||||
COMMENT ON COLUMN schedule_job.creator IS '创建者';
|
||||
COMMENT ON COLUMN schedule_job.create_date IS '创建时间';
|
||||
COMMENT ON COLUMN schedule_job.updater IS '更新者';
|
||||
COMMENT ON COLUMN schedule_job.update_date IS '更新时间';
|
||||
|
||||
|
||||
CREATE TABLE schedule_job_log (
|
||||
id bigint NOT NULL,
|
||||
job_id bigint NOT NULL,
|
||||
bean_name varchar(200),
|
||||
params varchar(2000),
|
||||
status int,
|
||||
error varchar(2000),
|
||||
times int,
|
||||
create_date datetime,
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
|
||||
CREATE INDEX idx_job_log_job_id on schedule_job_log(job_id);
|
||||
CREATE INDEX idx_job_log_create_date on schedule_job_log(create_date);
|
||||
|
||||
COMMENT ON TABLE schedule_job_log IS '定时任务日志';
|
||||
COMMENT ON COLUMN schedule_job_log.id IS 'id';
|
||||
COMMENT ON COLUMN schedule_job_log.bean_name IS 'spring bean名称';
|
||||
COMMENT ON COLUMN schedule_job_log.params IS '参数';
|
||||
COMMENT ON COLUMN schedule_job_log.status IS '任务状态 0:失败 1:成功';
|
||||
COMMENT ON COLUMN schedule_job_log.error IS '失败信息';
|
||||
COMMENT ON COLUMN schedule_job_log.times IS '耗时(单位:毫秒)';
|
||||
COMMENT ON COLUMN schedule_job.create_date IS '创建时间';
|
||||
|
||||
|
||||
CREATE TABLE sys_user_token (
|
||||
id bigint NOT NULL,
|
||||
user_id bigint,
|
||||
token varchar(100),
|
||||
expire_date datetime,
|
||||
update_date datetime,
|
||||
create_date datetime,
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
|
||||
CREATE UNIQUE INDEX uk_sys_user_token_user_id on sys_user_token(user_id);
|
||||
CREATE UNIQUE INDEX uk_sys_user_token on sys_user_token(token);
|
||||
|
||||
COMMENT ON TABLE sys_user_token IS '系统用户Token';
|
||||
COMMENT ON COLUMN sys_user_token.id IS 'id';
|
||||
COMMENT ON COLUMN sys_user_token.user_id IS '用户id';
|
||||
COMMENT ON COLUMN sys_user_token.token IS '用户token';
|
||||
COMMENT ON COLUMN sys_user_token.expire_date IS '过期时间';
|
||||
COMMENT ON COLUMN sys_user_token.update_date IS '更新时间';
|
||||
COMMENT ON COLUMN sys_user_token.create_date IS '创建时间';
|
||||
|
||||
|
||||
|
||||
-- 初始数据
|
||||
INSERT INTO sys_user(id, username, password, real_name, gender, email, mobile, status, dept_id, super_admin, creator, create_date, updater, update_date) VALUES (1067246875800000001, 'admin', '$2a$10$012Kx2ba5jzqr9gLlG4MX.bnQJTD9UWqF57XDo2N3.fPtLne02u/m', '管理员', 0, 'root@renren.io', '13612345678', 1, null, 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000002, 0, '权限管理', NULL, NULL, 0, 'icon-safetycertificate', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000003, 1067246875800000055, '新增', NULL, 'sys:user:save,sys:dept:list,sys:role:list', 1, NULL, 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000004, 1067246875800000055, '修改', NULL, 'sys:user:update,sys:dept:list,sys:role:list', 1, NULL, 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000005, 1067246875800000055, '删除', NULL, 'sys:user:delete', 1, NULL, 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000006, 1067246875800000055, '导出', NULL, 'sys:user:export', 1, NULL, 4, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000007, 1067246875800000002, '角色管理', 'sys/role', NULL, 0, 'icon-team', 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000008, 1067246875800000007, '查看', NULL, 'sys:role:page,sys:role:info', 1, NULL, 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000009, 1067246875800000007, '新增', NULL, 'sys:role:save,sys:menu:select,sys:dept:list', 1, NULL, 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000010, 1067246875800000007, '修改', NULL, 'sys:role:update,sys:menu:select,sys:dept:list', 1, NULL, 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000011, 1067246875800000007, '删除', NULL, 'sys:role:delete', 1, NULL, 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000012, 1067246875800000002, '部门管理', 'sys/dept', NULL, 0, 'icon-apartment', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000014, 1067246875800000012, '查看', NULL, 'sys:dept:list,sys:dept:info', 1, NULL, 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000015, 1067246875800000012, '新增', NULL, 'sys:dept:save', 1, NULL, 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000016, 1067246875800000012, '修改', NULL, 'sys:dept:update', 1, NULL, 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000017, 1067246875800000012, '删除', NULL, 'sys:dept:delete', 1, NULL, 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000025, 1067246875800000035, '菜单管理', 'sys/menu', NULL, 0, 'icon-unorderedlist', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000026, 1067246875800000025, '查看', NULL, 'sys:menu:list,sys:menu:info', 1, NULL, 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000027, 1067246875800000025, '新增', NULL, 'sys:menu:save', 1, NULL, 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000028, 1067246875800000025, '修改', NULL, 'sys:menu:update', 1, NULL, 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000029, 1067246875800000025, '删除', NULL, 'sys:menu:delete', 1, NULL, 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000030, 1067246875800000035, '定时任务', 'job/schedule', NULL, 0, 'icon-dashboard', 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000031, 1067246875800000030, '查看', NULL, 'sys:schedule:page,sys:schedule:info', 1, NULL, 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000032, 1067246875800000030, '新增', NULL, 'sys:schedule:save', 1, NULL, 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000033, 1067246875800000030, '修改', NULL, 'sys:schedule:update', 1, NULL, 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000034, 1067246875800000030, '删除', NULL, 'sys:schedule:delete', 1, NULL, 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000035, 0, '系统设置', NULL, NULL, 0, 'icon-setting', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000036, 1067246875800000030, '暂停', NULL, 'sys:schedule:pause', 1, NULL, 4, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000037, 1067246875800000030, '恢复', NULL, 'sys:schedule:resume', 1, NULL, 5, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000038, 1067246875800000030, '立即执行', NULL, 'sys:schedule:run', 1, NULL, 6, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000039, 1067246875800000030, '日志列表', NULL, 'sys:schedule:log', 1, NULL, 7, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000040, 1067246875800000035, '参数管理', 'sys/params', '', 0, 'icon-fileprotect', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000041, 1067246875800000035, '字典管理', 'sys/dict-type', NULL, 0, 'icon-golden-fill', 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000042, 1067246875800000041, '查看', NULL, 'sys:dict:page,sys:dict:info', 1, NULL, 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000043, 1067246875800000041, '新增', NULL, 'sys:dict:save', 1, NULL, 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000044, 1067246875800000041, '修改', NULL, 'sys:dict:update', 1, NULL, 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000045, 1067246875800000041, '删除', NULL, 'sys:dict:delete', 1, NULL, 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000046, 0, '日志管理', NULL, NULL, 0, 'icon-container', 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000047, 1067246875800000035, '文件上传', 'oss/oss', 'sys:oss:all', 0, 'icon-upload', 4, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000048, 1067246875800000046, '登录日志', 'sys/log-login', 'sys:log:login', 0, 'icon-filedone', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000049, 1067246875800000046, '操作日志', 'sys/log-operation', 'sys:log:operation', 0, 'icon-solution', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000050, 1067246875800000046, '异常日志', 'sys/log-error', 'sys:log:error', 0, 'icon-file-exception', 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000051, 1067246875800000053, 'SQL监控', '{{ window.SITE_CONFIG["apiURL"] }}/druid/sql.html', NULL, 0, 'icon-database', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000053, 0, '系统监控', NULL, NULL, 0, 'icon-desktop', 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000055, 1067246875800000002, '用户管理', 'sys/user', NULL, 0, 'icon-user', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000056, 1067246875800000055, '查看', NULL, 'sys:user:page,sys:user:info', 1, NULL, 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000057, 1067246875800000040, '新增', NULL, 'sys:params:save', 1, NULL, 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000058, 1067246875800000040, '导出', NULL, 'sys:params:export', 1, NULL, 4, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000059, 1067246875800000040, '查看', '', 'sys:params:page,sys:params:info', 1, NULL, 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000060, 1067246875800000040, '修改', NULL, 'sys:params:update', 1, NULL, 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000061, 1067246875800000040, '删除', '', 'sys:params:delete', 1, '', 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1156748733921165314, 1067246875800000053, '接口文档', '{{ window.SITE_CONFIG["apiURL"] }}/doc.html', '', 0, 'icon-file-word', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
|
||||
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000062, 1067246875800000063, '1067246875800000066,1067246875800000063', '技术部', 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000063, 1067246875800000066, '1067246875800000066', '长沙分公司', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000064, 1067246875800000066, '1067246875800000066', '上海分公司', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000065, 1067246875800000064, '1067246875800000066,1067246875800000064', '市场部', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000066, 0, '0', '人人开源集团', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000067, 1067246875800000064, '1067246875800000066,1067246875800000064', '销售部', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000068, 1067246875800000063, '1067246875800000066,1067246875800000063', '产品部', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
|
||||
INSERT INTO sys_dict_type(id, dict_type, dict_name, remark, sort, creator, create_date, updater, update_date) VALUES (1160061077912858625, 'gender', '性别', '', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1160061112075464705, 1160061077912858625, '男', '0', '', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1160061146967879681, 1160061077912858625, '女', '1', '', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1160061190127267841, 1160061077912858625, '保密', '2', '', 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dict_type(id, dict_type, dict_name, remark, sort, creator, create_date, updater, update_date) VALUES (1225813644059140097, 'notice_type', '站内通知-类型', '', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1225814069634195457, 1225813644059140097, '公告', '0', '', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1225814107559092225, 1225813644059140097, '会议', '1', '', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1225814271879340034, 1225813644059140097, '其他', '2', '', 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
|
||||
INSERT INTO sys_params(id, param_code, param_value, param_type, remark, creator, create_date, updater, update_date) VALUES (1067246875800000073, 'CLOUD_STORAGE_CONFIG_KEY', '{"type":1,"qiniuDomain":"http://test.oss.renren.io","qiniuPrefix":"upload","qiniuAccessKey":"NrgMfABZxWLo5B-YYSjoE8-AZ1EISdi1Z3ubLOeZ","qiniuSecretKey":"uIwJHevMRWU0VLxFvgy0tAcOdGqasdtVlJkdy6vV","qiniuBucketName":"renren-oss","aliyunDomain":"","aliyunPrefix":"","aliyunEndPoint":"","aliyunAccessKeyId":"","aliyunAccessKeySecret":"","aliyunBucketName":"","qcloudDomain":"","qcloudPrefix":"","qcloudSecretId":"","qcloudSecretKey":"","qcloudBucketName":""}', '0', '云存储配置信息', 1067246875800000001, now(), 1067246875800000001, now());
|
||||
|
||||
INSERT INTO schedule_job (id, bean_name, params, cron_expression, status, remark, creator, create_date, updater, update_date) VALUES (1067246875800000076, 'testTask', 'renren', '0 0/30 * * * ?', 0, '有参测试,多个参数使用json', 1067246875800000001, now(), 1067246875800000001, now());
|
||||
|
||||
|
||||
|
||||
|
||||
-- quartz自带表结构
|
||||
DROP TABLE IF EXISTS QRTZ_FIRED_TRIGGERS;
|
||||
DROP TABLE IF EXISTS QRTZ_PAUSED_TRIGGER_GRPS;
|
||||
DROP TABLE IF EXISTS QRTZ_SCHEDULER_STATE;
|
||||
DROP TABLE IF EXISTS QRTZ_LOCKS;
|
||||
DROP TABLE IF EXISTS QRTZ_SIMPLE_TRIGGERS;
|
||||
DROP TABLE IF EXISTS QRTZ_SIMPROP_TRIGGERS;
|
||||
DROP TABLE IF EXISTS QRTZ_CRON_TRIGGERS;
|
||||
DROP TABLE IF EXISTS QRTZ_BLOB_TRIGGERS;
|
||||
DROP TABLE IF EXISTS QRTZ_TRIGGERS;
|
||||
DROP TABLE IF EXISTS QRTZ_JOB_DETAILS;
|
||||
DROP TABLE IF EXISTS QRTZ_CALENDARS;
|
||||
|
||||
create table QRTZ_JOB_DETAILS (
|
||||
sched_name varchar(120) not null,
|
||||
job_name varchar(200) not null,
|
||||
job_group varchar(200) not null,
|
||||
description varchar(250) null,
|
||||
job_class_name varchar(250) not null,
|
||||
is_durable varchar(1) not null,
|
||||
is_nonconcurrent varchar(1) not null,
|
||||
is_update_data varchar(1) not null,
|
||||
requests_recovery varchar(1) not null,
|
||||
job_data blob null,
|
||||
primary key (sched_name, job_name, job_group)
|
||||
);
|
||||
|
||||
create table QRTZ_TRIGGERS (
|
||||
sched_name varchar(120) not null,
|
||||
trigger_name varchar(200) not null,
|
||||
trigger_group varchar(200) not null,
|
||||
job_name varchar(200) not null,
|
||||
job_group varchar(200) not null,
|
||||
description varchar(250) null,
|
||||
next_fire_time bigint null,
|
||||
prev_fire_time bigint null,
|
||||
priority int null,
|
||||
trigger_state varchar(16) not null,
|
||||
trigger_type varchar(8) not null,
|
||||
start_time bigint not null,
|
||||
end_time bigint null,
|
||||
calendar_name varchar(200) null,
|
||||
misfire_instr int null,
|
||||
job_data blob null,
|
||||
primary key (sched_name, trigger_name, trigger_group),
|
||||
foreign key (sched_name, job_name, job_group)
|
||||
references QRTZ_JOB_DETAILS(sched_name, job_name, job_group)
|
||||
);
|
||||
|
||||
create table QRTZ_SIMPLE_TRIGGERS (
|
||||
sched_name varchar(120) not null,
|
||||
trigger_name varchar(200) not null,
|
||||
trigger_group varchar(200) not null,
|
||||
repeat_count bigint not null,
|
||||
repeat_interval bigint not null,
|
||||
times_triggered bigint not null,
|
||||
primary key (sched_name, trigger_name, trigger_group),
|
||||
foreign key (sched_name, trigger_name, trigger_group)
|
||||
references QRTZ_TRIGGERS(sched_name, trigger_name, trigger_group)
|
||||
);
|
||||
|
||||
create table QRTZ_CRON_TRIGGERS (
|
||||
sched_name varchar(120) not null,
|
||||
trigger_name varchar(200) not null,
|
||||
trigger_group varchar(200) not null,
|
||||
cron_expression varchar(200) not null,
|
||||
time_zone_id varchar(80),
|
||||
primary key (sched_name, trigger_name, trigger_group),
|
||||
foreign key (sched_name, trigger_name, trigger_group)
|
||||
references QRTZ_TRIGGERS(sched_name, trigger_name, trigger_group)
|
||||
);
|
||||
|
||||
create table QRTZ_BLOB_TRIGGERS (
|
||||
sched_name varchar(120) not null,
|
||||
trigger_name varchar(200) not null,
|
||||
trigger_group varchar(200) not null,
|
||||
blob_data blob null,
|
||||
primary key (sched_name, trigger_name, trigger_group),
|
||||
foreign key (sched_name, trigger_name, trigger_group)
|
||||
references QRTZ_TRIGGERS(sched_name, trigger_name, trigger_group)
|
||||
);
|
||||
|
||||
create table QRTZ_CALENDARS (
|
||||
sched_name varchar(120) not null,
|
||||
calendar_name varchar(200) not null,
|
||||
calendar blob not null,
|
||||
primary key (sched_name, calendar_name)
|
||||
);
|
||||
|
||||
create table QRTZ_PAUSED_TRIGGER_GRPS (
|
||||
sched_name varchar(120) not null,
|
||||
trigger_group varchar(200) not null,
|
||||
primary key (sched_name, trigger_group)
|
||||
);
|
||||
|
||||
create table QRTZ_FIRED_TRIGGERS (
|
||||
sched_name varchar(120) not null,
|
||||
entry_id varchar(95) not null,
|
||||
trigger_name varchar(200) not null,
|
||||
trigger_group varchar(200) not null,
|
||||
instance_name varchar(200) not null,
|
||||
fired_time bigint not null,
|
||||
sched_time bigint not null,
|
||||
priority int not null,
|
||||
state varchar(16) not null,
|
||||
job_name varchar(200) null,
|
||||
job_group varchar(200) null,
|
||||
is_nonconcurrent varchar(1) null,
|
||||
requests_recovery varchar(1) null,
|
||||
primary key (sched_name, entry_id)
|
||||
);
|
||||
|
||||
create table QRTZ_SCHEDULER_STATE (
|
||||
sched_name varchar(120) not null,
|
||||
instance_name varchar(200) not null,
|
||||
last_checkin_time bigint not null,
|
||||
checkin_interval bigint not null,
|
||||
primary key (sched_name, instance_name)
|
||||
);
|
||||
|
||||
create table QRTZ_LOCKS (
|
||||
sched_name varchar(120) not null,
|
||||
lock_name varchar(40) not null,
|
||||
primary key (sched_name, lock_name)
|
||||
);
|
||||
|
||||
create table QRTZ_SIMPROP_TRIGGERS (
|
||||
sched_name varchar(120) not null,
|
||||
trigger_name varchar(200) not null,
|
||||
trigger_group varchar(200) not null,
|
||||
str_prop_1 varchar(512) null,
|
||||
str_prop_2 varchar(512) null,
|
||||
str_prop_3 varchar(512) null,
|
||||
int_prop_1 int null,
|
||||
int_prop_2 int null,
|
||||
long_prop_1 bigint null,
|
||||
long_prop_2 bigint null,
|
||||
dec_prop_1 numeric(13,4) null,
|
||||
dec_prop_2 numeric(13,4) null,
|
||||
bool_prop_1 varchar(1) null,
|
||||
bool_prop_2 varchar(1) null,
|
||||
primary key (sched_name, trigger_name, trigger_group),
|
||||
foreign key (sched_name, trigger_name, trigger_group)
|
||||
references QRTZ_TRIGGERS(sched_name, trigger_name, trigger_group)
|
||||
);
|
504
renren-admin/db/mysql.sql
Normal file
504
renren-admin/db/mysql.sql
Normal file
@ -0,0 +1,504 @@
|
||||
-- 系统用户
|
||||
CREATE TABLE sys_user (
|
||||
id bigint NOT NULL COMMENT 'id',
|
||||
username varchar(50) NOT NULL COMMENT '用户名',
|
||||
password varchar(100) COMMENT '密码',
|
||||
real_name varchar(50) COMMENT '姓名',
|
||||
head_url varchar(200) COMMENT '头像',
|
||||
gender tinyint unsigned COMMENT '性别 0:男 1:女 2:保密',
|
||||
email varchar(100) COMMENT '邮箱',
|
||||
mobile varchar(100) COMMENT '手机号',
|
||||
dept_id bigint COMMENT '部门ID',
|
||||
super_admin tinyint unsigned COMMENT '超级管理员 0:否 1:是',
|
||||
status tinyint COMMENT '状态 0:停用 1:正常',
|
||||
creator bigint COMMENT '创建者',
|
||||
create_date datetime COMMENT '创建时间',
|
||||
updater bigint COMMENT '更新者',
|
||||
update_date datetime COMMENT '更新时间',
|
||||
primary key (id),
|
||||
unique key uk_username (username),
|
||||
key idx_create_date (create_date)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='系统用户';
|
||||
|
||||
-- 部门
|
||||
CREATE TABLE sys_dept (
|
||||
id bigint NOT NULL COMMENT 'id',
|
||||
pid bigint COMMENT '上级ID',
|
||||
pids varchar(500) COMMENT '所有上级ID,用逗号分开',
|
||||
name varchar(50) COMMENT '部门名称',
|
||||
sort int unsigned COMMENT '排序',
|
||||
creator bigint COMMENT '创建者',
|
||||
create_date datetime COMMENT '创建时间',
|
||||
updater bigint COMMENT '更新者',
|
||||
update_date datetime COMMENT '更新时间',
|
||||
primary key (id),
|
||||
key idx_pid (pid),
|
||||
key idx_sort (sort)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='部门管理';
|
||||
|
||||
-- 角色管理
|
||||
create table sys_role
|
||||
(
|
||||
id bigint NOT NULL COMMENT 'id',
|
||||
name varchar(50) COMMENT '角色名称',
|
||||
remark varchar(100) COMMENT '备注',
|
||||
dept_id bigint COMMENT '部门ID',
|
||||
creator bigint COMMENT '创建者',
|
||||
create_date datetime COMMENT '创建时间',
|
||||
updater bigint COMMENT '更新者',
|
||||
update_date datetime COMMENT '更新时间',
|
||||
primary key (id),
|
||||
key idx_dept_id (dept_id)
|
||||
)ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COMMENT='角色管理';
|
||||
|
||||
-- 菜单管理
|
||||
create table sys_menu
|
||||
(
|
||||
id bigint NOT NULL COMMENT 'id',
|
||||
pid bigint COMMENT '上级ID,一级菜单为0',
|
||||
name varchar(200) COMMENT '名称',
|
||||
url varchar(200) COMMENT '菜单URL',
|
||||
permissions varchar(500) COMMENT '授权(多个用逗号分隔,如:sys:user:list,sys:user:save)',
|
||||
menu_type tinyint unsigned COMMENT '类型 0:菜单 1:按钮',
|
||||
icon varchar(50) COMMENT '菜单图标',
|
||||
sort int COMMENT '排序',
|
||||
creator bigint COMMENT '创建者',
|
||||
create_date datetime COMMENT '创建时间',
|
||||
updater bigint COMMENT '更新者',
|
||||
update_date datetime COMMENT '更新时间',
|
||||
primary key (id),
|
||||
key idx_pid (pid),
|
||||
key idx_sort (sort)
|
||||
)ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COMMENT='菜单管理';
|
||||
|
||||
-- 角色用户关系
|
||||
create table sys_role_user
|
||||
(
|
||||
id bigint NOT NULL COMMENT 'id',
|
||||
role_id bigint COMMENT '角色ID',
|
||||
user_id bigint COMMENT '用户ID',
|
||||
creator bigint COMMENT '创建者',
|
||||
create_date datetime COMMENT '创建时间',
|
||||
primary key (id),
|
||||
key idx_role_id (role_id),
|
||||
key idx_user_id (user_id)
|
||||
)ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COMMENT='角色用户关系';
|
||||
|
||||
-- 角色菜单关系
|
||||
create table sys_role_menu
|
||||
(
|
||||
id bigint NOT NULL COMMENT 'id',
|
||||
role_id bigint COMMENT '角色ID',
|
||||
menu_id bigint COMMENT '菜单ID',
|
||||
creator bigint COMMENT '创建者',
|
||||
create_date datetime COMMENT '创建时间',
|
||||
primary key (id),
|
||||
key idx_role_id (role_id),
|
||||
key idx_menu_id (menu_id)
|
||||
)ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COMMENT='角色菜单关系';
|
||||
|
||||
-- 角色数据权限
|
||||
create table sys_role_data_scope
|
||||
(
|
||||
id bigint NOT NULL COMMENT 'id',
|
||||
role_id bigint COMMENT '角色ID',
|
||||
dept_id bigint COMMENT '部门ID',
|
||||
creator bigint COMMENT '创建者',
|
||||
create_date datetime COMMENT '创建时间',
|
||||
primary key (id),
|
||||
key idx_role_id (role_id)
|
||||
)ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COMMENT='角色数据权限';
|
||||
|
||||
-- 参数管理
|
||||
create table sys_params
|
||||
(
|
||||
id bigint NOT NULL COMMENT 'id',
|
||||
param_code varchar(32) COMMENT '参数编码',
|
||||
param_value varchar(2000) COMMENT '参数值',
|
||||
param_type tinyint unsigned default 1 COMMENT '类型 0:系统参数 1:非系统参数',
|
||||
remark varchar(200) COMMENT '备注',
|
||||
creator bigint COMMENT '创建者',
|
||||
create_date datetime COMMENT '创建时间',
|
||||
updater bigint COMMENT '更新者',
|
||||
update_date datetime COMMENT '更新时间',
|
||||
primary key (id),
|
||||
unique key uk_param_code (param_code),
|
||||
key idx_create_date (create_date)
|
||||
)ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COMMENT='参数管理';
|
||||
|
||||
-- 字典类型
|
||||
create table sys_dict_type
|
||||
(
|
||||
id bigint NOT NULL COMMENT 'id',
|
||||
dict_type varchar(100) NOT NULL COMMENT '字典类型',
|
||||
dict_name varchar(255) NOT NULL COMMENT '字典名称',
|
||||
remark varchar(255) COMMENT '备注',
|
||||
sort int unsigned COMMENT '排序',
|
||||
creator bigint COMMENT '创建者',
|
||||
create_date datetime COMMENT '创建时间',
|
||||
updater bigint COMMENT '更新者',
|
||||
update_date datetime COMMENT '更新时间',
|
||||
primary key (id),
|
||||
UNIQUE KEY(dict_type)
|
||||
)ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COMMENT='字典类型';
|
||||
|
||||
-- 字典数据
|
||||
create table sys_dict_data
|
||||
(
|
||||
id bigint NOT NULL COMMENT 'id',
|
||||
dict_type_id bigint NOT NULL COMMENT '字典类型ID',
|
||||
dict_label varchar(255) NOT NULL COMMENT '字典标签',
|
||||
dict_value varchar(255) COMMENT '字典值',
|
||||
remark varchar(255) COMMENT '备注',
|
||||
sort int unsigned COMMENT '排序',
|
||||
creator bigint COMMENT '创建者',
|
||||
create_date datetime COMMENT '创建时间',
|
||||
updater bigint COMMENT '更新者',
|
||||
update_date datetime COMMENT '更新时间',
|
||||
primary key (id),
|
||||
unique key uk_dict_type_value (dict_type_id, dict_value),
|
||||
key idx_sort (sort)
|
||||
)ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COMMENT='字典数据';
|
||||
|
||||
-- 登录日志
|
||||
create table sys_log_login
|
||||
(
|
||||
id bigint NOT NULL COMMENT 'id',
|
||||
operation tinyint unsigned COMMENT '用户操作 0:用户登录 1:用户退出',
|
||||
status tinyint unsigned NOT NULL COMMENT '状态 0:失败 1:成功 2:账号已锁定',
|
||||
user_agent varchar(500) COMMENT '用户代理',
|
||||
ip varchar(32) COMMENT '操作IP',
|
||||
creator_name varchar(50) COMMENT '用户名',
|
||||
creator bigint COMMENT '创建者',
|
||||
create_date datetime COMMENT '创建时间',
|
||||
primary key (id),
|
||||
key idx_status (status),
|
||||
key idx_create_date (create_date)
|
||||
)ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COMMENT='登录日志';
|
||||
|
||||
-- 操作日志
|
||||
create table sys_log_operation
|
||||
(
|
||||
id bigint NOT NULL COMMENT 'id',
|
||||
operation varchar(50) COMMENT '用户操作',
|
||||
request_uri varchar(200) COMMENT '请求URI',
|
||||
request_method varchar(20) COMMENT '请求方式',
|
||||
request_params text COMMENT '请求参数',
|
||||
request_time int unsigned NOT NULL COMMENT '请求时长(毫秒)',
|
||||
user_agent varchar(500) COMMENT '用户代理',
|
||||
ip varchar(32) COMMENT '操作IP',
|
||||
status tinyint unsigned NOT NULL COMMENT '状态 0:失败 1:成功',
|
||||
creator_name varchar(50) COMMENT '用户名',
|
||||
creator bigint COMMENT '创建者',
|
||||
create_date datetime COMMENT '创建时间',
|
||||
primary key (id),
|
||||
key idx_create_date (create_date)
|
||||
)ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COMMENT='操作日志';
|
||||
|
||||
-- 异常日志
|
||||
create table sys_log_error
|
||||
(
|
||||
id bigint NOT NULL COMMENT 'id',
|
||||
request_uri varchar(200) COMMENT '请求URI',
|
||||
request_method varchar(20) COMMENT '请求方式',
|
||||
request_params text COMMENT '请求参数',
|
||||
user_agent varchar(500) COMMENT '用户代理',
|
||||
ip varchar(32) COMMENT '操作IP',
|
||||
error_info text COMMENT '异常信息',
|
||||
creator bigint COMMENT '创建者',
|
||||
create_date datetime COMMENT '创建时间',
|
||||
primary key (id),
|
||||
key idx_create_date (create_date)
|
||||
)ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COMMENT='异常日志';
|
||||
|
||||
|
||||
-- 文件上传
|
||||
CREATE TABLE sys_oss (
|
||||
id bigint NOT NULL COMMENT 'id',
|
||||
url varchar(200) COMMENT 'URL地址',
|
||||
creator bigint COMMENT '创建者',
|
||||
create_date datetime COMMENT '创建时间',
|
||||
PRIMARY KEY (id),
|
||||
key idx_create_date (create_date)
|
||||
) ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COMMENT='文件上传';
|
||||
|
||||
-- 定时任务
|
||||
CREATE TABLE schedule_job (
|
||||
id bigint NOT NULL COMMENT 'id',
|
||||
bean_name varchar(200) DEFAULT NULL COMMENT 'spring bean名称',
|
||||
params varchar(2000) DEFAULT NULL COMMENT '参数',
|
||||
cron_expression varchar(100) DEFAULT NULL COMMENT 'cron表达式',
|
||||
status tinyint unsigned COMMENT '任务状态 0:暂停 1:正常',
|
||||
remark varchar(255) DEFAULT NULL COMMENT '备注',
|
||||
creator bigint COMMENT '创建者',
|
||||
create_date datetime COMMENT '创建时间',
|
||||
updater bigint COMMENT '更新者',
|
||||
update_date datetime COMMENT '更新时间',
|
||||
PRIMARY KEY (id),
|
||||
key idx_create_date (create_date)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='定时任务';
|
||||
|
||||
-- 定时任务日志
|
||||
CREATE TABLE schedule_job_log (
|
||||
id bigint NOT NULL COMMENT 'id',
|
||||
job_id bigint NOT NULL COMMENT '任务id',
|
||||
bean_name varchar(200) DEFAULT NULL COMMENT 'spring bean名称',
|
||||
params varchar(2000) DEFAULT NULL COMMENT '参数',
|
||||
status tinyint unsigned NOT NULL COMMENT '任务状态 0:失败 1:成功',
|
||||
error varchar(2000) DEFAULT NULL COMMENT '失败信息',
|
||||
times int NOT NULL COMMENT '耗时(单位:毫秒)',
|
||||
create_date datetime COMMENT '创建时间',
|
||||
PRIMARY KEY (id),
|
||||
key idx_job_id (job_id),
|
||||
key idx_create_date (create_date)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='定时任务日志';
|
||||
|
||||
-- 系统用户Token
|
||||
CREATE TABLE sys_user_token (
|
||||
id bigint NOT NULL COMMENT 'id',
|
||||
user_id bigint NOT NULL COMMENT '用户id',
|
||||
token varchar(100) NOT NULL COMMENT '用户token',
|
||||
expire_date datetime COMMENT '过期时间',
|
||||
update_date datetime COMMENT '更新时间',
|
||||
create_date datetime COMMENT '创建时间',
|
||||
PRIMARY KEY (id),
|
||||
UNIQUE KEY user_id (user_id),
|
||||
UNIQUE KEY token (token)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='系统用户Token';
|
||||
|
||||
-- 初始数据
|
||||
INSERT INTO sys_user(id, username, password, real_name, gender, email, mobile, status, dept_id, super_admin, creator, create_date, updater, update_date) VALUES (1067246875800000001, 'admin', '$2a$10$012Kx2ba5jzqr9gLlG4MX.bnQJTD9UWqF57XDo2N3.fPtLne02u/m', '管理员', 0, 'root@renren.io', '13612345678', 1, null, 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000002, 0, '权限管理', NULL, NULL, 0, 'icon-safetycertificate', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000003, 1067246875800000055, '新增', NULL, 'sys:user:save,sys:dept:list,sys:role:list', 1, NULL, 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000004, 1067246875800000055, '修改', NULL, 'sys:user:update,sys:dept:list,sys:role:list', 1, NULL, 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000005, 1067246875800000055, '删除', NULL, 'sys:user:delete', 1, NULL, 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000006, 1067246875800000055, '导出', NULL, 'sys:user:export', 1, NULL, 4, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000007, 1067246875800000002, '角色管理', 'sys/role', NULL, 0, 'icon-team', 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000008, 1067246875800000007, '查看', NULL, 'sys:role:page,sys:role:info', 1, NULL, 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000009, 1067246875800000007, '新增', NULL, 'sys:role:save,sys:menu:select,sys:dept:list', 1, NULL, 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000010, 1067246875800000007, '修改', NULL, 'sys:role:update,sys:menu:select,sys:dept:list', 1, NULL, 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000011, 1067246875800000007, '删除', NULL, 'sys:role:delete', 1, NULL, 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000012, 1067246875800000002, '部门管理', 'sys/dept', NULL, 0, 'icon-apartment', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000014, 1067246875800000012, '查看', NULL, 'sys:dept:list,sys:dept:info', 1, NULL, 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000015, 1067246875800000012, '新增', NULL, 'sys:dept:save', 1, NULL, 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000016, 1067246875800000012, '修改', NULL, 'sys:dept:update', 1, NULL, 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000017, 1067246875800000012, '删除', NULL, 'sys:dept:delete', 1, NULL, 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000025, 1067246875800000035, '菜单管理', 'sys/menu', NULL, 0, 'icon-unorderedlist', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000026, 1067246875800000025, '查看', NULL, 'sys:menu:list,sys:menu:info', 1, NULL, 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000027, 1067246875800000025, '新增', NULL, 'sys:menu:save', 1, NULL, 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000028, 1067246875800000025, '修改', NULL, 'sys:menu:update', 1, NULL, 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000029, 1067246875800000025, '删除', NULL, 'sys:menu:delete', 1, NULL, 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000030, 1067246875800000035, '定时任务', 'job/schedule', NULL, 0, 'icon-dashboard', 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000031, 1067246875800000030, '查看', NULL, 'sys:schedule:page,sys:schedule:info', 1, NULL, 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000032, 1067246875800000030, '新增', NULL, 'sys:schedule:save', 1, NULL, 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000033, 1067246875800000030, '修改', NULL, 'sys:schedule:update', 1, NULL, 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000034, 1067246875800000030, '删除', NULL, 'sys:schedule:delete', 1, NULL, 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000035, 0, '系统设置', NULL, NULL, 0, 'icon-setting', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000036, 1067246875800000030, '暂停', NULL, 'sys:schedule:pause', 1, NULL, 4, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000037, 1067246875800000030, '恢复', NULL, 'sys:schedule:resume', 1, NULL, 5, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000038, 1067246875800000030, '立即执行', NULL, 'sys:schedule:run', 1, NULL, 6, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000039, 1067246875800000030, '日志列表', NULL, 'sys:schedule:log', 1, NULL, 7, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000040, 1067246875800000035, '参数管理', 'sys/params', '', 0, 'icon-fileprotect', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000041, 1067246875800000035, '字典管理', 'sys/dict-type', NULL, 0, 'icon-golden-fill', 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000042, 1067246875800000041, '查看', NULL, 'sys:dict:page,sys:dict:info', 1, NULL, 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000043, 1067246875800000041, '新增', NULL, 'sys:dict:save', 1, NULL, 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000044, 1067246875800000041, '修改', NULL, 'sys:dict:update', 1, NULL, 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000045, 1067246875800000041, '删除', NULL, 'sys:dict:delete', 1, NULL, 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000046, 0, '日志管理', NULL, NULL, 0, 'icon-container', 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000047, 1067246875800000035, '文件上传', 'oss/oss', 'sys:oss:all', 0, 'icon-upload', 4, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000048, 1067246875800000046, '登录日志', 'sys/log-login', 'sys:log:login', 0, 'icon-filedone', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000049, 1067246875800000046, '操作日志', 'sys/log-operation', 'sys:log:operation', 0, 'icon-solution', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000050, 1067246875800000046, '异常日志', 'sys/log-error', 'sys:log:error', 0, 'icon-file-exception', 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000051, 1067246875800000053, 'SQL监控', '{{ window.SITE_CONFIG["apiURL"] }}/druid/sql.html', NULL, 0, 'icon-database', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000053, 0, '系统监控', NULL, NULL, 0, 'icon-desktop', 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000055, 1067246875800000002, '用户管理', 'sys/user', NULL, 0, 'icon-user', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000056, 1067246875800000055, '查看', NULL, 'sys:user:page,sys:user:info', 1, NULL, 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000057, 1067246875800000040, '新增', NULL, 'sys:params:save', 1, NULL, 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000058, 1067246875800000040, '导出', NULL, 'sys:params:export', 1, NULL, 4, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000059, 1067246875800000040, '查看', '', 'sys:params:page,sys:params:info', 1, NULL, 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000060, 1067246875800000040, '修改', NULL, 'sys:params:update', 1, NULL, 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000061, 1067246875800000040, '删除', '', 'sys:params:delete', 1, '', 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1156748733921165314, 1067246875800000053, '接口文档', '{{ window.SITE_CONFIG["apiURL"] }}/doc.html', '', 0, 'icon-file-word', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
|
||||
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000062, 1067246875800000063, '1067246875800000066,1067246875800000063', '技术部', 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000063, 1067246875800000066, '1067246875800000066', '长沙分公司', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000064, 1067246875800000066, '1067246875800000066', '上海分公司', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000065, 1067246875800000064, '1067246875800000066,1067246875800000064', '市场部', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000066, 0, '0', '人人开源集团', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000067, 1067246875800000064, '1067246875800000066,1067246875800000064', '销售部', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000068, 1067246875800000063, '1067246875800000066,1067246875800000063', '产品部', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
|
||||
INSERT INTO sys_dict_type(id, dict_type, dict_name, remark, sort, creator, create_date, updater, update_date) VALUES (1160061077912858625, 'gender', '性别', '', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1160061112075464705, 1160061077912858625, '男', '0', '', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1160061146967879681, 1160061077912858625, '女', '1', '', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1160061190127267841, 1160061077912858625, '保密', '2', '', 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dict_type(id, dict_type, dict_name, remark, sort, creator, create_date, updater, update_date) VALUES (1225813644059140097, 'notice_type', '站内通知-类型', '', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1225814069634195457, 1225813644059140097, '公告', '0', '', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1225814107559092225, 1225813644059140097, '会议', '1', '', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1225814271879340034, 1225813644059140097, '其他', '2', '', 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
|
||||
INSERT INTO sys_params(id, param_code, param_value, param_type, remark, creator, create_date, updater, update_date) VALUES (1067246875800000073, 'CLOUD_STORAGE_CONFIG_KEY', '{"type":1,"qiniuDomain":"http://test.oss.renren.io","qiniuPrefix":"upload","qiniuAccessKey":"NrgMfABZxWLo5B-YYSjoE8-AZ1EISdi1Z3ubLOeZ","qiniuSecretKey":"uIwJHevMRWU0VLxFvgy0tAcOdGqasdtVlJkdy6vV","qiniuBucketName":"renren-oss","aliyunDomain":"","aliyunPrefix":"","aliyunEndPoint":"","aliyunAccessKeyId":"","aliyunAccessKeySecret":"","aliyunBucketName":"","qcloudDomain":"","qcloudPrefix":"","qcloudSecretId":"","qcloudSecretKey":"","qcloudBucketName":""}', '0', '云存储配置信息', 1067246875800000001, now(), 1067246875800000001, now());
|
||||
|
||||
INSERT INTO schedule_job (id, bean_name, params, cron_expression, status, remark, creator, create_date, updater, update_date) VALUES (1067246875800000076, 'testTask', 'renren', '0 0/30 * * * ?', 0, '有参测试,多个参数使用json', 1067246875800000001, now(), 1067246875800000001, now());
|
||||
|
||||
|
||||
-- quartz自带表结构
|
||||
CREATE TABLE QRTZ_JOB_DETAILS(
|
||||
SCHED_NAME VARCHAR(120) NOT NULL,
|
||||
JOB_NAME VARCHAR(200) NOT NULL,
|
||||
JOB_GROUP VARCHAR(200) NOT NULL,
|
||||
DESCRIPTION VARCHAR(250) NULL,
|
||||
JOB_CLASS_NAME VARCHAR(250) NOT NULL,
|
||||
IS_DURABLE VARCHAR(1) NOT NULL,
|
||||
IS_NONCONCURRENT VARCHAR(1) NOT NULL,
|
||||
IS_UPDATE_DATA VARCHAR(1) NOT NULL,
|
||||
REQUESTS_RECOVERY VARCHAR(1) NOT NULL,
|
||||
JOB_DATA BLOB NULL,
|
||||
PRIMARY KEY (SCHED_NAME,JOB_NAME,JOB_GROUP))
|
||||
ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
CREATE TABLE QRTZ_TRIGGERS (
|
||||
SCHED_NAME VARCHAR(120) NOT NULL,
|
||||
TRIGGER_NAME VARCHAR(200) NOT NULL,
|
||||
TRIGGER_GROUP VARCHAR(200) NOT NULL,
|
||||
JOB_NAME VARCHAR(200) NOT NULL,
|
||||
JOB_GROUP VARCHAR(200) NOT NULL,
|
||||
DESCRIPTION VARCHAR(250) NULL,
|
||||
NEXT_FIRE_TIME BIGINT(13) NULL,
|
||||
PREV_FIRE_TIME BIGINT(13) NULL,
|
||||
PRIORITY INTEGER NULL,
|
||||
TRIGGER_STATE VARCHAR(16) NOT NULL,
|
||||
TRIGGER_TYPE VARCHAR(8) NOT NULL,
|
||||
START_TIME BIGINT(13) NOT NULL,
|
||||
END_TIME BIGINT(13) NULL,
|
||||
CALENDAR_NAME VARCHAR(200) NULL,
|
||||
MISFIRE_INSTR SMALLINT(2) NULL,
|
||||
JOB_DATA BLOB NULL,
|
||||
PRIMARY KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP),
|
||||
FOREIGN KEY (SCHED_NAME,JOB_NAME,JOB_GROUP)
|
||||
REFERENCES QRTZ_JOB_DETAILS(SCHED_NAME,JOB_NAME,JOB_GROUP))
|
||||
ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
CREATE TABLE QRTZ_SIMPLE_TRIGGERS (
|
||||
SCHED_NAME VARCHAR(120) NOT NULL,
|
||||
TRIGGER_NAME VARCHAR(200) NOT NULL,
|
||||
TRIGGER_GROUP VARCHAR(200) NOT NULL,
|
||||
REPEAT_COUNT BIGINT(7) NOT NULL,
|
||||
REPEAT_INTERVAL BIGINT(12) NOT NULL,
|
||||
TIMES_TRIGGERED BIGINT(10) NOT NULL,
|
||||
PRIMARY KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP),
|
||||
FOREIGN KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
|
||||
REFERENCES QRTZ_TRIGGERS(SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP))
|
||||
ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
CREATE TABLE QRTZ_CRON_TRIGGERS (
|
||||
SCHED_NAME VARCHAR(120) NOT NULL,
|
||||
TRIGGER_NAME VARCHAR(200) NOT NULL,
|
||||
TRIGGER_GROUP VARCHAR(200) NOT NULL,
|
||||
CRON_EXPRESSION VARCHAR(120) NOT NULL,
|
||||
TIME_ZONE_ID VARCHAR(80),
|
||||
PRIMARY KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP),
|
||||
FOREIGN KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
|
||||
REFERENCES QRTZ_TRIGGERS(SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP))
|
||||
ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
CREATE TABLE QRTZ_SIMPROP_TRIGGERS
|
||||
(
|
||||
SCHED_NAME VARCHAR(120) NOT NULL,
|
||||
TRIGGER_NAME VARCHAR(200) NOT NULL,
|
||||
TRIGGER_GROUP VARCHAR(200) NOT NULL,
|
||||
STR_PROP_1 VARCHAR(512) NULL,
|
||||
STR_PROP_2 VARCHAR(512) NULL,
|
||||
STR_PROP_3 VARCHAR(512) NULL,
|
||||
INT_PROP_1 INT NULL,
|
||||
INT_PROP_2 INT NULL,
|
||||
LONG_PROP_1 BIGINT NULL,
|
||||
LONG_PROP_2 BIGINT NULL,
|
||||
DEC_PROP_1 NUMERIC(13,4) NULL,
|
||||
DEC_PROP_2 NUMERIC(13,4) NULL,
|
||||
BOOL_PROP_1 VARCHAR(1) NULL,
|
||||
BOOL_PROP_2 VARCHAR(1) NULL,
|
||||
PRIMARY KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP),
|
||||
FOREIGN KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
|
||||
REFERENCES QRTZ_TRIGGERS(SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP))
|
||||
ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
CREATE TABLE QRTZ_BLOB_TRIGGERS (
|
||||
SCHED_NAME VARCHAR(120) NOT NULL,
|
||||
TRIGGER_NAME VARCHAR(200) NOT NULL,
|
||||
TRIGGER_GROUP VARCHAR(200) NOT NULL,
|
||||
BLOB_DATA BLOB NULL,
|
||||
PRIMARY KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP),
|
||||
INDEX (SCHED_NAME,TRIGGER_NAME, TRIGGER_GROUP),
|
||||
FOREIGN KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
|
||||
REFERENCES QRTZ_TRIGGERS(SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP))
|
||||
ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
CREATE TABLE QRTZ_CALENDARS (
|
||||
SCHED_NAME VARCHAR(120) NOT NULL,
|
||||
CALENDAR_NAME VARCHAR(200) NOT NULL,
|
||||
CALENDAR BLOB NOT NULL,
|
||||
PRIMARY KEY (SCHED_NAME,CALENDAR_NAME))
|
||||
ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
CREATE TABLE QRTZ_PAUSED_TRIGGER_GRPS (
|
||||
SCHED_NAME VARCHAR(120) NOT NULL,
|
||||
TRIGGER_GROUP VARCHAR(200) NOT NULL,
|
||||
PRIMARY KEY (SCHED_NAME,TRIGGER_GROUP))
|
||||
ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
CREATE TABLE QRTZ_FIRED_TRIGGERS (
|
||||
SCHED_NAME VARCHAR(120) NOT NULL,
|
||||
ENTRY_ID VARCHAR(95) NOT NULL,
|
||||
TRIGGER_NAME VARCHAR(200) NOT NULL,
|
||||
TRIGGER_GROUP VARCHAR(200) NOT NULL,
|
||||
INSTANCE_NAME VARCHAR(200) NOT NULL,
|
||||
FIRED_TIME BIGINT(13) NOT NULL,
|
||||
SCHED_TIME BIGINT(13) NOT NULL,
|
||||
PRIORITY INTEGER NOT NULL,
|
||||
STATE VARCHAR(16) NOT NULL,
|
||||
JOB_NAME VARCHAR(200) NULL,
|
||||
JOB_GROUP VARCHAR(200) NULL,
|
||||
IS_NONCONCURRENT VARCHAR(1) NULL,
|
||||
REQUESTS_RECOVERY VARCHAR(1) NULL,
|
||||
PRIMARY KEY (SCHED_NAME,ENTRY_ID))
|
||||
ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
CREATE TABLE QRTZ_SCHEDULER_STATE (
|
||||
SCHED_NAME VARCHAR(120) NOT NULL,
|
||||
INSTANCE_NAME VARCHAR(200) NOT NULL,
|
||||
LAST_CHECKIN_TIME BIGINT(13) NOT NULL,
|
||||
CHECKIN_INTERVAL BIGINT(13) NOT NULL,
|
||||
PRIMARY KEY (SCHED_NAME,INSTANCE_NAME))
|
||||
ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
CREATE TABLE QRTZ_LOCKS (
|
||||
SCHED_NAME VARCHAR(120) NOT NULL,
|
||||
LOCK_NAME VARCHAR(40) NOT NULL,
|
||||
PRIMARY KEY (SCHED_NAME,LOCK_NAME))
|
||||
ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
CREATE INDEX IDX_QRTZ_J_REQ_RECOVERY ON QRTZ_JOB_DETAILS(SCHED_NAME,REQUESTS_RECOVERY);
|
||||
CREATE INDEX IDX_QRTZ_J_GRP ON QRTZ_JOB_DETAILS(SCHED_NAME,JOB_GROUP);
|
||||
|
||||
CREATE INDEX IDX_QRTZ_T_J ON QRTZ_TRIGGERS(SCHED_NAME,JOB_NAME,JOB_GROUP);
|
||||
CREATE INDEX IDX_QRTZ_T_JG ON QRTZ_TRIGGERS(SCHED_NAME,JOB_GROUP);
|
||||
CREATE INDEX IDX_QRTZ_T_C ON QRTZ_TRIGGERS(SCHED_NAME,CALENDAR_NAME);
|
||||
CREATE INDEX IDX_QRTZ_T_G ON QRTZ_TRIGGERS(SCHED_NAME,TRIGGER_GROUP);
|
||||
CREATE INDEX IDX_QRTZ_T_STATE ON QRTZ_TRIGGERS(SCHED_NAME,TRIGGER_STATE);
|
||||
CREATE INDEX IDX_QRTZ_T_N_STATE ON QRTZ_TRIGGERS(SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP,TRIGGER_STATE);
|
||||
CREATE INDEX IDX_QRTZ_T_N_G_STATE ON QRTZ_TRIGGERS(SCHED_NAME,TRIGGER_GROUP,TRIGGER_STATE);
|
||||
CREATE INDEX IDX_QRTZ_T_NEXT_FIRE_TIME ON QRTZ_TRIGGERS(SCHED_NAME,NEXT_FIRE_TIME);
|
||||
CREATE INDEX IDX_QRTZ_T_NFT_ST ON QRTZ_TRIGGERS(SCHED_NAME,TRIGGER_STATE,NEXT_FIRE_TIME);
|
||||
CREATE INDEX IDX_QRTZ_T_NFT_MISFIRE ON QRTZ_TRIGGERS(SCHED_NAME,MISFIRE_INSTR,NEXT_FIRE_TIME);
|
||||
CREATE INDEX IDX_QRTZ_T_NFT_ST_MISFIRE ON QRTZ_TRIGGERS(SCHED_NAME,MISFIRE_INSTR,NEXT_FIRE_TIME,TRIGGER_STATE);
|
||||
CREATE INDEX IDX_QRTZ_T_NFT_ST_MISFIRE_GRP ON QRTZ_TRIGGERS(SCHED_NAME,MISFIRE_INSTR,NEXT_FIRE_TIME,TRIGGER_GROUP,TRIGGER_STATE);
|
||||
|
||||
CREATE INDEX IDX_QRTZ_FT_TRIG_INST_NAME ON QRTZ_FIRED_TRIGGERS(SCHED_NAME,INSTANCE_NAME);
|
||||
CREATE INDEX IDX_QRTZ_FT_INST_JOB_REQ_RCVRY ON QRTZ_FIRED_TRIGGERS(SCHED_NAME,INSTANCE_NAME,REQUESTS_RECOVERY);
|
||||
CREATE INDEX IDX_QRTZ_FT_J_G ON QRTZ_FIRED_TRIGGERS(SCHED_NAME,JOB_NAME,JOB_GROUP);
|
||||
CREATE INDEX IDX_QRTZ_FT_JG ON QRTZ_FIRED_TRIGGERS(SCHED_NAME,JOB_GROUP);
|
||||
CREATE INDEX IDX_QRTZ_FT_T_G ON QRTZ_FIRED_TRIGGERS(SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP);
|
||||
CREATE INDEX IDX_QRTZ_FT_TG ON QRTZ_FIRED_TRIGGERS(SCHED_NAME,TRIGGER_GROUP);
|
684
renren-admin/db/oracle.sql
Normal file
684
renren-admin/db/oracle.sql
Normal file
@ -0,0 +1,684 @@
|
||||
CREATE TABLE sys_user (
|
||||
id NUMBER(20, 0) NOT NULL,
|
||||
username varchar2(50) NOT NULL,
|
||||
password varchar2(100),
|
||||
real_name varchar2(50),
|
||||
head_url varchar2(200),
|
||||
gender NUMBER(2, 0),
|
||||
email varchar2(100),
|
||||
mobile varchar2(100),
|
||||
dept_id NUMBER(20, 0),
|
||||
super_admin NUMBER(2, 0),
|
||||
status NUMBER(2, 0),
|
||||
creator NUMBER(20, 0),
|
||||
create_date date,
|
||||
updater NUMBER(20, 0),
|
||||
update_date date,
|
||||
primary key (id)
|
||||
);
|
||||
|
||||
CREATE UNIQUE INDEX uk_sys_user_username on sys_user(username);
|
||||
CREATE INDEX idx_sys_user_create_date on sys_user(create_date);
|
||||
|
||||
COMMENT ON TABLE sys_user IS '用户管理';
|
||||
COMMENT ON COLUMN sys_user.id IS 'id';
|
||||
COMMENT ON COLUMN sys_user.username IS '用户名';
|
||||
COMMENT ON COLUMN sys_user.password IS '密码';
|
||||
COMMENT ON COLUMN sys_user.real_name IS '姓名';
|
||||
COMMENT ON COLUMN sys_user.head_url IS '头像';
|
||||
COMMENT ON COLUMN sys_user.gender IS '性别 0:男 1:女 2:保密';
|
||||
COMMENT ON COLUMN sys_user.email IS '邮箱';
|
||||
COMMENT ON COLUMN sys_user.mobile IS '手机号';
|
||||
COMMENT ON COLUMN sys_user.dept_id IS '部门ID';
|
||||
COMMENT ON COLUMN sys_user.super_admin IS '超级管理员 0:否 1:是';
|
||||
COMMENT ON COLUMN sys_user.status IS '状态 0:停用 1:正常';
|
||||
COMMENT ON COLUMN sys_user.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_user.create_date IS '创建时间';
|
||||
COMMENT ON COLUMN sys_user.updater IS '更新者';
|
||||
COMMENT ON COLUMN sys_user.update_date IS '更新时间';
|
||||
|
||||
|
||||
CREATE TABLE sys_dept (
|
||||
id NUMBER(20, 0) NOT NULL,
|
||||
pid NUMBER(20, 0),
|
||||
pids varchar2(500),
|
||||
name varchar2(50),
|
||||
sort NUMBER(10, 0),
|
||||
creator NUMBER(20, 0),
|
||||
create_date date,
|
||||
updater NUMBER(20, 0),
|
||||
update_date date,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE INDEX idx_sys_dept_pid on sys_dept(pid);
|
||||
CREATE INDEX idx_sys_dept_idx_sort on sys_dept(sort);
|
||||
|
||||
COMMENT ON TABLE sys_dept IS '部门管理';
|
||||
COMMENT ON COLUMN sys_dept.id IS 'id';
|
||||
COMMENT ON COLUMN sys_dept.pid IS '上级ID';
|
||||
COMMENT ON COLUMN sys_dept.pids IS '所有上级ID,用逗号分开';
|
||||
COMMENT ON COLUMN sys_dept.name IS '部门名称';
|
||||
COMMENT ON COLUMN sys_dept.sort IS '排序';
|
||||
COMMENT ON COLUMN sys_dept.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_dept.create_date IS '创建时间';
|
||||
COMMENT ON COLUMN sys_dept.updater IS '更新者';
|
||||
COMMENT ON COLUMN sys_dept.update_date IS '更新时间';
|
||||
|
||||
|
||||
create table sys_role
|
||||
(
|
||||
id NUMBER(20, 0) NOT NULL,
|
||||
name varchar2(32),
|
||||
remark varchar2(100),
|
||||
dept_id NUMBER(20, 0),
|
||||
creator NUMBER(20, 0),
|
||||
create_date date,
|
||||
updater NUMBER(20, 0),
|
||||
update_date date,
|
||||
primary key (id)
|
||||
);
|
||||
|
||||
CREATE INDEX idx_sys_role_dept_id on sys_role(dept_id);
|
||||
|
||||
COMMENT ON TABLE sys_role IS '角色管理';
|
||||
COMMENT ON COLUMN sys_role.id IS 'id';
|
||||
COMMENT ON COLUMN sys_role.name IS '角色名称';
|
||||
COMMENT ON COLUMN sys_role.remark IS '备注';
|
||||
COMMENT ON COLUMN sys_role.dept_id IS '部门ID';
|
||||
COMMENT ON COLUMN sys_role.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_role.create_date IS '创建时间';
|
||||
COMMENT ON COLUMN sys_role.updater IS '更新者';
|
||||
COMMENT ON COLUMN sys_role.update_date IS '更新时间';
|
||||
|
||||
|
||||
create table sys_menu
|
||||
(
|
||||
id NUMBER(20, 0) NOT NULL,
|
||||
pid NUMBER(20, 0),
|
||||
name varchar2(200),
|
||||
url varchar2(200),
|
||||
permissions varchar2(500),
|
||||
menu_type NUMBER(2, 0),
|
||||
icon varchar2(50),
|
||||
sort NUMBER(10, 0),
|
||||
creator NUMBER(20, 0),
|
||||
create_date date,
|
||||
updater NUMBER(20, 0),
|
||||
update_date date,
|
||||
primary key (id)
|
||||
);
|
||||
|
||||
CREATE INDEX idx_sys_menu_pid on sys_menu(pid);
|
||||
CREATE INDEX idx_sys_menu_sort on sys_menu(sort);
|
||||
|
||||
COMMENT ON TABLE sys_menu IS '菜单管理';
|
||||
COMMENT ON COLUMN sys_menu.id IS 'id';
|
||||
COMMENT ON COLUMN sys_menu.pid IS '上级ID,一级菜单为0';
|
||||
COMMENT ON COLUMN sys_menu.name IS '名称';
|
||||
COMMENT ON COLUMN sys_menu.url IS '菜单URL';
|
||||
COMMENT ON COLUMN sys_menu.permissions IS '授权(多个用逗号分隔,如:sys:user:list,sys:user:save)';
|
||||
COMMENT ON COLUMN sys_menu.menu_type IS '类型 0:菜单 1:按钮';
|
||||
COMMENT ON COLUMN sys_menu.icon IS '菜单图标';
|
||||
COMMENT ON COLUMN sys_menu.sort IS '排序';
|
||||
COMMENT ON COLUMN sys_menu.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_menu.create_date IS '创建时间';
|
||||
COMMENT ON COLUMN sys_menu.updater IS '更新者';
|
||||
COMMENT ON COLUMN sys_menu.update_date IS '更新时间';
|
||||
|
||||
|
||||
create table sys_role_user
|
||||
(
|
||||
id varchar2(32) NOT NULL,
|
||||
role_id varchar2(32),
|
||||
user_id varchar2(32),
|
||||
creator varchar2(32),
|
||||
create_date date,
|
||||
primary key (id)
|
||||
);
|
||||
|
||||
CREATE INDEX idx_sys_role_user_role_id on sys_role_user(role_id);
|
||||
CREATE INDEX idx_sys_role_user_user_id on sys_role_user(user_id);
|
||||
|
||||
COMMENT ON TABLE sys_role_user IS '角色用户关系';
|
||||
COMMENT ON COLUMN sys_role_user.role_id IS '角色ID';
|
||||
COMMENT ON COLUMN sys_role_user.user_id IS '用户ID';
|
||||
COMMENT ON COLUMN sys_role_user.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_role_user.create_date IS '创建时间';
|
||||
|
||||
|
||||
create table sys_role_menu
|
||||
(
|
||||
id NUMBER(20, 0) NOT NULL,
|
||||
role_id NUMBER(20, 0),
|
||||
menu_id NUMBER(20, 0),
|
||||
creator NUMBER(20, 0),
|
||||
create_date date,
|
||||
primary key (id)
|
||||
);
|
||||
|
||||
CREATE INDEX idx_sys_role_menu_role_id on sys_role_menu(role_id);
|
||||
CREATE INDEX idx_sys_role_menu_menu_id on sys_role_menu(menu_id);
|
||||
|
||||
COMMENT ON TABLE sys_role_menu IS '角色菜单关系';
|
||||
COMMENT ON COLUMN sys_role_menu.role_id IS '角色ID';
|
||||
COMMENT ON COLUMN sys_role_menu.menu_id IS '菜单ID';
|
||||
COMMENT ON COLUMN sys_role_menu.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_role_menu.create_date IS '创建时间';
|
||||
|
||||
|
||||
create table sys_role_data_scope
|
||||
(
|
||||
id NUMBER(20, 0) NOT NULL,
|
||||
role_id NUMBER(20, 0),
|
||||
dept_id NUMBER(20, 0),
|
||||
creator NUMBER(20, 0),
|
||||
create_date date,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE INDEX idx_data_scope_role_id on sys_role_data_scope(role_id);
|
||||
|
||||
COMMENT ON TABLE sys_role_data_scope IS '角色数据权限';
|
||||
COMMENT ON COLUMN sys_role_data_scope.role_id IS '角色ID';
|
||||
COMMENT ON COLUMN sys_role_data_scope.dept_id IS '部门ID';
|
||||
COMMENT ON COLUMN sys_role_data_scope.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_role_data_scope.create_date IS '创建时间';
|
||||
|
||||
|
||||
create table sys_params
|
||||
(
|
||||
id NUMBER(20, 0) NOT NULL,
|
||||
param_code varchar2(32),
|
||||
param_value varchar2(2000),
|
||||
param_type NUMBER(2, 0) DEFAULT 1 NOT NULL,
|
||||
remark varchar2(200),
|
||||
creator NUMBER(20, 0),
|
||||
create_date date,
|
||||
updater NUMBER(20, 0),
|
||||
update_date date,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE UNIQUE INDEX uk_sys_params_param_code on sys_params(param_code);
|
||||
CREATE INDEX idx_sys_params_create_date on sys_params(create_date);
|
||||
|
||||
COMMENT ON TABLE sys_params IS '参数管理';
|
||||
COMMENT ON COLUMN sys_params.param_code IS '参数编码';
|
||||
COMMENT ON COLUMN sys_params.param_value IS '参数值';
|
||||
COMMENT ON COLUMN sys_params.param_type IS '类型 0:系统参数 1:非系统参数';
|
||||
COMMENT ON COLUMN sys_params.remark IS '备注';
|
||||
COMMENT ON COLUMN sys_params.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_params.create_date IS '创建时间';
|
||||
COMMENT ON COLUMN sys_params.updater IS '更新者';
|
||||
COMMENT ON COLUMN sys_params.update_date IS '更新时间';
|
||||
|
||||
|
||||
create table sys_dict_type
|
||||
(
|
||||
id NUMBER(20, 0) NOT NULL,
|
||||
dict_type varchar2(100),
|
||||
dict_name varchar2(255),
|
||||
remark varchar2(255),
|
||||
sort NUMBER(10, 0),
|
||||
creator NUMBER(20, 0),
|
||||
create_date date,
|
||||
updater NUMBER(20, 0),
|
||||
update_date date,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE UNIQUE INDEX uk_sys_dict_type_dict_type on sys_dict_type(dict_type);
|
||||
|
||||
COMMENT ON TABLE sys_dict_type IS '字典类型';
|
||||
COMMENT ON COLUMN sys_dict_type.id IS 'id';
|
||||
COMMENT ON COLUMN sys_dict_type.dict_type IS '字典类型';
|
||||
COMMENT ON COLUMN sys_dict_type.dict_name IS '字典名称';
|
||||
COMMENT ON COLUMN sys_dict_type.remark IS '备注';
|
||||
COMMENT ON COLUMN sys_dict_type.sort IS '排序';
|
||||
COMMENT ON COLUMN sys_dict_type.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_dict_type.create_date IS '创建时间';
|
||||
COMMENT ON COLUMN sys_dict_type.updater IS '更新者';
|
||||
COMMENT ON COLUMN sys_dict_type.update_date IS '更新时间';
|
||||
|
||||
create table sys_dict_data
|
||||
(
|
||||
id NUMBER(20, 0) NOT NULL,
|
||||
dict_type_id NUMBER(20, 0) NOT NULL,
|
||||
dict_label varchar2(255),
|
||||
dict_value varchar2(255),
|
||||
remark varchar2(255),
|
||||
sort NUMBER(10, 0),
|
||||
creator NUMBER(20, 0),
|
||||
create_date date,
|
||||
updater NUMBER(20, 0),
|
||||
update_date date,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE INDEX idx_sys_dict_data_sort on sys_dict_data(sort);
|
||||
CREATE UNIQUE INDEX uk_dict_type_value on sys_dict_data(dict_type_id, dict_value);
|
||||
|
||||
COMMENT ON TABLE sys_dict_data IS '字典数据';
|
||||
COMMENT ON COLUMN sys_dict_data.id IS 'id';
|
||||
COMMENT ON COLUMN sys_dict_data.dict_type_id IS '字典类型ID';
|
||||
COMMENT ON COLUMN sys_dict_data.dict_label IS '字典标签';
|
||||
COMMENT ON COLUMN sys_dict_data.dict_value IS '字典值';
|
||||
COMMENT ON COLUMN sys_dict_data.remark IS '备注';
|
||||
COMMENT ON COLUMN sys_dict_data.sort IS '排序';
|
||||
COMMENT ON COLUMN sys_dict_data.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_dict_data.create_date IS '创建时间';
|
||||
COMMENT ON COLUMN sys_dict_data.updater IS '更新者';
|
||||
COMMENT ON COLUMN sys_dict_data.update_date IS '更新时间';
|
||||
|
||||
create table sys_log_login
|
||||
(
|
||||
id NUMBER(20, 0) NOT NULL,
|
||||
operation NUMBER(2, 0),
|
||||
status NUMBER(2, 0),
|
||||
user_agent varchar2(500),
|
||||
ip varchar2(32),
|
||||
creator_name varchar2(50),
|
||||
creator NUMBER(20, 0),
|
||||
create_date date,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE INDEX idx_login_status on sys_log_login(status);
|
||||
CREATE INDEX idx_login_create_date on sys_log_login(create_date);
|
||||
|
||||
COMMENT ON TABLE sys_log_login IS '登录日志';
|
||||
COMMENT ON COLUMN sys_log_login.id IS 'id';
|
||||
COMMENT ON COLUMN sys_log_login.operation IS '用户操作 0:用户登录 1:用户退出';
|
||||
COMMENT ON COLUMN sys_log_login.status IS '状态 0:失败 1:成功 2:账号已锁定';
|
||||
COMMENT ON COLUMN sys_log_login.user_agent IS '用户代理';
|
||||
COMMENT ON COLUMN sys_log_login.ip IS '操作IP';
|
||||
COMMENT ON COLUMN sys_log_login.creator_name IS '用户名';
|
||||
COMMENT ON COLUMN sys_log_login.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_log_login.create_date IS '创建时间';
|
||||
|
||||
|
||||
create table sys_log_operation
|
||||
(
|
||||
id NUMBER(20, 0) NOT NULL,
|
||||
operation varchar2(50),
|
||||
request_uri varchar2(200),
|
||||
request_method varchar2(20),
|
||||
request_params clob,
|
||||
request_time NUMBER(10, 0),
|
||||
user_agent varchar2(500),
|
||||
ip varchar2(32),
|
||||
status NUMBER(2, 0),
|
||||
creator_name varchar2(50),
|
||||
creator NUMBER(20, 0),
|
||||
create_date date,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE INDEX idx_operation_create_date on sys_log_operation(create_date);
|
||||
|
||||
COMMENT ON TABLE sys_log_operation IS '操作日志';
|
||||
COMMENT ON COLUMN sys_log_operation.id IS 'id';
|
||||
COMMENT ON COLUMN sys_log_operation.operation IS '用户操作';
|
||||
COMMENT ON COLUMN sys_log_operation.request_uri IS '请求URI';
|
||||
COMMENT ON COLUMN sys_log_operation.request_method IS '请求方式';
|
||||
COMMENT ON COLUMN sys_log_operation.request_params IS '请求参数';
|
||||
COMMENT ON COLUMN sys_log_operation.request_time IS '请求时长(毫秒)';
|
||||
COMMENT ON COLUMN sys_log_operation.user_agent IS '用户代理';
|
||||
COMMENT ON COLUMN sys_log_operation.ip IS '操作IP';
|
||||
COMMENT ON COLUMN sys_log_operation.status IS '状态 0:失败 1:成功';
|
||||
COMMENT ON COLUMN sys_log_operation.creator_name IS '用户名';
|
||||
COMMENT ON COLUMN sys_log_operation.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_log_operation.create_date IS '创建时间';
|
||||
|
||||
|
||||
create table sys_log_error
|
||||
(
|
||||
id NUMBER(20, 0) NOT NULL,
|
||||
request_uri varchar2(200),
|
||||
request_method varchar2(20),
|
||||
request_params clob,
|
||||
user_agent varchar2(500),
|
||||
ip varchar2(32),
|
||||
error_info clob,
|
||||
creator NUMBER(20, 0),
|
||||
create_date date,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE INDEX idx_error_create_date on sys_log_error(create_date);
|
||||
|
||||
COMMENT ON TABLE sys_log_error IS '异常日志';
|
||||
COMMENT ON COLUMN sys_log_error.id IS 'id';
|
||||
COMMENT ON COLUMN sys_log_error.request_uri IS '请求URI';
|
||||
COMMENT ON COLUMN sys_log_error.request_method IS '请求方式';
|
||||
COMMENT ON COLUMN sys_log_error.request_params IS '请求参数';
|
||||
COMMENT ON COLUMN sys_log_error.user_agent IS '用户代理';
|
||||
COMMENT ON COLUMN sys_log_error.ip IS '操作IP';
|
||||
COMMENT ON COLUMN sys_log_error.error_info IS '异常信息';
|
||||
COMMENT ON COLUMN sys_log_error.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_log_error.create_date IS '创建时间';
|
||||
|
||||
|
||||
CREATE TABLE sys_oss (
|
||||
id NUMBER(20, 0) NOT NULL,
|
||||
url varchar2(200),
|
||||
creator NUMBER(20, 0),
|
||||
create_date date,
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
CREATE INDEX idx_sys_oss_create_date on sys_oss(create_date);
|
||||
|
||||
COMMENT ON TABLE sys_oss IS '文件上传';
|
||||
COMMENT ON COLUMN sys_oss.id IS 'id';
|
||||
COMMENT ON COLUMN sys_oss.url IS 'URL地址';
|
||||
COMMENT ON COLUMN sys_mail_log.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_mail_log.create_date IS '创建时间';
|
||||
|
||||
|
||||
CREATE TABLE schedule_job (
|
||||
id NUMBER(20, 0) NOT NULL,
|
||||
bean_name varchar2(200),
|
||||
params varchar2(2000),
|
||||
cron_expression varchar2(100),
|
||||
status NUMBER(2, 0),
|
||||
remark varchar2(255),
|
||||
creator NUMBER(20, 0),
|
||||
create_date date,
|
||||
updater NUMBER(20, 0),
|
||||
update_date date,
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
|
||||
CREATE INDEX idx_schedule_job_create_date on schedule_job(create_date);
|
||||
|
||||
COMMENT ON TABLE schedule_job IS '定时任务';
|
||||
COMMENT ON COLUMN schedule_job.id IS 'id';
|
||||
COMMENT ON COLUMN schedule_job.bean_name IS 'spring bean名称';
|
||||
COMMENT ON COLUMN schedule_job.params IS '参数';
|
||||
COMMENT ON COLUMN schedule_job.cron_expression IS 'cron表达式';
|
||||
COMMENT ON COLUMN schedule_job.status IS '任务状态 0:暂停 1:正常';
|
||||
COMMENT ON COLUMN schedule_job.remark IS '备注';
|
||||
COMMENT ON COLUMN schedule_job.creator IS '创建者';
|
||||
COMMENT ON COLUMN schedule_job.create_date IS '创建时间';
|
||||
COMMENT ON COLUMN schedule_job.updater IS '更新者';
|
||||
COMMENT ON COLUMN schedule_job.update_date IS '更新时间';
|
||||
|
||||
|
||||
CREATE TABLE schedule_job_log (
|
||||
id NUMBER(20, 0) NOT NULL,
|
||||
job_id NUMBER(20, 0) NOT NULL,
|
||||
bean_name varchar2(200),
|
||||
params varchar2(2000),
|
||||
status NUMBER(2, 0),
|
||||
error varchar2(2000),
|
||||
times NUMBER(10, 0),
|
||||
create_date date,
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
|
||||
CREATE INDEX idx_job_log_job_id on schedule_job_log(job_id);
|
||||
CREATE INDEX idx_job_log_create_date on schedule_job_log(create_date);
|
||||
|
||||
COMMENT ON TABLE schedule_job_log IS '定时任务日志';
|
||||
COMMENT ON COLUMN schedule_job_log.id IS 'id';
|
||||
COMMENT ON COLUMN schedule_job_log.bean_name IS 'spring bean名称';
|
||||
COMMENT ON COLUMN schedule_job_log.params IS '参数';
|
||||
COMMENT ON COLUMN schedule_job_log.status IS '任务状态 0:失败 1:成功';
|
||||
COMMENT ON COLUMN schedule_job_log.error IS '失败信息';
|
||||
COMMENT ON COLUMN schedule_job_log.times IS '耗时(单位:毫秒)';
|
||||
COMMENT ON COLUMN schedule_job.create_date IS '创建时间';
|
||||
|
||||
|
||||
CREATE TABLE sys_user_token (
|
||||
id NUMBER(20, 0) NOT NULL,
|
||||
user_id NUMBER(20, 0),
|
||||
token varchar2(100),
|
||||
expire_date date,
|
||||
update_date date,
|
||||
create_date date,
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
|
||||
CREATE UNIQUE INDEX uk_sys_user_token_user_id on sys_user_token(user_id);
|
||||
CREATE UNIQUE INDEX uk_sys_user_token on sys_user_token(token);
|
||||
|
||||
COMMENT ON TABLE sys_user_token IS '系统用户Token';
|
||||
COMMENT ON COLUMN sys_user_token.id IS 'id';
|
||||
COMMENT ON COLUMN sys_user_token.user_id IS '用户id';
|
||||
COMMENT ON COLUMN sys_user_token.token IS '用户token';
|
||||
COMMENT ON COLUMN sys_user_token.expire_date IS '过期时间';
|
||||
COMMENT ON COLUMN sys_user_token.update_date IS '更新时间';
|
||||
COMMENT ON COLUMN sys_user_token.create_date IS '创建时间';
|
||||
|
||||
|
||||
|
||||
-- 初始数据
|
||||
INSERT INTO sys_user(id, username, password, real_name, gender, email, mobile, status, dept_id, super_admin, creator, create_date, updater, update_date) VALUES (1067246875800000001, 'admin', '$2a$10$012Kx2ba5jzqr9gLlG4MX.bnQJTD9UWqF57XDo2N3.fPtLne02u/m', '管理员', 0, 'root@renren.io', '13612345678', 1, null, 1, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000002, 0, '权限管理', NULL, NULL, 0, 'icon-safetycertificate', 0, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000003, 1067246875800000055, '新增', NULL, 'sys:user:save,sys:dept:list,sys:role:list', 1, NULL, 1, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000004, 1067246875800000055, '修改', NULL, 'sys:user:update,sys:dept:list,sys:role:list', 1, NULL, 2, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000005, 1067246875800000055, '删除', NULL, 'sys:user:delete', 1, NULL, 3, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000006, 1067246875800000055, '导出', NULL, 'sys:user:export', 1, NULL, 4, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000007, 1067246875800000002, '角色管理', 'sys/role', NULL, 0, 'icon-team', 2, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000008, 1067246875800000007, '查看', NULL, 'sys:role:page,sys:role:info', 1, NULL, 0, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000009, 1067246875800000007, '新增', NULL, 'sys:role:save,sys:menu:select,sys:dept:list', 1, NULL, 1, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000010, 1067246875800000007, '修改', NULL, 'sys:role:update,sys:menu:select,sys:dept:list', 1, NULL, 2, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000011, 1067246875800000007, '删除', NULL, 'sys:role:delete', 1, NULL, 3, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000012, 1067246875800000002, '部门管理', 'sys/dept', NULL, 0, 'icon-apartment', 1, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000014, 1067246875800000012, '查看', NULL, 'sys:dept:list,sys:dept:info', 1, NULL, 0, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000015, 1067246875800000012, '新增', NULL, 'sys:dept:save', 1, NULL, 1, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000016, 1067246875800000012, '修改', NULL, 'sys:dept:update', 1, NULL, 2, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000017, 1067246875800000012, '删除', NULL, 'sys:dept:delete', 1, NULL, 3, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000025, 1067246875800000035, '菜单管理', 'sys/menu', NULL, 0, 'icon-unorderedlist', 0, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000026, 1067246875800000025, '查看', NULL, 'sys:menu:list,sys:menu:info', 1, NULL, 0, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000027, 1067246875800000025, '新增', NULL, 'sys:menu:save', 1, NULL, 1, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000028, 1067246875800000025, '修改', NULL, 'sys:menu:update', 1, NULL, 2, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000029, 1067246875800000025, '删除', NULL, 'sys:menu:delete', 1, NULL, 3, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000030, 1067246875800000035, '定时任务', 'job/schedule', NULL, 0, 'icon-dashboard', 3, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000031, 1067246875800000030, '查看', NULL, 'sys:schedule:page,sys:schedule:info', 1, NULL, 0, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000032, 1067246875800000030, '新增', NULL, 'sys:schedule:save', 1, NULL, 1, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000033, 1067246875800000030, '修改', NULL, 'sys:schedule:update', 1, NULL, 2, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000034, 1067246875800000030, '删除', NULL, 'sys:schedule:delete', 1, NULL, 3, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000035, 0, '系统设置', NULL, NULL, 0, 'icon-setting', 1, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000036, 1067246875800000030, '暂停', NULL, 'sys:schedule:pause', 1, NULL, 4, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000037, 1067246875800000030, '恢复', NULL, 'sys:schedule:resume', 1, NULL, 5, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000038, 1067246875800000030, '立即执行', NULL, 'sys:schedule:run', 1, NULL, 6, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000039, 1067246875800000030, '日志列表', NULL, 'sys:schedule:log', 1, NULL, 7, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000040, 1067246875800000035, '参数管理', 'sys/params', '', 0, 'icon-fileprotect', 1, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000041, 1067246875800000035, '字典管理', 'sys/dict-type', NULL, 0, 'icon-golden-fill', 2, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000042, 1067246875800000041, '查看', NULL, 'sys:dict:page,sys:dict:info', 1, NULL, 0, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000043, 1067246875800000041, '新增', NULL, 'sys:dict:save', 1, NULL, 1, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000044, 1067246875800000041, '修改', NULL, 'sys:dict:update', 1, NULL, 2, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000045, 1067246875800000041, '删除', NULL, 'sys:dict:delete', 1, NULL, 3, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000046, 0, '日志管理', NULL, NULL, 0, 'icon-container', 2, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000047, 1067246875800000035, '文件上传', 'oss/oss', 'sys:oss:all', 0, 'icon-upload', 4, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000048, 1067246875800000046, '登录日志', 'sys/log-login', 'sys:log:login', 0, 'icon-filedone', 0, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000049, 1067246875800000046, '操作日志', 'sys/log-operation', 'sys:log:operation', 0, 'icon-solution', 1, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000050, 1067246875800000046, '异常日志', 'sys/log-error', 'sys:log:error', 0, 'icon-file-exception', 2, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000051, 1067246875800000053, 'SQL监控', '{{ window.SITE_CONFIG["apiURL"] }}/druid/sql.html', NULL, 0, 'icon-database', 0, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000053, 0, '系统监控', NULL, NULL, 0, 'icon-desktop', 3, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000055, 1067246875800000002, '用户管理', 'sys/user', NULL, 0, 'icon-user', 0, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000056, 1067246875800000055, '查看', NULL, 'sys:user:page,sys:user:info', 1, NULL, 0, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000057, 1067246875800000040, '新增', NULL, 'sys:params:save', 1, NULL, 1, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000058, 1067246875800000040, '导出', NULL, 'sys:params:export', 1, NULL, 4, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000059, 1067246875800000040, '查看', '', 'sys:params:page,sys:params:info', 1, NULL, 0, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000060, 1067246875800000040, '修改', NULL, 'sys:params:update', 1, NULL, 2, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000061, 1067246875800000040, '删除', '', 'sys:params:delete', 1, '', 3, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1156748733921165314, 1067246875800000053, '接口文档', '{{ window.SITE_CONFIG["apiURL"] }}/doc.html', '', 0, 'icon-file-word', 1, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
|
||||
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000062, 1067246875800000063, '1067246875800000066,1067246875800000063', '技术部', 2, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000063, 1067246875800000066, '1067246875800000066', '长沙分公司', 1, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000064, 1067246875800000066, '1067246875800000066', '上海分公司', 0, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000065, 1067246875800000064, '1067246875800000066,1067246875800000064', '市场部', 0, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000066, 0, '0', '人人开源集团', 0, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000067, 1067246875800000064, '1067246875800000066,1067246875800000064', '销售部', 0, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000068, 1067246875800000063, '1067246875800000066,1067246875800000063', '产品部', 1, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
|
||||
INSERT INTO sys_dict_type(id, dict_type, dict_name, remark, sort, creator, create_date, updater, update_date) VALUES (1160061077912858625, 'gender', '性别', '', 0, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1160061112075464705, 1160061077912858625, '男', '0', '', 0, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1160061146967879681, 1160061077912858625, '女', '1', '', 1, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1160061190127267841, 1160061077912858625, '保密', '2', '', 2, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_dict_type(id, dict_type, dict_name, remark, sort, creator, create_date, updater, update_date) VALUES (1225813644059140097, 'notice_type', '站内通知-类型', '', 1, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1225814069634195457, 1225813644059140097, '公告', '0', '', 0, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1225814107559092225, 1225813644059140097, '会议', '1', '', 1, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1225814271879340034, 1225813644059140097, '其他', '2', '', 2, 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
|
||||
INSERT INTO sys_params(id, param_code, param_value, param_type, remark, creator, create_date, updater, update_date) VALUES (1067246875800000073, 'CLOUD_STORAGE_CONFIG_KEY', '{"type":1,"qiniuDomain":"http://test.oss.renren.io","qiniuPrefix":"upload","qiniuAccessKey":"NrgMfABZxWLo5B-YYSjoE8-AZ1EISdi1Z3ubLOeZ","qiniuSecretKey":"uIwJHevMRWU0VLxFvgy0tAcOdGqasdtVlJkdy6vV","qiniuBucketName":"renren-oss","aliyunDomain":"","aliyunPrefix":"","aliyunEndPoint":"","aliyunAccessKeyId":"","aliyunAccessKeySecret":"","aliyunBucketName":"","qcloudDomain":"","qcloudPrefix":"","qcloudSecretId":"","qcloudSecretKey":"","qcloudBucketName":""}', '0', '云存储配置信息', 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
|
||||
INSERT INTO schedule_job (id, bean_name, params, cron_expression, status, remark, creator, create_date, updater, update_date) VALUES (1067246875800000076, 'testTask', 'renren', '0 0/30 * * * ?', 0, '有参测试,多个参数使用json', 1067246875800000001, CURRENT_DATE, 1067246875800000001, CURRENT_DATE);
|
||||
|
||||
|
||||
-- quartz自带表结构
|
||||
CREATE TABLE qrtz_job_details
|
||||
(
|
||||
SCHED_NAME VARCHAR2(120) NOT NULL,
|
||||
JOB_NAME VARCHAR2(200) NOT NULL,
|
||||
JOB_GROUP VARCHAR2(200) NOT NULL,
|
||||
DESCRIPTION VARCHAR2(250) NULL,
|
||||
JOB_CLASS_NAME VARCHAR2(250) NOT NULL,
|
||||
IS_DURABLE VARCHAR2(1) NOT NULL,
|
||||
IS_NONCONCURRENT VARCHAR2(1) NOT NULL,
|
||||
IS_UPDATE_DATA VARCHAR2(1) NOT NULL,
|
||||
REQUESTS_RECOVERY VARCHAR2(1) NOT NULL,
|
||||
JOB_DATA BLOB NULL,
|
||||
CONSTRAINT QRTZ_JOB_DETAILS_PK PRIMARY KEY (SCHED_NAME,JOB_NAME,JOB_GROUP)
|
||||
);
|
||||
CREATE TABLE qrtz_triggers
|
||||
(
|
||||
SCHED_NAME VARCHAR2(120) NOT NULL,
|
||||
TRIGGER_NAME VARCHAR2(200) NOT NULL,
|
||||
TRIGGER_GROUP VARCHAR2(200) NOT NULL,
|
||||
JOB_NAME VARCHAR2(200) NOT NULL,
|
||||
JOB_GROUP VARCHAR2(200) NOT NULL,
|
||||
DESCRIPTION VARCHAR2(250) NULL,
|
||||
NEXT_FIRE_TIME NUMBER(13) NULL,
|
||||
PREV_FIRE_TIME NUMBER(13) NULL,
|
||||
PRIORITY NUMBER(13) NULL,
|
||||
TRIGGER_STATE VARCHAR2(16) NOT NULL,
|
||||
TRIGGER_TYPE VARCHAR2(8) NOT NULL,
|
||||
START_TIME NUMBER(13) NOT NULL,
|
||||
END_TIME NUMBER(13) NULL,
|
||||
CALENDAR_NAME VARCHAR2(200) NULL,
|
||||
MISFIRE_INSTR NUMBER(2) NULL,
|
||||
JOB_DATA BLOB NULL,
|
||||
CONSTRAINT QRTZ_TRIGGERS_PK PRIMARY KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP),
|
||||
CONSTRAINT QRTZ_TRIGGER_TO_JOBS_FK FOREIGN KEY (SCHED_NAME,JOB_NAME,JOB_GROUP)
|
||||
REFERENCES QRTZ_JOB_DETAILS(SCHED_NAME,JOB_NAME,JOB_GROUP)
|
||||
);
|
||||
CREATE TABLE qrtz_simple_triggers
|
||||
(
|
||||
SCHED_NAME VARCHAR2(120) NOT NULL,
|
||||
TRIGGER_NAME VARCHAR2(200) NOT NULL,
|
||||
TRIGGER_GROUP VARCHAR2(200) NOT NULL,
|
||||
REPEAT_COUNT NUMBER(7) NOT NULL,
|
||||
REPEAT_INTERVAL NUMBER(12) NOT NULL,
|
||||
TIMES_TRIGGERED NUMBER(10) NOT NULL,
|
||||
CONSTRAINT QRTZ_SIMPLE_TRIG_PK PRIMARY KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP),
|
||||
CONSTRAINT QRTZ_SIMPLE_TRIG_TO_TRIG_FK FOREIGN KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
|
||||
REFERENCES QRTZ_TRIGGERS(SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
|
||||
);
|
||||
CREATE TABLE qrtz_cron_triggers
|
||||
(
|
||||
SCHED_NAME VARCHAR2(120) NOT NULL,
|
||||
TRIGGER_NAME VARCHAR2(200) NOT NULL,
|
||||
TRIGGER_GROUP VARCHAR2(200) NOT NULL,
|
||||
CRON_EXPRESSION VARCHAR2(120) NOT NULL,
|
||||
TIME_ZONE_ID VARCHAR2(80),
|
||||
CONSTRAINT QRTZ_CRON_TRIG_PK PRIMARY KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP),
|
||||
CONSTRAINT QRTZ_CRON_TRIG_TO_TRIG_FK FOREIGN KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
|
||||
REFERENCES QRTZ_TRIGGERS(SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
|
||||
);
|
||||
CREATE TABLE qrtz_simprop_triggers
|
||||
(
|
||||
SCHED_NAME VARCHAR2(120) NOT NULL,
|
||||
TRIGGER_NAME VARCHAR2(200) NOT NULL,
|
||||
TRIGGER_GROUP VARCHAR2(200) NOT NULL,
|
||||
STR_PROP_1 VARCHAR2(512) NULL,
|
||||
STR_PROP_2 VARCHAR2(512) NULL,
|
||||
STR_PROP_3 VARCHAR2(512) NULL,
|
||||
INT_PROP_1 NUMBER(10) NULL,
|
||||
INT_PROP_2 NUMBER(10) NULL,
|
||||
LONG_PROP_1 NUMBER(13) NULL,
|
||||
LONG_PROP_2 NUMBER(13) NULL,
|
||||
DEC_PROP_1 NUMERIC(13,4) NULL,
|
||||
DEC_PROP_2 NUMERIC(13,4) NULL,
|
||||
BOOL_PROP_1 VARCHAR2(1) NULL,
|
||||
BOOL_PROP_2 VARCHAR2(1) NULL,
|
||||
CONSTRAINT QRTZ_SIMPROP_TRIG_PK PRIMARY KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP),
|
||||
CONSTRAINT QRTZ_SIMPROP_TRIG_TO_TRIG_FK FOREIGN KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
|
||||
REFERENCES QRTZ_TRIGGERS(SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
|
||||
);
|
||||
CREATE TABLE qrtz_blob_triggers
|
||||
(
|
||||
SCHED_NAME VARCHAR2(120) NOT NULL,
|
||||
TRIGGER_NAME VARCHAR2(200) NOT NULL,
|
||||
TRIGGER_GROUP VARCHAR2(200) NOT NULL,
|
||||
BLOB_DATA BLOB NULL,
|
||||
CONSTRAINT QRTZ_BLOB_TRIG_PK PRIMARY KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP),
|
||||
CONSTRAINT QRTZ_BLOB_TRIG_TO_TRIG_FK FOREIGN KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
|
||||
REFERENCES QRTZ_TRIGGERS(SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
|
||||
);
|
||||
CREATE TABLE qrtz_calendars
|
||||
(
|
||||
SCHED_NAME VARCHAR2(120) NOT NULL,
|
||||
CALENDAR_NAME VARCHAR2(200) NOT NULL,
|
||||
CALENDAR BLOB NOT NULL,
|
||||
CONSTRAINT QRTZ_CALENDARS_PK PRIMARY KEY (SCHED_NAME,CALENDAR_NAME)
|
||||
);
|
||||
CREATE TABLE qrtz_paused_trigger_grps
|
||||
(
|
||||
SCHED_NAME VARCHAR2(120) NOT NULL,
|
||||
TRIGGER_GROUP VARCHAR2(200) NOT NULL,
|
||||
CONSTRAINT QRTZ_PAUSED_TRIG_GRPS_PK PRIMARY KEY (SCHED_NAME,TRIGGER_GROUP)
|
||||
);
|
||||
CREATE TABLE qrtz_fired_triggers
|
||||
(
|
||||
SCHED_NAME VARCHAR2(120) NOT NULL,
|
||||
ENTRY_ID VARCHAR2(95) NOT NULL,
|
||||
TRIGGER_NAME VARCHAR2(200) NOT NULL,
|
||||
TRIGGER_GROUP VARCHAR2(200) NOT NULL,
|
||||
INSTANCE_NAME VARCHAR2(200) NOT NULL,
|
||||
FIRED_TIME NUMBER(13) NOT NULL,
|
||||
SCHED_TIME NUMBER(13) NOT NULL,
|
||||
PRIORITY NUMBER(13) NOT NULL,
|
||||
STATE VARCHAR2(16) NOT NULL,
|
||||
JOB_NAME VARCHAR2(200) NULL,
|
||||
JOB_GROUP VARCHAR2(200) NULL,
|
||||
IS_NONCONCURRENT VARCHAR2(1) NULL,
|
||||
REQUESTS_RECOVERY VARCHAR2(1) NULL,
|
||||
CONSTRAINT QRTZ_FIRED_TRIGGER_PK PRIMARY KEY (SCHED_NAME,ENTRY_ID)
|
||||
);
|
||||
CREATE TABLE qrtz_scheduler_state
|
||||
(
|
||||
SCHED_NAME VARCHAR2(120) NOT NULL,
|
||||
INSTANCE_NAME VARCHAR2(200) NOT NULL,
|
||||
LAST_CHECKIN_TIME NUMBER(13) NOT NULL,
|
||||
CHECKIN_INTERVAL NUMBER(13) NOT NULL,
|
||||
CONSTRAINT QRTZ_SCHEDULER_STATE_PK PRIMARY KEY (SCHED_NAME,INSTANCE_NAME)
|
||||
);
|
||||
CREATE TABLE qrtz_locks
|
||||
(
|
||||
SCHED_NAME VARCHAR2(120) NOT NULL,
|
||||
LOCK_NAME VARCHAR2(40) NOT NULL,
|
||||
CONSTRAINT QRTZ_LOCKS_PK PRIMARY KEY (SCHED_NAME,LOCK_NAME)
|
||||
);
|
||||
|
||||
create index idx_qrtz_j_req_recovery on qrtz_job_details(SCHED_NAME,REQUESTS_RECOVERY);
|
||||
create index idx_qrtz_j_grp on qrtz_job_details(SCHED_NAME,JOB_GROUP);
|
||||
|
||||
create index idx_qrtz_t_j on qrtz_triggers(SCHED_NAME,JOB_NAME,JOB_GROUP);
|
||||
create index idx_qrtz_t_jg on qrtz_triggers(SCHED_NAME,JOB_GROUP);
|
||||
create index idx_qrtz_t_c on qrtz_triggers(SCHED_NAME,CALENDAR_NAME);
|
||||
create index idx_qrtz_t_g on qrtz_triggers(SCHED_NAME,TRIGGER_GROUP);
|
||||
create index idx_qrtz_t_state on qrtz_triggers(SCHED_NAME,TRIGGER_STATE);
|
||||
create index idx_qrtz_t_n_state on qrtz_triggers(SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP,TRIGGER_STATE);
|
||||
create index idx_qrtz_t_n_g_state on qrtz_triggers(SCHED_NAME,TRIGGER_GROUP,TRIGGER_STATE);
|
||||
create index idx_qrtz_t_next_fire_time on qrtz_triggers(SCHED_NAME,NEXT_FIRE_TIME);
|
||||
create index idx_qrtz_t_nft_st on qrtz_triggers(SCHED_NAME,TRIGGER_STATE,NEXT_FIRE_TIME);
|
||||
create index idx_qrtz_t_nft_misfire on qrtz_triggers(SCHED_NAME,MISFIRE_INSTR,NEXT_FIRE_TIME);
|
||||
create index idx_qrtz_t_nft_st_misfire on qrtz_triggers(SCHED_NAME,MISFIRE_INSTR,NEXT_FIRE_TIME,TRIGGER_STATE);
|
||||
create index idx_qrtz_t_nft_st_misfire_grp on qrtz_triggers(SCHED_NAME,MISFIRE_INSTR,NEXT_FIRE_TIME,TRIGGER_GROUP,TRIGGER_STATE);
|
||||
|
||||
create index idx_qrtz_ft_trig_inst_name on qrtz_fired_triggers(SCHED_NAME,INSTANCE_NAME);
|
||||
create index idx_qrtz_ft_inst_job_req_rcvry on qrtz_fired_triggers(SCHED_NAME,INSTANCE_NAME,REQUESTS_RECOVERY);
|
||||
create index idx_qrtz_ft_j_g on qrtz_fired_triggers(SCHED_NAME,JOB_NAME,JOB_GROUP);
|
||||
create index idx_qrtz_ft_jg on qrtz_fired_triggers(SCHED_NAME,JOB_GROUP);
|
||||
create index idx_qrtz_ft_t_g on qrtz_fired_triggers(SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP);
|
||||
create index idx_qrtz_ft_tg on qrtz_fired_triggers(SCHED_NAME,TRIGGER_GROUP);
|
||||
|
||||
|
699
renren-admin/db/postgresql.sql
Normal file
699
renren-admin/db/postgresql.sql
Normal file
@ -0,0 +1,699 @@
|
||||
CREATE TABLE sys_user (
|
||||
id int8 NOT NULL,
|
||||
username varchar(50) NOT NULL,
|
||||
password varchar(100),
|
||||
real_name varchar(50),
|
||||
head_url varchar(200),
|
||||
gender int,
|
||||
email varchar(100),
|
||||
mobile varchar(100),
|
||||
dept_id int8,
|
||||
super_admin int,
|
||||
status int,
|
||||
creator int8,
|
||||
create_date timestamp,
|
||||
updater int8,
|
||||
update_date timestamp,
|
||||
primary key (id)
|
||||
);
|
||||
|
||||
CREATE UNIQUE INDEX uk_sys_user_username on sys_user(username);
|
||||
CREATE INDEX idx_sys_user_create_date on sys_user(create_date);
|
||||
|
||||
COMMENT ON TABLE sys_user IS '用户管理';
|
||||
COMMENT ON COLUMN sys_user.id IS 'id';
|
||||
COMMENT ON COLUMN sys_user.username IS '用户名';
|
||||
COMMENT ON COLUMN sys_user.password IS '密码';
|
||||
COMMENT ON COLUMN sys_user.real_name IS '姓名';
|
||||
COMMENT ON COLUMN sys_user.head_url IS '头像';
|
||||
COMMENT ON COLUMN sys_user.gender IS '性别 0:男 1:女 2:保密';
|
||||
COMMENT ON COLUMN sys_user.email IS '邮箱';
|
||||
COMMENT ON COLUMN sys_user.mobile IS '手机号';
|
||||
COMMENT ON COLUMN sys_user.dept_id IS '部门ID';
|
||||
COMMENT ON COLUMN sys_user.super_admin IS '超级管理员 0:否 1:是';
|
||||
COMMENT ON COLUMN sys_user.status IS '状态 0:停用 1:正常';
|
||||
COMMENT ON COLUMN sys_user.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_user.create_date IS '创建时间';
|
||||
COMMENT ON COLUMN sys_user.updater IS '更新者';
|
||||
COMMENT ON COLUMN sys_user.update_date IS '更新时间';
|
||||
|
||||
|
||||
CREATE TABLE sys_dept (
|
||||
id int8 NOT NULL,
|
||||
pid int8,
|
||||
pids varchar(500),
|
||||
name varchar(50),
|
||||
sort int,
|
||||
creator int8,
|
||||
create_date timestamp,
|
||||
updater int8,
|
||||
update_date timestamp,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE INDEX idx_sys_dept_pid on sys_dept(pid);
|
||||
CREATE INDEX idx_sys_dept_idx_sort on sys_dept(sort);
|
||||
|
||||
COMMENT ON TABLE sys_dept IS '部门管理';
|
||||
COMMENT ON COLUMN sys_dept.id IS 'id';
|
||||
COMMENT ON COLUMN sys_dept.pid IS '上级ID';
|
||||
COMMENT ON COLUMN sys_dept.pids IS '所有上级ID,用逗号分开';
|
||||
COMMENT ON COLUMN sys_dept.name IS '部门名称';
|
||||
COMMENT ON COLUMN sys_dept.sort IS '排序';
|
||||
COMMENT ON COLUMN sys_dept.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_dept.create_date IS '创建时间';
|
||||
COMMENT ON COLUMN sys_dept.updater IS '更新者';
|
||||
COMMENT ON COLUMN sys_dept.update_date IS '更新时间';
|
||||
|
||||
|
||||
create table sys_role
|
||||
(
|
||||
id int8 NOT NULL,
|
||||
name varchar(50),
|
||||
remark varchar(100),
|
||||
dept_id int8,
|
||||
creator int8,
|
||||
create_date timestamp,
|
||||
updater int8,
|
||||
update_date timestamp,
|
||||
primary key (id)
|
||||
);
|
||||
|
||||
CREATE INDEX idx_sys_role_dept_id on sys_role(dept_id);
|
||||
|
||||
COMMENT ON TABLE sys_role IS '角色管理';
|
||||
COMMENT ON COLUMN sys_role.id IS 'id';
|
||||
COMMENT ON COLUMN sys_role.name IS '角色名称';
|
||||
COMMENT ON COLUMN sys_role.remark IS '备注';
|
||||
COMMENT ON COLUMN sys_role.dept_id IS '部门ID';
|
||||
COMMENT ON COLUMN sys_role.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_role.create_date IS '创建时间';
|
||||
COMMENT ON COLUMN sys_role.updater IS '更新者';
|
||||
COMMENT ON COLUMN sys_role.update_date IS '更新时间';
|
||||
|
||||
|
||||
create table sys_menu
|
||||
(
|
||||
id int8 NOT NULL,
|
||||
pid int8,
|
||||
name varchar(200),
|
||||
url varchar(200),
|
||||
permissions varchar(500),
|
||||
menu_type int,
|
||||
icon varchar(50),
|
||||
sort int,
|
||||
creator int8,
|
||||
create_date timestamp,
|
||||
updater int8,
|
||||
update_date timestamp,
|
||||
primary key (id)
|
||||
);
|
||||
|
||||
CREATE INDEX idx_sys_menu_pid on sys_menu(pid);
|
||||
CREATE INDEX idx_sys_menu_sort on sys_menu(sort);
|
||||
|
||||
COMMENT ON TABLE sys_menu IS '菜单管理';
|
||||
COMMENT ON COLUMN sys_menu.id IS 'id';
|
||||
COMMENT ON COLUMN sys_menu.pid IS '上级ID,一级菜单为0';
|
||||
COMMENT ON COLUMN sys_menu.name IS '名称';
|
||||
COMMENT ON COLUMN sys_menu.url IS '菜单URL';
|
||||
COMMENT ON COLUMN sys_menu.permissions IS '授权(多个用逗号分隔,如:sys:user:list,sys:user:save)';
|
||||
COMMENT ON COLUMN sys_menu.menu_type IS '类型 0:菜单 1:按钮';
|
||||
COMMENT ON COLUMN sys_menu.icon IS '菜单图标';
|
||||
COMMENT ON COLUMN sys_menu.sort IS '排序';
|
||||
COMMENT ON COLUMN sys_menu.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_menu.create_date IS '创建时间';
|
||||
COMMENT ON COLUMN sys_menu.updater IS '更新者';
|
||||
COMMENT ON COLUMN sys_menu.update_date IS '更新时间';
|
||||
|
||||
|
||||
create table sys_role_user
|
||||
(
|
||||
id int8 NOT NULL,
|
||||
role_id int8,
|
||||
user_id int8,
|
||||
creator int8,
|
||||
create_date timestamp,
|
||||
primary key (id)
|
||||
);
|
||||
|
||||
CREATE INDEX idx_sys_role_user_role_id on sys_role_user(role_id);
|
||||
CREATE INDEX idx_sys_role_user_user_id on sys_role_user(user_id);
|
||||
|
||||
COMMENT ON TABLE sys_role_user IS '角色用户关系';
|
||||
COMMENT ON COLUMN sys_role_user.role_id IS '角色ID';
|
||||
COMMENT ON COLUMN sys_role_user.user_id IS '用户ID';
|
||||
COMMENT ON COLUMN sys_role_user.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_role_user.create_date IS '创建时间';
|
||||
|
||||
|
||||
create table sys_role_menu
|
||||
(
|
||||
id int8 NOT NULL,
|
||||
role_id int8,
|
||||
menu_id int8,
|
||||
creator int8,
|
||||
create_date timestamp,
|
||||
primary key (id)
|
||||
);
|
||||
|
||||
CREATE INDEX idx_sys_role_menu_role_id on sys_role_menu(role_id);
|
||||
CREATE INDEX idx_sys_role_menu_menu_id on sys_role_menu(menu_id);
|
||||
|
||||
COMMENT ON TABLE sys_role_menu IS '角色菜单关系';
|
||||
COMMENT ON COLUMN sys_role_menu.role_id IS '角色ID';
|
||||
COMMENT ON COLUMN sys_role_menu.menu_id IS '菜单ID';
|
||||
COMMENT ON COLUMN sys_role_menu.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_role_menu.create_date IS '创建时间';
|
||||
|
||||
|
||||
create table sys_role_data_scope
|
||||
(
|
||||
id int8 NOT NULL,
|
||||
role_id int8,
|
||||
dept_id int8,
|
||||
creator int8,
|
||||
create_date timestamp,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE INDEX idx_data_scope_role_id on sys_role_data_scope(role_id);
|
||||
|
||||
COMMENT ON TABLE sys_role_data_scope IS '角色数据权限';
|
||||
COMMENT ON COLUMN sys_role_data_scope.role_id IS '角色ID';
|
||||
COMMENT ON COLUMN sys_role_data_scope.dept_id IS '部门ID';
|
||||
COMMENT ON COLUMN sys_role_data_scope.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_role_data_scope.create_date IS '创建时间';
|
||||
|
||||
|
||||
create table sys_params
|
||||
(
|
||||
id int8 NOT NULL,
|
||||
param_code varchar(32),
|
||||
param_value varchar(2000),
|
||||
param_type int DEFAULT 1 NOT NULL,
|
||||
remark varchar(200),
|
||||
creator int8,
|
||||
create_date timestamp,
|
||||
updater int8,
|
||||
update_date timestamp,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE UNIQUE INDEX uk_sys_params_param_code on sys_params(param_code);
|
||||
CREATE INDEX idx_sys_params_create_date on sys_params(create_date);
|
||||
|
||||
COMMENT ON TABLE sys_params IS '参数管理';
|
||||
COMMENT ON COLUMN sys_params.param_code IS '参数编码';
|
||||
COMMENT ON COLUMN sys_params.param_value IS '参数值';
|
||||
COMMENT ON COLUMN sys_params.param_type IS '类型 0:系统参数 1:非系统参数';
|
||||
COMMENT ON COLUMN sys_params.remark IS '备注';
|
||||
COMMENT ON COLUMN sys_params.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_params.create_date IS '创建时间';
|
||||
COMMENT ON COLUMN sys_params.updater IS '更新者';
|
||||
COMMENT ON COLUMN sys_params.update_date IS '更新时间';
|
||||
|
||||
|
||||
create table sys_dict_type
|
||||
(
|
||||
id int8 NOT NULL,
|
||||
dict_type varchar(100),
|
||||
dict_name varchar(255),
|
||||
remark varchar(255),
|
||||
sort int,
|
||||
creator int8,
|
||||
create_date timestamp,
|
||||
updater int8,
|
||||
update_date timestamp,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE UNIQUE INDEX uk_sys_dict_type_dict_type on sys_dict_type(dict_type);
|
||||
|
||||
COMMENT ON TABLE sys_dict_type IS '字典类型';
|
||||
COMMENT ON COLUMN sys_dict_type.id IS 'id';
|
||||
COMMENT ON COLUMN sys_dict_type.dict_type IS '字典类型';
|
||||
COMMENT ON COLUMN sys_dict_type.dict_name IS '字典名称';
|
||||
COMMENT ON COLUMN sys_dict_type.remark IS '备注';
|
||||
COMMENT ON COLUMN sys_dict_type.sort IS '排序';
|
||||
COMMENT ON COLUMN sys_dict_type.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_dict_type.create_date IS '创建时间';
|
||||
COMMENT ON COLUMN sys_dict_type.updater IS '更新者';
|
||||
COMMENT ON COLUMN sys_dict_type.update_date IS '更新时间';
|
||||
|
||||
create table sys_dict_data
|
||||
(
|
||||
id int8 NOT NULL,
|
||||
dict_type_id int8 NOT NULL,
|
||||
dict_label varchar(255),
|
||||
dict_value varchar(255),
|
||||
remark varchar(255),
|
||||
sort int,
|
||||
creator int8,
|
||||
create_date timestamp,
|
||||
updater int8,
|
||||
update_date timestamp,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE INDEX idx_sys_dict_data_sort on sys_dict_data(sort);
|
||||
CREATE UNIQUE INDEX uk_dict_type_value on sys_dict_data(dict_type_id, dict_value);
|
||||
|
||||
COMMENT ON TABLE sys_dict_data IS '字典数据';
|
||||
COMMENT ON COLUMN sys_dict_data.id IS 'id';
|
||||
COMMENT ON COLUMN sys_dict_data.dict_type_id IS '字典类型ID';
|
||||
COMMENT ON COLUMN sys_dict_data.dict_label IS '字典标签';
|
||||
COMMENT ON COLUMN sys_dict_data.dict_value IS '字典值';
|
||||
COMMENT ON COLUMN sys_dict_data.remark IS '备注';
|
||||
COMMENT ON COLUMN sys_dict_data.sort IS '排序';
|
||||
COMMENT ON COLUMN sys_dict_data.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_dict_data.create_date IS '创建时间';
|
||||
COMMENT ON COLUMN sys_dict_data.updater IS '更新者';
|
||||
COMMENT ON COLUMN sys_dict_data.update_date IS '更新时间';
|
||||
|
||||
|
||||
create table sys_log_login
|
||||
(
|
||||
id int8 NOT NULL,
|
||||
operation int,
|
||||
status int,
|
||||
user_agent varchar(500),
|
||||
ip varchar(32),
|
||||
creator_name varchar(50),
|
||||
creator int8,
|
||||
create_date timestamp,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE INDEX idx_login_status on sys_log_login(status);
|
||||
CREATE INDEX idx_login_create_date on sys_log_login(create_date);
|
||||
|
||||
COMMENT ON TABLE sys_log_login IS '登录日志';
|
||||
COMMENT ON COLUMN sys_log_login.id IS 'id';
|
||||
COMMENT ON COLUMN sys_log_login.operation IS '用户操作 0:用户登录 1:用户退出';
|
||||
COMMENT ON COLUMN sys_log_login.status IS '状态 0:失败 1:成功 2:账号已锁定';
|
||||
COMMENT ON COLUMN sys_log_login.user_agent IS '用户代理';
|
||||
COMMENT ON COLUMN sys_log_login.ip IS '操作IP';
|
||||
COMMENT ON COLUMN sys_log_login.creator_name IS '用户名';
|
||||
COMMENT ON COLUMN sys_log_login.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_log_login.create_date IS '创建时间';
|
||||
|
||||
|
||||
create table sys_log_operation
|
||||
(
|
||||
id int8 NOT NULL,
|
||||
operation varchar(50),
|
||||
request_uri varchar(200),
|
||||
request_method varchar(20),
|
||||
request_params text,
|
||||
request_time int,
|
||||
user_agent varchar(500),
|
||||
ip varchar(32),
|
||||
status int,
|
||||
creator_name varchar(50),
|
||||
creator int8,
|
||||
create_date timestamp,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE INDEX idx_operation_create_date on sys_log_operation(create_date);
|
||||
|
||||
COMMENT ON TABLE sys_log_operation IS '操作日志';
|
||||
COMMENT ON COLUMN sys_log_operation.id IS 'id';
|
||||
COMMENT ON COLUMN sys_log_operation.operation IS '用户操作';
|
||||
COMMENT ON COLUMN sys_log_operation.request_uri IS '请求URI';
|
||||
COMMENT ON COLUMN sys_log_operation.request_method IS '请求方式';
|
||||
COMMENT ON COLUMN sys_log_operation.request_params IS '请求参数';
|
||||
COMMENT ON COLUMN sys_log_operation.request_time IS '请求时长(毫秒)';
|
||||
COMMENT ON COLUMN sys_log_operation.user_agent IS '用户代理';
|
||||
COMMENT ON COLUMN sys_log_operation.ip IS '操作IP';
|
||||
COMMENT ON COLUMN sys_log_operation.status IS '状态 0:失败 1:成功';
|
||||
COMMENT ON COLUMN sys_log_operation.creator_name IS '用户名';
|
||||
COMMENT ON COLUMN sys_log_operation.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_log_operation.create_date IS '创建时间';
|
||||
|
||||
|
||||
create table sys_log_error
|
||||
(
|
||||
id int8 NOT NULL,
|
||||
request_uri varchar(200),
|
||||
request_method varchar(20),
|
||||
request_params text,
|
||||
user_agent varchar(500),
|
||||
ip varchar(32),
|
||||
error_info text,
|
||||
creator int8,
|
||||
create_date timestamp,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE INDEX idx_error_create_date on sys_log_error(create_date);
|
||||
|
||||
COMMENT ON TABLE sys_log_error IS '异常日志';
|
||||
COMMENT ON COLUMN sys_log_error.id IS 'id';
|
||||
COMMENT ON COLUMN sys_log_error.request_uri IS '请求URI';
|
||||
COMMENT ON COLUMN sys_log_error.request_method IS '请求方式';
|
||||
COMMENT ON COLUMN sys_log_error.request_params IS '请求参数';
|
||||
COMMENT ON COLUMN sys_log_error.user_agent IS '用户代理';
|
||||
COMMENT ON COLUMN sys_log_error.ip IS '操作IP';
|
||||
COMMENT ON COLUMN sys_log_error.error_info IS '异常信息';
|
||||
COMMENT ON COLUMN sys_log_error.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_log_error.create_date IS '创建时间';
|
||||
|
||||
|
||||
|
||||
CREATE TABLE sys_oss (
|
||||
id int8 NOT NULL,
|
||||
url varchar(200),
|
||||
creator int8,
|
||||
create_date timestamp,
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
CREATE INDEX idx_sys_oss_create_date on sys_oss(create_date);
|
||||
|
||||
COMMENT ON TABLE sys_oss IS '文件上传';
|
||||
COMMENT ON COLUMN sys_oss.id IS 'id';
|
||||
COMMENT ON COLUMN sys_oss.url IS 'URL地址';
|
||||
COMMENT ON COLUMN sys_oss.creator IS '创建者';
|
||||
COMMENT ON COLUMN sys_oss.create_date IS '创建时间';
|
||||
|
||||
|
||||
CREATE TABLE schedule_job (
|
||||
id int8 NOT NULL,
|
||||
bean_name varchar(200),
|
||||
params varchar(2000),
|
||||
cron_expression varchar(100),
|
||||
status int,
|
||||
remark varchar(255),
|
||||
creator int8,
|
||||
create_date timestamp,
|
||||
updater int8,
|
||||
update_date timestamp,
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
|
||||
CREATE INDEX idx_schedule_job_create_date on schedule_job(create_date);
|
||||
|
||||
COMMENT ON TABLE schedule_job IS '定时任务';
|
||||
COMMENT ON COLUMN schedule_job.id IS 'id';
|
||||
COMMENT ON COLUMN schedule_job.bean_name IS 'spring bean名称';
|
||||
COMMENT ON COLUMN schedule_job.params IS '参数';
|
||||
COMMENT ON COLUMN schedule_job.cron_expression IS 'cron表达式';
|
||||
COMMENT ON COLUMN schedule_job.status IS '任务状态 0:暂停 1:正常';
|
||||
COMMENT ON COLUMN schedule_job.remark IS '备注';
|
||||
COMMENT ON COLUMN schedule_job.creator IS '创建者';
|
||||
COMMENT ON COLUMN schedule_job.create_date IS '创建时间';
|
||||
COMMENT ON COLUMN schedule_job.updater IS '更新者';
|
||||
COMMENT ON COLUMN schedule_job.update_date IS '更新时间';
|
||||
|
||||
|
||||
CREATE TABLE schedule_job_log (
|
||||
id int8 NOT NULL,
|
||||
job_id int8 NOT NULL,
|
||||
bean_name varchar(200),
|
||||
params varchar(2000),
|
||||
status int,
|
||||
error varchar(2000),
|
||||
times int,
|
||||
create_date timestamp,
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
|
||||
CREATE INDEX idx_job_log_job_id on schedule_job_log(job_id);
|
||||
CREATE INDEX idx_job_log_create_date on schedule_job_log(create_date);
|
||||
|
||||
COMMENT ON TABLE schedule_job_log IS '定时任务日志';
|
||||
COMMENT ON COLUMN schedule_job_log.id IS 'id';
|
||||
COMMENT ON COLUMN schedule_job_log.bean_name IS 'spring bean名称';
|
||||
COMMENT ON COLUMN schedule_job_log.params IS '参数';
|
||||
COMMENT ON COLUMN schedule_job_log.status IS '任务状态 0:失败 1:成功';
|
||||
COMMENT ON COLUMN schedule_job_log.error IS '失败信息';
|
||||
COMMENT ON COLUMN schedule_job_log.times IS '耗时(单位:毫秒)';
|
||||
COMMENT ON COLUMN schedule_job.create_date IS '创建时间';
|
||||
|
||||
|
||||
CREATE TABLE sys_user_token (
|
||||
id int8 NOT NULL,
|
||||
user_id int8,
|
||||
token varchar(100),
|
||||
expire_date timestamp,
|
||||
update_date timestamp,
|
||||
create_date timestamp,
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
|
||||
CREATE UNIQUE INDEX uk_sys_user_token_user_id on sys_user_token(user_id);
|
||||
CREATE UNIQUE INDEX uk_sys_user_token on sys_user_token(token);
|
||||
|
||||
COMMENT ON TABLE sys_user_token IS '系统用户Token';
|
||||
COMMENT ON COLUMN sys_user_token.id IS 'id';
|
||||
COMMENT ON COLUMN sys_user_token.user_id IS '用户id';
|
||||
COMMENT ON COLUMN sys_user_token.token IS '用户token';
|
||||
COMMENT ON COLUMN sys_user_token.expire_date IS '过期时间';
|
||||
COMMENT ON COLUMN sys_user_token.update_date IS '更新时间';
|
||||
COMMENT ON COLUMN sys_user_token.create_date IS '创建时间';
|
||||
|
||||
|
||||
|
||||
-- 初始数据
|
||||
INSERT INTO sys_user(id, username, password, real_name, gender, email, mobile, status, dept_id, super_admin, creator, create_date, updater, update_date) VALUES (1067246875800000001, 'admin', '$2a$10$012Kx2ba5jzqr9gLlG4MX.bnQJTD9UWqF57XDo2N3.fPtLne02u/m', '管理员', 0, 'root@renren.io', '13612345678', 1, null, 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000002, 0, '权限管理', NULL, NULL, 0, 'icon-safetycertificate', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000003, 1067246875800000055, '新增', NULL, 'sys:user:save,sys:dept:list,sys:role:list', 1, NULL, 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000004, 1067246875800000055, '修改', NULL, 'sys:user:update,sys:dept:list,sys:role:list', 1, NULL, 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000005, 1067246875800000055, '删除', NULL, 'sys:user:delete', 1, NULL, 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000006, 1067246875800000055, '导出', NULL, 'sys:user:export', 1, NULL, 4, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000007, 1067246875800000002, '角色管理', 'sys/role', NULL, 0, 'icon-team', 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000008, 1067246875800000007, '查看', NULL, 'sys:role:page,sys:role:info', 1, NULL, 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000009, 1067246875800000007, '新增', NULL, 'sys:role:save,sys:menu:select,sys:dept:list', 1, NULL, 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000010, 1067246875800000007, '修改', NULL, 'sys:role:update,sys:menu:select,sys:dept:list', 1, NULL, 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000011, 1067246875800000007, '删除', NULL, 'sys:role:delete', 1, NULL, 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000012, 1067246875800000002, '部门管理', 'sys/dept', NULL, 0, 'icon-apartment', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000014, 1067246875800000012, '查看', NULL, 'sys:dept:list,sys:dept:info', 1, NULL, 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000015, 1067246875800000012, '新增', NULL, 'sys:dept:save', 1, NULL, 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000016, 1067246875800000012, '修改', NULL, 'sys:dept:update', 1, NULL, 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000017, 1067246875800000012, '删除', NULL, 'sys:dept:delete', 1, NULL, 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000025, 1067246875800000035, '菜单管理', 'sys/menu', NULL, 0, 'icon-unorderedlist', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000026, 1067246875800000025, '查看', NULL, 'sys:menu:list,sys:menu:info', 1, NULL, 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000027, 1067246875800000025, '新增', NULL, 'sys:menu:save', 1, NULL, 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000028, 1067246875800000025, '修改', NULL, 'sys:menu:update', 1, NULL, 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000029, 1067246875800000025, '删除', NULL, 'sys:menu:delete', 1, NULL, 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000030, 1067246875800000035, '定时任务', 'job/schedule', NULL, 0, 'icon-dashboard', 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000031, 1067246875800000030, '查看', NULL, 'sys:schedule:page,sys:schedule:info', 1, NULL, 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000032, 1067246875800000030, '新增', NULL, 'sys:schedule:save', 1, NULL, 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000033, 1067246875800000030, '修改', NULL, 'sys:schedule:update', 1, NULL, 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000034, 1067246875800000030, '删除', NULL, 'sys:schedule:delete', 1, NULL, 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000035, 0, '系统设置', NULL, NULL, 0, 'icon-setting', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000036, 1067246875800000030, '暂停', NULL, 'sys:schedule:pause', 1, NULL, 4, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000037, 1067246875800000030, '恢复', NULL, 'sys:schedule:resume', 1, NULL, 5, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000038, 1067246875800000030, '立即执行', NULL, 'sys:schedule:run', 1, NULL, 6, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000039, 1067246875800000030, '日志列表', NULL, 'sys:schedule:log', 1, NULL, 7, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000040, 1067246875800000035, '参数管理', 'sys/params', '', 0, 'icon-fileprotect', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000041, 1067246875800000035, '字典管理', 'sys/dict-type', NULL, 0, 'icon-golden-fill', 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000042, 1067246875800000041, '查看', NULL, 'sys:dict:page,sys:dict:info', 1, NULL, 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000043, 1067246875800000041, '新增', NULL, 'sys:dict:save', 1, NULL, 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000044, 1067246875800000041, '修改', NULL, 'sys:dict:update', 1, NULL, 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000045, 1067246875800000041, '删除', NULL, 'sys:dict:delete', 1, NULL, 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000046, 0, '日志管理', NULL, NULL, 0, 'icon-container', 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000047, 1067246875800000035, '文件上传', 'oss/oss', 'sys:oss:all', 0, 'icon-upload', 4, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000048, 1067246875800000046, '登录日志', 'sys/log-login', 'sys:log:login', 0, 'icon-filedone', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000049, 1067246875800000046, '操作日志', 'sys/log-operation', 'sys:log:operation', 0, 'icon-solution', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000050, 1067246875800000046, '异常日志', 'sys/log-error', 'sys:log:error', 0, 'icon-file-exception', 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000051, 1067246875800000053, 'SQL监控', '{{ window.SITE_CONFIG["apiURL"] }}/druid/sql.html', NULL, 0, 'icon-database', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000053, 0, '系统监控', NULL, NULL, 0, 'icon-desktop', 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000055, 1067246875800000002, '用户管理', 'sys/user', NULL, 0, 'icon-user', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000056, 1067246875800000055, '查看', NULL, 'sys:user:page,sys:user:info', 1, NULL, 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000057, 1067246875800000040, '新增', NULL, 'sys:params:save', 1, NULL, 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000058, 1067246875800000040, '导出', NULL, 'sys:params:export', 1, NULL, 4, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000059, 1067246875800000040, '查看', '', 'sys:params:page,sys:params:info', 1, NULL, 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000060, 1067246875800000040, '修改', NULL, 'sys:params:update', 1, NULL, 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000061, 1067246875800000040, '删除', '', 'sys:params:delete', 1, '', 3, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1156748733921165314, 1067246875800000053, '接口文档', '{{ window.SITE_CONFIG["apiURL"] }}/doc.html', '', 0, 'icon-file-word', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
|
||||
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000062, 1067246875800000063, '1067246875800000066,1067246875800000063', '技术部', 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000063, 1067246875800000066, '1067246875800000066', '长沙分公司', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000064, 1067246875800000066, '1067246875800000066', '上海分公司', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000065, 1067246875800000064, '1067246875800000066,1067246875800000064', '市场部', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000066, 0, '0', '人人开源集团', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000067, 1067246875800000064, '1067246875800000066,1067246875800000064', '销售部', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000068, 1067246875800000063, '1067246875800000066,1067246875800000063', '产品部', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
|
||||
INSERT INTO sys_dict_type(id, dict_type, dict_name, remark, sort, creator, create_date, updater, update_date) VALUES (1160061077912858625, 'gender', '性别', '', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1160061112075464705, 1160061077912858625, '男', '0', '', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1160061146967879681, 1160061077912858625, '女', '1', '', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1160061190127267841, 1160061077912858625, '保密', '2', '', 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dict_type(id, dict_type, dict_name, remark, sort, creator, create_date, updater, update_date) VALUES (1225813644059140097, 'notice_type', '站内通知-类型', '', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1225814069634195457, 1225813644059140097, '公告', '0', '', 0, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1225814107559092225, 1225813644059140097, '会议', '1', '', 1, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1225814271879340034, 1225813644059140097, '其他', '2', '', 2, 1067246875800000001, now(), 1067246875800000001, now());
|
||||
|
||||
INSERT INTO sys_params(id, param_code, param_value, param_type, remark, creator, create_date, updater, update_date) VALUES (1067246875800000073, 'CLOUD_STORAGE_CONFIG_KEY', '{"type":1,"qiniuDomain":"http://test.oss.renren.io","qiniuPrefix":"upload","qiniuAccessKey":"NrgMfABZxWLo5B-YYSjoE8-AZ1EISdi1Z3ubLOeZ","qiniuSecretKey":"uIwJHevMRWU0VLxFvgy0tAcOdGqasdtVlJkdy6vV","qiniuBucketName":"renren-oss","aliyunDomain":"","aliyunPrefix":"","aliyunEndPoint":"","aliyunAccessKeyId":"","aliyunAccessKeySecret":"","aliyunBucketName":"","qcloudDomain":"","qcloudPrefix":"","qcloudSecretId":"","qcloudSecretKey":"","qcloudBucketName":""}', '0', '云存储配置信息', 1067246875800000001, now(), 1067246875800000001, now());
|
||||
|
||||
INSERT INTO schedule_job (id, bean_name, params, cron_expression, status, remark, creator, create_date, updater, update_date) VALUES (1067246875800000076, 'testTask', 'renren', '0 0/30 * * * ?', 0, '有参测试,多个参数使用json', 1067246875800000001, now(), 1067246875800000001, now());
|
||||
|
||||
|
||||
|
||||
-- quartz自带表结构
|
||||
CREATE TABLE qrtz_job_details
|
||||
(
|
||||
SCHED_NAME VARCHAR(120) NOT NULL,
|
||||
JOB_NAME VARCHAR(200) NOT NULL,
|
||||
JOB_GROUP VARCHAR(200) NOT NULL,
|
||||
DESCRIPTION VARCHAR(250) NULL,
|
||||
JOB_CLASS_NAME VARCHAR(250) NOT NULL,
|
||||
IS_DURABLE BOOL NOT NULL,
|
||||
IS_NONCONCURRENT BOOL NOT NULL,
|
||||
IS_UPDATE_DATA BOOL NOT NULL,
|
||||
REQUESTS_RECOVERY BOOL NOT NULL,
|
||||
JOB_DATA BYTEA NULL,
|
||||
PRIMARY KEY (SCHED_NAME,JOB_NAME,JOB_GROUP)
|
||||
);
|
||||
|
||||
CREATE TABLE qrtz_triggers
|
||||
(
|
||||
SCHED_NAME VARCHAR(120) NOT NULL,
|
||||
TRIGGER_NAME VARCHAR(200) NOT NULL,
|
||||
TRIGGER_GROUP VARCHAR(200) NOT NULL,
|
||||
JOB_NAME VARCHAR(200) NOT NULL,
|
||||
JOB_GROUP VARCHAR(200) NOT NULL,
|
||||
DESCRIPTION VARCHAR(250) NULL,
|
||||
NEXT_FIRE_TIME BIGINT NULL,
|
||||
PREV_FIRE_TIME BIGINT NULL,
|
||||
PRIORITY INTEGER NULL,
|
||||
TRIGGER_STATE VARCHAR(16) NOT NULL,
|
||||
TRIGGER_TYPE VARCHAR(8) NOT NULL,
|
||||
START_TIME BIGINT NOT NULL,
|
||||
END_TIME BIGINT NULL,
|
||||
CALENDAR_NAME VARCHAR(200) NULL,
|
||||
MISFIRE_INSTR SMALLINT NULL,
|
||||
JOB_DATA BYTEA NULL,
|
||||
PRIMARY KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP),
|
||||
FOREIGN KEY (SCHED_NAME,JOB_NAME,JOB_GROUP)
|
||||
REFERENCES QRTZ_JOB_DETAILS(SCHED_NAME,JOB_NAME,JOB_GROUP)
|
||||
);
|
||||
|
||||
CREATE TABLE qrtz_simple_triggers
|
||||
(
|
||||
SCHED_NAME VARCHAR(120) NOT NULL,
|
||||
TRIGGER_NAME VARCHAR(200) NOT NULL,
|
||||
TRIGGER_GROUP VARCHAR(200) NOT NULL,
|
||||
REPEAT_COUNT BIGINT NOT NULL,
|
||||
REPEAT_INTERVAL BIGINT NOT NULL,
|
||||
TIMES_TRIGGERED BIGINT NOT NULL,
|
||||
PRIMARY KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP),
|
||||
FOREIGN KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
|
||||
REFERENCES QRTZ_TRIGGERS(SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
|
||||
);
|
||||
|
||||
CREATE TABLE qrtz_cron_triggers
|
||||
(
|
||||
SCHED_NAME VARCHAR(120) NOT NULL,
|
||||
TRIGGER_NAME VARCHAR(200) NOT NULL,
|
||||
TRIGGER_GROUP VARCHAR(200) NOT NULL,
|
||||
CRON_EXPRESSION VARCHAR(120) NOT NULL,
|
||||
TIME_ZONE_ID VARCHAR(80),
|
||||
PRIMARY KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP),
|
||||
FOREIGN KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
|
||||
REFERENCES QRTZ_TRIGGERS(SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
|
||||
);
|
||||
|
||||
CREATE TABLE qrtz_simprop_triggers
|
||||
(
|
||||
SCHED_NAME VARCHAR(120) NOT NULL,
|
||||
TRIGGER_NAME VARCHAR(200) NOT NULL,
|
||||
TRIGGER_GROUP VARCHAR(200) NOT NULL,
|
||||
STR_PROP_1 VARCHAR(512) NULL,
|
||||
STR_PROP_2 VARCHAR(512) NULL,
|
||||
STR_PROP_3 VARCHAR(512) NULL,
|
||||
INT_PROP_1 INT NULL,
|
||||
INT_PROP_2 INT NULL,
|
||||
LONG_PROP_1 BIGINT NULL,
|
||||
LONG_PROP_2 BIGINT NULL,
|
||||
DEC_PROP_1 NUMERIC(13,4) NULL,
|
||||
DEC_PROP_2 NUMERIC(13,4) NULL,
|
||||
BOOL_PROP_1 BOOL NULL,
|
||||
BOOL_PROP_2 BOOL NULL,
|
||||
PRIMARY KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP),
|
||||
FOREIGN KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
|
||||
REFERENCES QRTZ_TRIGGERS(SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
|
||||
);
|
||||
|
||||
CREATE TABLE qrtz_blob_triggers
|
||||
(
|
||||
SCHED_NAME VARCHAR(120) NOT NULL,
|
||||
TRIGGER_NAME VARCHAR(200) NOT NULL,
|
||||
TRIGGER_GROUP VARCHAR(200) NOT NULL,
|
||||
BLOB_DATA BYTEA NULL,
|
||||
PRIMARY KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP),
|
||||
FOREIGN KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
|
||||
REFERENCES QRTZ_TRIGGERS(SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)
|
||||
);
|
||||
|
||||
CREATE TABLE qrtz_calendars
|
||||
(
|
||||
SCHED_NAME VARCHAR(120) NOT NULL,
|
||||
CALENDAR_NAME VARCHAR(200) NOT NULL,
|
||||
CALENDAR BYTEA NOT NULL,
|
||||
PRIMARY KEY (SCHED_NAME,CALENDAR_NAME)
|
||||
);
|
||||
|
||||
|
||||
CREATE TABLE qrtz_paused_trigger_grps
|
||||
(
|
||||
SCHED_NAME VARCHAR(120) NOT NULL,
|
||||
TRIGGER_GROUP VARCHAR(200) NOT NULL,
|
||||
PRIMARY KEY (SCHED_NAME,TRIGGER_GROUP)
|
||||
);
|
||||
|
||||
CREATE TABLE qrtz_fired_triggers
|
||||
(
|
||||
SCHED_NAME VARCHAR(120) NOT NULL,
|
||||
ENTRY_ID VARCHAR(95) NOT NULL,
|
||||
TRIGGER_NAME VARCHAR(200) NOT NULL,
|
||||
TRIGGER_GROUP VARCHAR(200) NOT NULL,
|
||||
INSTANCE_NAME VARCHAR(200) NOT NULL,
|
||||
FIRED_TIME BIGINT NOT NULL,
|
||||
SCHED_TIME BIGINT NOT NULL,
|
||||
PRIORITY INTEGER NOT NULL,
|
||||
STATE VARCHAR(16) NOT NULL,
|
||||
JOB_NAME VARCHAR(200) NULL,
|
||||
JOB_GROUP VARCHAR(200) NULL,
|
||||
IS_NONCONCURRENT BOOL NULL,
|
||||
REQUESTS_RECOVERY BOOL NULL,
|
||||
PRIMARY KEY (SCHED_NAME,ENTRY_ID)
|
||||
);
|
||||
|
||||
CREATE TABLE qrtz_scheduler_state
|
||||
(
|
||||
SCHED_NAME VARCHAR(120) NOT NULL,
|
||||
INSTANCE_NAME VARCHAR(200) NOT NULL,
|
||||
LAST_CHECKIN_TIME BIGINT NOT NULL,
|
||||
CHECKIN_INTERVAL BIGINT NOT NULL,
|
||||
PRIMARY KEY (SCHED_NAME,INSTANCE_NAME)
|
||||
);
|
||||
|
||||
CREATE TABLE qrtz_locks
|
||||
(
|
||||
SCHED_NAME VARCHAR(120) NOT NULL,
|
||||
LOCK_NAME VARCHAR(40) NOT NULL,
|
||||
PRIMARY KEY (SCHED_NAME,LOCK_NAME)
|
||||
);
|
||||
|
||||
create index idx_qrtz_j_req_recovery on qrtz_job_details(SCHED_NAME,REQUESTS_RECOVERY);
|
||||
create index idx_qrtz_j_grp on qrtz_job_details(SCHED_NAME,JOB_GROUP);
|
||||
|
||||
create index idx_qrtz_t_j on qrtz_triggers(SCHED_NAME,JOB_NAME,JOB_GROUP);
|
||||
create index idx_qrtz_t_jg on qrtz_triggers(SCHED_NAME,JOB_GROUP);
|
||||
create index idx_qrtz_t_c on qrtz_triggers(SCHED_NAME,CALENDAR_NAME);
|
||||
create index idx_qrtz_t_g on qrtz_triggers(SCHED_NAME,TRIGGER_GROUP);
|
||||
create index idx_qrtz_t_state on qrtz_triggers(SCHED_NAME,TRIGGER_STATE);
|
||||
create index idx_qrtz_t_n_state on qrtz_triggers(SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP,TRIGGER_STATE);
|
||||
create index idx_qrtz_t_n_g_state on qrtz_triggers(SCHED_NAME,TRIGGER_GROUP,TRIGGER_STATE);
|
||||
create index idx_qrtz_t_next_fire_time on qrtz_triggers(SCHED_NAME,NEXT_FIRE_TIME);
|
||||
create index idx_qrtz_t_nft_st on qrtz_triggers(SCHED_NAME,TRIGGER_STATE,NEXT_FIRE_TIME);
|
||||
create index idx_qrtz_t_nft_misfire on qrtz_triggers(SCHED_NAME,MISFIRE_INSTR,NEXT_FIRE_TIME);
|
||||
create index idx_qrtz_t_nft_st_misfire on qrtz_triggers(SCHED_NAME,MISFIRE_INSTR,NEXT_FIRE_TIME,TRIGGER_STATE);
|
||||
create index idx_qrtz_t_nft_st_misfire_grp on qrtz_triggers(SCHED_NAME,MISFIRE_INSTR,NEXT_FIRE_TIME,TRIGGER_GROUP,TRIGGER_STATE);
|
||||
|
||||
create index idx_qrtz_ft_trig_inst_name on qrtz_fired_triggers(SCHED_NAME,INSTANCE_NAME);
|
||||
create index idx_qrtz_ft_inst_job_req_rcvry on qrtz_fired_triggers(SCHED_NAME,INSTANCE_NAME,REQUESTS_RECOVERY);
|
||||
create index idx_qrtz_ft_j_g on qrtz_fired_triggers(SCHED_NAME,JOB_NAME,JOB_GROUP);
|
||||
create index idx_qrtz_ft_jg on qrtz_fired_triggers(SCHED_NAME,JOB_GROUP);
|
||||
create index idx_qrtz_ft_t_g on qrtz_fired_triggers(SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP);
|
||||
create index idx_qrtz_ft_tg on qrtz_fired_triggers(SCHED_NAME,TRIGGER_GROUP);
|
||||
|
||||
|
||||
commit;
|
674
renren-admin/db/sqlserver.sql
Normal file
674
renren-admin/db/sqlserver.sql
Normal file
@ -0,0 +1,674 @@
|
||||
CREATE TABLE sys_user (
|
||||
id bigint NOT NULL,
|
||||
username varchar(50) NOT NULL,
|
||||
password varchar(100),
|
||||
real_name varchar(50),
|
||||
head_url varchar(200),
|
||||
gender int,
|
||||
email varchar(100),
|
||||
mobile varchar(100),
|
||||
dept_id bigint,
|
||||
super_admin int,
|
||||
status int,
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
updater bigint,
|
||||
update_date datetime,
|
||||
primary key (id)
|
||||
);
|
||||
|
||||
CREATE UNIQUE INDEX uk_sys_user_username on sys_user(username);
|
||||
CREATE INDEX idx_sys_user_create_date on sys_user(create_date);
|
||||
|
||||
|
||||
CREATE TABLE sys_dept (
|
||||
id bigint NOT NULL,
|
||||
pid bigint,
|
||||
pids varchar(500),
|
||||
name varchar(50),
|
||||
sort int,
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
updater bigint,
|
||||
update_date datetime,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE INDEX idx_sys_dept_pid on sys_dept(pid);
|
||||
CREATE INDEX idx_sys_dept_idx_sort on sys_dept(sort);
|
||||
|
||||
|
||||
create table sys_role
|
||||
(
|
||||
id bigint NOT NULL,
|
||||
name varchar(50),
|
||||
remark varchar(100),
|
||||
dept_id bigint,
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
updater bigint,
|
||||
update_date datetime,
|
||||
primary key (id)
|
||||
);
|
||||
|
||||
CREATE INDEX idx_sys_role_dept_id on sys_role(dept_id);
|
||||
|
||||
|
||||
create table sys_menu
|
||||
(
|
||||
id bigint NOT NULL,
|
||||
pid bigint,
|
||||
name varchar(200),
|
||||
url varchar(200),
|
||||
permissions varchar(500),
|
||||
menu_type int,
|
||||
icon varchar(50),
|
||||
sort int,
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
updater bigint,
|
||||
update_date datetime,
|
||||
primary key (id)
|
||||
);
|
||||
|
||||
CREATE INDEX idx_sys_menu_pid on sys_menu(pid);
|
||||
CREATE INDEX idx_sys_menu_sort on sys_menu(sort);
|
||||
|
||||
|
||||
create table sys_role_user
|
||||
(
|
||||
id bigint NOT NULL,
|
||||
role_id bigint,
|
||||
user_id bigint,
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
primary key (id)
|
||||
);
|
||||
|
||||
CREATE INDEX idx_sys_role_user_role_id on sys_role_user(role_id);
|
||||
CREATE INDEX idx_sys_role_user_user_id on sys_role_user(user_id);
|
||||
|
||||
|
||||
create table sys_role_menu
|
||||
(
|
||||
id bigint NOT NULL,
|
||||
role_id bigint,
|
||||
menu_id bigint,
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
primary key (id)
|
||||
);
|
||||
|
||||
CREATE INDEX idx_sys_role_menu_role_id on sys_role_menu(role_id);
|
||||
CREATE INDEX idx_sys_role_menu_menu_id on sys_role_menu(menu_id);
|
||||
|
||||
|
||||
create table sys_role_data_scope
|
||||
(
|
||||
id bigint NOT NULL,
|
||||
role_id bigint,
|
||||
dept_id bigint,
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE INDEX idx_data_scope_role_id on sys_role_data_scope(role_id);
|
||||
|
||||
|
||||
create table sys_params
|
||||
(
|
||||
id bigint NOT NULL,
|
||||
param_code varchar(32),
|
||||
param_value varchar(2000),
|
||||
param_type int DEFAULT 1 NOT NULL,
|
||||
remark varchar(200),
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
updater bigint,
|
||||
update_date datetime,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE UNIQUE INDEX uk_sys_params_param_code on sys_params(param_code);
|
||||
CREATE INDEX idx_sys_params_create_date on sys_params(create_date);
|
||||
|
||||
|
||||
create table sys_dict_type
|
||||
(
|
||||
id bigint NOT NULL,
|
||||
dict_type varchar(100),
|
||||
dict_name varchar(255),
|
||||
remark varchar(255),
|
||||
sort int,
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
updater bigint,
|
||||
update_date datetime,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE UNIQUE INDEX uk_sys_dict_type_dict_type on sys_dict_type(dict_type);
|
||||
|
||||
|
||||
create table sys_dict_data
|
||||
(
|
||||
id bigint NOT NULL,
|
||||
dict_type_id bigint NOT NULL,
|
||||
dict_label varchar(255),
|
||||
dict_value varchar(255),
|
||||
remark varchar(255),
|
||||
sort int,
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
updater bigint,
|
||||
update_date datetime,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE INDEX idx_sys_dict_data_sort on sys_dict_data(sort);
|
||||
CREATE UNIQUE INDEX uk_dict_type_value on sys_dict_data(dict_type_id, dict_value);
|
||||
|
||||
|
||||
create table sys_log_login
|
||||
(
|
||||
id bigint NOT NULL,
|
||||
operation int,
|
||||
status int,
|
||||
user_agent varchar(500),
|
||||
ip varchar(32),
|
||||
creator_name varchar(50),
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE INDEX idx_login_status on sys_log_login(status);
|
||||
CREATE INDEX idx_login_create_date on sys_log_login(create_date);
|
||||
|
||||
|
||||
create table sys_log_operation
|
||||
(
|
||||
id bigint NOT NULL,
|
||||
operation varchar(50),
|
||||
request_uri varchar(200),
|
||||
request_method varchar(20),
|
||||
request_params text,
|
||||
request_time int,
|
||||
user_agent varchar(500),
|
||||
ip varchar(32),
|
||||
status int,
|
||||
creator_name varchar(50),
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE INDEX idx_operation_create_date on sys_log_operation(create_date);
|
||||
|
||||
|
||||
create table sys_log_error
|
||||
(
|
||||
id bigint NOT NULL,
|
||||
request_uri varchar(200),
|
||||
request_method varchar(20),
|
||||
request_params text,
|
||||
user_agent varchar(500),
|
||||
ip varchar(32),
|
||||
error_info text,
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
primary key (id)
|
||||
);
|
||||
CREATE INDEX idx_error_create_date on sys_log_error(create_date);
|
||||
|
||||
|
||||
CREATE TABLE sys_oss (
|
||||
id bigint NOT NULL,
|
||||
url varchar(200),
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
CREATE INDEX idx_sys_oss_create_date on sys_oss(create_date);
|
||||
|
||||
|
||||
CREATE TABLE schedule_job (
|
||||
id bigint NOT NULL,
|
||||
bean_name varchar(200),
|
||||
params varchar(2000),
|
||||
cron_expression varchar(100),
|
||||
status int,
|
||||
remark varchar(255),
|
||||
creator bigint,
|
||||
create_date datetime,
|
||||
updater bigint,
|
||||
update_date datetime,
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
|
||||
CREATE INDEX idx_schedule_job_create_date on schedule_job(create_date);
|
||||
|
||||
|
||||
CREATE TABLE schedule_job_log (
|
||||
id bigint NOT NULL,
|
||||
job_id bigint NOT NULL,
|
||||
bean_name varchar(200),
|
||||
params varchar(2000),
|
||||
status int,
|
||||
error varchar(2000),
|
||||
times int,
|
||||
create_date datetime,
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
|
||||
CREATE INDEX idx_job_log_job_id on schedule_job_log(job_id);
|
||||
CREATE INDEX idx_job_log_create_date on schedule_job_log(create_date);
|
||||
|
||||
|
||||
CREATE TABLE sys_user_token (
|
||||
id bigint NOT NULL,
|
||||
user_id bigint,
|
||||
token varchar(100),
|
||||
expire_date datetime,
|
||||
update_date datetime,
|
||||
create_date datetime,
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
|
||||
CREATE UNIQUE INDEX uk_sys_user_token_user_id on sys_user_token(user_id);
|
||||
CREATE UNIQUE INDEX uk_sys_user_token on sys_user_token(token);
|
||||
|
||||
|
||||
|
||||
-- 初始数据
|
||||
INSERT INTO sys_user(id, username, password, real_name, gender, email, mobile, status, dept_id, super_admin, creator, create_date, updater, update_date) VALUES (1067246875800000001, 'admin', '$2a$10$012Kx2ba5jzqr9gLlG4MX.bnQJTD9UWqF57XDo2N3.fPtLne02u/m', '管理员', 0, 'root@renren.io', '13612345678', 1, null, 1, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000002, 0, '权限管理', NULL, NULL, 0, 'icon-safetycertificate', 0, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000003, 1067246875800000055, '新增', NULL, 'sys:user:save,sys:dept:list,sys:role:list', 1, NULL, 1, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000004, 1067246875800000055, '修改', NULL, 'sys:user:update,sys:dept:list,sys:role:list', 1, NULL, 2, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000005, 1067246875800000055, '删除', NULL, 'sys:user:delete', 1, NULL, 3, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000006, 1067246875800000055, '导出', NULL, 'sys:user:export', 1, NULL, 4, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000007, 1067246875800000002, '角色管理', 'sys/role', NULL, 0, 'icon-team', 2, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000008, 1067246875800000007, '查看', NULL, 'sys:role:page,sys:role:info', 1, NULL, 0, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000009, 1067246875800000007, '新增', NULL, 'sys:role:save,sys:menu:select,sys:dept:list', 1, NULL, 1, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000010, 1067246875800000007, '修改', NULL, 'sys:role:update,sys:menu:select,sys:dept:list', 1, NULL, 2, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000011, 1067246875800000007, '删除', NULL, 'sys:role:delete', 1, NULL, 3, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000012, 1067246875800000002, '部门管理', 'sys/dept', NULL, 0, 'icon-apartment', 1, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000014, 1067246875800000012, '查看', NULL, 'sys:dept:list,sys:dept:info', 1, NULL, 0, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000015, 1067246875800000012, '新增', NULL, 'sys:dept:save', 1, NULL, 1, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000016, 1067246875800000012, '修改', NULL, 'sys:dept:update', 1, NULL, 2, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000017, 1067246875800000012, '删除', NULL, 'sys:dept:delete', 1, NULL, 3, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000025, 1067246875800000035, '菜单管理', 'sys/menu', NULL, 0, 'icon-unorderedlist', 0, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000026, 1067246875800000025, '查看', NULL, 'sys:menu:list,sys:menu:info', 1, NULL, 0, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000027, 1067246875800000025, '新增', NULL, 'sys:menu:save', 1, NULL, 1, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000028, 1067246875800000025, '修改', NULL, 'sys:menu:update', 1, NULL, 2, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000029, 1067246875800000025, '删除', NULL, 'sys:menu:delete', 1, NULL, 3, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000030, 1067246875800000035, '定时任务', 'job/schedule', NULL, 0, 'icon-dashboard', 3, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000031, 1067246875800000030, '查看', NULL, 'sys:schedule:page,sys:schedule:info', 1, NULL, 0, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000032, 1067246875800000030, '新增', NULL, 'sys:schedule:save', 1, NULL, 1, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000033, 1067246875800000030, '修改', NULL, 'sys:schedule:update', 1, NULL, 2, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000034, 1067246875800000030, '删除', NULL, 'sys:schedule:delete', 1, NULL, 3, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000035, 0, '系统设置', NULL, NULL, 0, 'icon-setting', 1, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000036, 1067246875800000030, '暂停', NULL, 'sys:schedule:pause', 1, NULL, 4, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000037, 1067246875800000030, '恢复', NULL, 'sys:schedule:resume', 1, NULL, 5, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000038, 1067246875800000030, '立即执行', NULL, 'sys:schedule:run', 1, NULL, 6, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000039, 1067246875800000030, '日志列表', NULL, 'sys:schedule:log', 1, NULL, 7, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000040, 1067246875800000035, '参数管理', 'sys/params', '', 0, 'icon-fileprotect', 1, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000041, 1067246875800000035, '字典管理', 'sys/dict-type', NULL, 0, 'icon-golden-fill', 2, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000042, 1067246875800000041, '查看', NULL, 'sys:dict:page,sys:dict:info', 1, NULL, 0, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000043, 1067246875800000041, '新增', NULL, 'sys:dict:save', 1, NULL, 1, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000044, 1067246875800000041, '修改', NULL, 'sys:dict:update', 1, NULL, 2, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000045, 1067246875800000041, '删除', NULL, 'sys:dict:delete', 1, NULL, 3, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000046, 0, '日志管理', NULL, NULL, 0, 'icon-container', 2, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000047, 1067246875800000035, '文件上传', 'oss/oss', 'sys:oss:all', 0, 'icon-upload', 4, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000048, 1067246875800000046, '登录日志', 'sys/log-login', 'sys:log:login', 0, 'icon-filedone', 0, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000049, 1067246875800000046, '操作日志', 'sys/log-operation', 'sys:log:operation', 0, 'icon-solution', 1, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000050, 1067246875800000046, '异常日志', 'sys/log-error', 'sys:log:error', 0, 'icon-file-exception', 2, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000051, 1067246875800000053, 'SQL监控', '{{ window.SITE_CONFIG["apiURL"] }}/druid/sql.html', NULL, 0, 'icon-database', 0, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000053, 0, '系统监控', NULL, NULL, 0, 'icon-desktop', 3, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000055, 1067246875800000002, '用户管理', 'sys/user', NULL, 0, 'icon-user', 0, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000056, 1067246875800000055, '查看', NULL, 'sys:user:page,sys:user:info', 1, NULL, 0, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000057, 1067246875800000040, '新增', NULL, 'sys:params:save', 1, NULL, 1, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000058, 1067246875800000040, '导出', NULL, 'sys:params:export', 1, NULL, 4, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000059, 1067246875800000040, '查看', '', 'sys:params:page,sys:params:info', 1, NULL, 0, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000060, 1067246875800000040, '修改', NULL, 'sys:params:update', 1, NULL, 2, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1067246875800000061, 1067246875800000040, '删除', '', 'sys:params:delete', 1, '', 3, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_menu (id, pid, name, url, permissions, menu_type, icon, sort, creator, create_date, updater, update_date) VALUES (1156748733921165314, 1067246875800000053, '接口文档', '{{ window.SITE_CONFIG["apiURL"] }}/doc.html', '', 0, 'icon-file-word', 1, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
|
||||
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000062, 1067246875800000063, '1067246875800000066,1067246875800000063', '技术部', 2, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000063, 1067246875800000066, '1067246875800000066', '长沙分公司', 1, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000064, 1067246875800000066, '1067246875800000066', '上海分公司', 0, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000065, 1067246875800000064, '1067246875800000066,1067246875800000064', '市场部', 0, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000066, 0, '0', '人人开源集团', 0, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000067, 1067246875800000064, '1067246875800000066,1067246875800000064', '销售部', 0, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_dept(id, pid, pids, name, sort, creator, create_date, updater, update_date) VALUES (1067246875800000068, 1067246875800000063, '1067246875800000066,1067246875800000063', '产品部', 1, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
|
||||
INSERT INTO sys_dict_type(id, dict_type, dict_name, remark, sort, creator, create_date, updater, update_date) VALUES (1160061077912858625, 'gender', '性别', '', 0, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1160061112075464705, 1160061077912858625, '男', '0', '', 0, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1160061146967879681, 1160061077912858625, '女', '1', '', 1, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1160061190127267841, 1160061077912858625, '保密', '2', '', 2, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_dict_type(id, dict_type, dict_name, remark, sort, creator, create_date, updater, update_date) VALUES (1225813644059140097, 'notice_type', '站内通知-类型', '', 1, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1225814069634195457, 1225813644059140097, '公告', '0', '', 0, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1225814107559092225, 1225813644059140097, '会议', '1', '', 1, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
INSERT INTO sys_dict_data(id, dict_type_id, dict_label, dict_value, remark, sort, creator, create_date, updater, update_date) VALUES (1225814271879340034, 1225813644059140097, '其他', '2', '', 2, 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
|
||||
INSERT INTO sys_params(id, param_code, param_value, param_type, remark, creator, create_date, updater, update_date) VALUES (1067246875800000073, 'CLOUD_STORAGE_CONFIG_KEY', '{"type":1,"qiniuDomain":"http://test.oss.renren.io","qiniuPrefix":"upload","qiniuAccessKey":"NrgMfABZxWLo5B-YYSjoE8-AZ1EISdi1Z3ubLOeZ","qiniuSecretKey":"uIwJHevMRWU0VLxFvgy0tAcOdGqasdtVlJkdy6vV","qiniuBucketName":"renren-oss","aliyunDomain":"","aliyunPrefix":"","aliyunEndPoint":"","aliyunAccessKeyId":"","aliyunAccessKeySecret":"","aliyunBucketName":"","qcloudDomain":"","qcloudPrefix":"","qcloudSecretId":"","qcloudSecretKey":"","qcloudBucketName":""}', '0', '云存储配置信息', 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
|
||||
INSERT INTO schedule_job (id, bean_name, params, cron_expression, status, remark, creator, create_date, updater, update_date) VALUES (1067246875800000076, 'testTask', 'renren', '0 0/30 * * * ?', 0, '有参测试,多个参数使用json', 1067246875800000001, getdate(), 1067246875800000001, getdate());
|
||||
|
||||
|
||||
-- quartz自带表结构
|
||||
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[dbo].[FK_QRTZ_TRIGGERS_QRTZ_JOB_DETAILS]') AND OBJECTPROPERTY(id, N'ISFOREIGNKEY') = 1)
|
||||
ALTER TABLE [dbo].[QRTZ_TRIGGERS] DROP CONSTRAINT FK_QRTZ_TRIGGERS_QRTZ_JOB_DETAILS
|
||||
GO
|
||||
|
||||
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[dbo].[FK_QRTZ_CRON_TRIGGERS_QRTZ_TRIGGERS]') AND OBJECTPROPERTY(id, N'ISFOREIGNKEY') = 1)
|
||||
ALTER TABLE [dbo].[QRTZ_CRON_TRIGGERS] DROP CONSTRAINT FK_QRTZ_CRON_TRIGGERS_QRTZ_TRIGGERS
|
||||
GO
|
||||
|
||||
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[dbo].[FK_QRTZ_SIMPLE_TRIGGERS_QRTZ_TRIGGERS]') AND OBJECTPROPERTY(id, N'ISFOREIGNKEY') = 1)
|
||||
ALTER TABLE [dbo].[QRTZ_SIMPLE_TRIGGERS] DROP CONSTRAINT FK_QRTZ_SIMPLE_TRIGGERS_QRTZ_TRIGGERS
|
||||
GO
|
||||
|
||||
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[dbo].[FK_QRTZ_SIMPROP_TRIGGERS_QRTZ_TRIGGERS]') AND OBJECTPROPERTY(id, N'ISFOREIGNKEY') = 1)
|
||||
ALTER TABLE [dbo].[QRTZ_SIMPROP_TRIGGERS] DROP CONSTRAINT FK_QRTZ_SIMPROP_TRIGGERS_QRTZ_TRIGGERS
|
||||
GO
|
||||
|
||||
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[dbo].[QRTZ_CALENDARS]') AND OBJECTPROPERTY(id, N'ISUSERTABLE') = 1)
|
||||
DROP TABLE [dbo].[QRTZ_CALENDARS]
|
||||
GO
|
||||
|
||||
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[dbo].[QRTZ_CRON_TRIGGERS]') AND OBJECTPROPERTY(id, N'ISUSERTABLE') = 1)
|
||||
DROP TABLE [dbo].[QRTZ_CRON_TRIGGERS]
|
||||
GO
|
||||
|
||||
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[dbo].[QRTZ_BLOB_TRIGGERS]') AND OBJECTPROPERTY(id, N'ISUSERTABLE') = 1)
|
||||
DROP TABLE [dbo].[QRTZ_BLOB_TRIGGERS]
|
||||
GO
|
||||
|
||||
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[dbo].[QRTZ_FIRED_TRIGGERS]') AND OBJECTPROPERTY(id, N'ISUSERTABLE') = 1)
|
||||
DROP TABLE [dbo].[QRTZ_FIRED_TRIGGERS]
|
||||
GO
|
||||
|
||||
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[dbo].[QRTZ_PAUSED_TRIGGER_GRPS]') AND OBJECTPROPERTY(id, N'ISUSERTABLE') = 1)
|
||||
DROP TABLE [dbo].[QRTZ_PAUSED_TRIGGER_GRPS]
|
||||
GO
|
||||
|
||||
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[dbo].[QRTZ_SCHEDULER_STATE]') AND OBJECTPROPERTY(id, N'ISUSERTABLE') = 1)
|
||||
DROP TABLE [dbo].[QRTZ_SCHEDULER_STATE]
|
||||
GO
|
||||
|
||||
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[dbo].[QRTZ_LOCKS]') AND OBJECTPROPERTY(id, N'ISUSERTABLE') = 1)
|
||||
DROP TABLE [dbo].[QRTZ_LOCKS]
|
||||
GO
|
||||
|
||||
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[dbo].[QRTZ_JOB_DETAILS]') AND OBJECTPROPERTY(id, N'ISUSERTABLE') = 1)
|
||||
DROP TABLE [dbo].[QRTZ_JOB_DETAILS]
|
||||
GO
|
||||
|
||||
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[dbo].[QRTZ_SIMPLE_TRIGGERS]') AND OBJECTPROPERTY(id, N'ISUSERTABLE') = 1)
|
||||
DROP TABLE [dbo].[QRTZ_SIMPLE_TRIGGERS]
|
||||
GO
|
||||
|
||||
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[dbo].[QRTZ_SIMPROP_TRIGGERS]') AND OBJECTPROPERTY(id, N'ISUSERTABLE') = 1)
|
||||
DROP TABLE [dbo].[QRTZ_SIMPROP_TRIGGERS]
|
||||
GO
|
||||
|
||||
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[dbo].[QRTZ_TRIGGERS]') AND OBJECTPROPERTY(id, N'ISUSERTABLE') = 1)
|
||||
DROP TABLE [dbo].[QRTZ_TRIGGERS]
|
||||
GO
|
||||
|
||||
CREATE TABLE [dbo].[QRTZ_CALENDARS] (
|
||||
[SCHED_NAME] [VARCHAR] (120) NOT NULL ,
|
||||
[CALENDAR_NAME] [VARCHAR] (200) NOT NULL ,
|
||||
[CALENDAR] [IMAGE] NOT NULL
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
CREATE TABLE [dbo].[QRTZ_CRON_TRIGGERS] (
|
||||
[SCHED_NAME] [VARCHAR] (120) NOT NULL ,
|
||||
[TRIGGER_NAME] [VARCHAR] (200) NOT NULL ,
|
||||
[TRIGGER_GROUP] [VARCHAR] (200) NOT NULL ,
|
||||
[CRON_EXPRESSION] [VARCHAR] (120) NOT NULL ,
|
||||
[TIME_ZONE_ID] [VARCHAR] (80)
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
CREATE TABLE [dbo].[QRTZ_FIRED_TRIGGERS] (
|
||||
[SCHED_NAME] [VARCHAR] (120) NOT NULL ,
|
||||
[ENTRY_ID] [VARCHAR] (95) NOT NULL ,
|
||||
[TRIGGER_NAME] [VARCHAR] (200) NOT NULL ,
|
||||
[TRIGGER_GROUP] [VARCHAR] (200) NOT NULL ,
|
||||
[INSTANCE_NAME] [VARCHAR] (200) NOT NULL ,
|
||||
[FIRED_TIME] [BIGINT] NOT NULL ,
|
||||
[SCHED_TIME] [BIGINT] NOT NULL ,
|
||||
[PRIORITY] [INTEGER] NOT NULL ,
|
||||
[STATE] [VARCHAR] (16) NOT NULL,
|
||||
[JOB_NAME] [VARCHAR] (200) NULL ,
|
||||
[JOB_GROUP] [VARCHAR] (200) NULL ,
|
||||
[IS_NONCONCURRENT] [VARCHAR] (1) NULL ,
|
||||
[REQUESTS_RECOVERY] [VARCHAR] (1) NULL
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
CREATE TABLE [dbo].[QRTZ_PAUSED_TRIGGER_GRPS] (
|
||||
[SCHED_NAME] [VARCHAR] (120) NOT NULL ,
|
||||
[TRIGGER_GROUP] [VARCHAR] (200) NOT NULL
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
CREATE TABLE [dbo].[QRTZ_SCHEDULER_STATE] (
|
||||
[SCHED_NAME] [VARCHAR] (120) NOT NULL ,
|
||||
[INSTANCE_NAME] [VARCHAR] (200) NOT NULL ,
|
||||
[LAST_CHECKIN_TIME] [BIGINT] NOT NULL ,
|
||||
[CHECKIN_INTERVAL] [BIGINT] NOT NULL
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
CREATE TABLE [dbo].[QRTZ_LOCKS] (
|
||||
[SCHED_NAME] [VARCHAR] (120) NOT NULL ,
|
||||
[LOCK_NAME] [VARCHAR] (40) NOT NULL
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
CREATE TABLE [dbo].[QRTZ_JOB_DETAILS] (
|
||||
[SCHED_NAME] [VARCHAR] (120) NOT NULL ,
|
||||
[JOB_NAME] [VARCHAR] (200) NOT NULL ,
|
||||
[JOB_GROUP] [VARCHAR] (200) NOT NULL ,
|
||||
[DESCRIPTION] [VARCHAR] (250) NULL ,
|
||||
[JOB_CLASS_NAME] [VARCHAR] (250) NOT NULL ,
|
||||
[IS_DURABLE] [VARCHAR] (1) NOT NULL ,
|
||||
[IS_NONCONCURRENT] [VARCHAR] (1) NOT NULL ,
|
||||
[IS_UPDATE_DATA] [VARCHAR] (1) NOT NULL ,
|
||||
[REQUESTS_RECOVERY] [VARCHAR] (1) NOT NULL ,
|
||||
[JOB_DATA] [IMAGE] NULL
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
CREATE TABLE [dbo].[QRTZ_SIMPLE_TRIGGERS] (
|
||||
[SCHED_NAME] [VARCHAR] (120) NOT NULL ,
|
||||
[TRIGGER_NAME] [VARCHAR] (200) NOT NULL ,
|
||||
[TRIGGER_GROUP] [VARCHAR] (200) NOT NULL ,
|
||||
[REPEAT_COUNT] [BIGINT] NOT NULL ,
|
||||
[REPEAT_INTERVAL] [BIGINT] NOT NULL ,
|
||||
[TIMES_TRIGGERED] [BIGINT] NOT NULL
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
CREATE TABLE [dbo].[QRTZ_SIMPROP_TRIGGERS] (
|
||||
[SCHED_NAME] [VARCHAR] (120) NOT NULL ,
|
||||
[TRIGGER_NAME] [VARCHAR] (200) NOT NULL ,
|
||||
[TRIGGER_GROUP] [VARCHAR] (200) NOT NULL ,
|
||||
[STR_PROP_1] [VARCHAR] (512) NULL,
|
||||
[STR_PROP_2] [VARCHAR] (512) NULL,
|
||||
[STR_PROP_3] [VARCHAR] (512) NULL,
|
||||
[INT_PROP_1] [INT] NULL,
|
||||
[INT_PROP_2] [INT] NULL,
|
||||
[LONG_PROP_1] [BIGINT] NULL,
|
||||
[LONG_PROP_2] [BIGINT] NULL,
|
||||
[DEC_PROP_1] [NUMERIC] (13,4) NULL,
|
||||
[DEC_PROP_2] [NUMERIC] (13,4) NULL,
|
||||
[BOOL_PROP_1] [VARCHAR] (1) NULL,
|
||||
[BOOL_PROP_2] [VARCHAR] (1) NULL,
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
CREATE TABLE [dbo].[QRTZ_BLOB_TRIGGERS] (
|
||||
[SCHED_NAME] [VARCHAR] (120) NOT NULL ,
|
||||
[TRIGGER_NAME] [VARCHAR] (200) NOT NULL ,
|
||||
[TRIGGER_GROUP] [VARCHAR] (200) NOT NULL ,
|
||||
[BLOB_DATA] [IMAGE] NULL
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
CREATE TABLE [dbo].[QRTZ_TRIGGERS] (
|
||||
[SCHED_NAME] [VARCHAR] (120) NOT NULL ,
|
||||
[TRIGGER_NAME] [VARCHAR] (200) NOT NULL ,
|
||||
[TRIGGER_GROUP] [VARCHAR] (200) NOT NULL ,
|
||||
[JOB_NAME] [VARCHAR] (200) NOT NULL ,
|
||||
[JOB_GROUP] [VARCHAR] (200) NOT NULL ,
|
||||
[DESCRIPTION] [VARCHAR] (250) NULL ,
|
||||
[NEXT_FIRE_TIME] [BIGINT] NULL ,
|
||||
[PREV_FIRE_TIME] [BIGINT] NULL ,
|
||||
[PRIORITY] [INTEGER] NULL ,
|
||||
[TRIGGER_STATE] [VARCHAR] (16) NOT NULL ,
|
||||
[TRIGGER_TYPE] [VARCHAR] (8) NOT NULL ,
|
||||
[START_TIME] [BIGINT] NOT NULL ,
|
||||
[END_TIME] [BIGINT] NULL ,
|
||||
[CALENDAR_NAME] [VARCHAR] (200) NULL ,
|
||||
[MISFIRE_INSTR] [SMALLINT] NULL ,
|
||||
[JOB_DATA] [IMAGE] NULL
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
ALTER TABLE [dbo].[QRTZ_CALENDARS] WITH NOCHECK ADD
|
||||
CONSTRAINT [PK_QRTZ_CALENDARS] PRIMARY KEY CLUSTERED
|
||||
(
|
||||
[SCHED_NAME],
|
||||
[CALENDAR_NAME]
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
ALTER TABLE [dbo].[QRTZ_CRON_TRIGGERS] WITH NOCHECK ADD
|
||||
CONSTRAINT [PK_QRTZ_CRON_TRIGGERS] PRIMARY KEY CLUSTERED
|
||||
(
|
||||
[SCHED_NAME],
|
||||
[TRIGGER_NAME],
|
||||
[TRIGGER_GROUP]
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
ALTER TABLE [dbo].[QRTZ_FIRED_TRIGGERS] WITH NOCHECK ADD
|
||||
CONSTRAINT [PK_QRTZ_FIRED_TRIGGERS] PRIMARY KEY CLUSTERED
|
||||
(
|
||||
[SCHED_NAME],
|
||||
[ENTRY_ID]
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
ALTER TABLE [dbo].[QRTZ_PAUSED_TRIGGER_GRPS] WITH NOCHECK ADD
|
||||
CONSTRAINT [PK_QRTZ_PAUSED_TRIGGER_GRPS] PRIMARY KEY CLUSTERED
|
||||
(
|
||||
[SCHED_NAME],
|
||||
[TRIGGER_GROUP]
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
ALTER TABLE [dbo].[QRTZ_SCHEDULER_STATE] WITH NOCHECK ADD
|
||||
CONSTRAINT [PK_QRTZ_SCHEDULER_STATE] PRIMARY KEY CLUSTERED
|
||||
(
|
||||
[SCHED_NAME],
|
||||
[INSTANCE_NAME]
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
ALTER TABLE [dbo].[QRTZ_LOCKS] WITH NOCHECK ADD
|
||||
CONSTRAINT [PK_QRTZ_LOCKS] PRIMARY KEY CLUSTERED
|
||||
(
|
||||
[SCHED_NAME],
|
||||
[LOCK_NAME]
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
ALTER TABLE [dbo].[QRTZ_JOB_DETAILS] WITH NOCHECK ADD
|
||||
CONSTRAINT [PK_QRTZ_JOB_DETAILS] PRIMARY KEY CLUSTERED
|
||||
(
|
||||
[SCHED_NAME],
|
||||
[JOB_NAME],
|
||||
[JOB_GROUP]
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
ALTER TABLE [dbo].[QRTZ_SIMPLE_TRIGGERS] WITH NOCHECK ADD
|
||||
CONSTRAINT [PK_QRTZ_SIMPLE_TRIGGERS] PRIMARY KEY CLUSTERED
|
||||
(
|
||||
[SCHED_NAME],
|
||||
[TRIGGER_NAME],
|
||||
[TRIGGER_GROUP]
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
ALTER TABLE [dbo].[QRTZ_SIMPROP_TRIGGERS] WITH NOCHECK ADD
|
||||
CONSTRAINT [PK_QRTZ_SIMPROP_TRIGGERS] PRIMARY KEY CLUSTERED
|
||||
(
|
||||
[SCHED_NAME],
|
||||
[TRIGGER_NAME],
|
||||
[TRIGGER_GROUP]
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
ALTER TABLE [dbo].[QRTZ_TRIGGERS] WITH NOCHECK ADD
|
||||
CONSTRAINT [PK_QRTZ_TRIGGERS] PRIMARY KEY CLUSTERED
|
||||
(
|
||||
[SCHED_NAME],
|
||||
[TRIGGER_NAME],
|
||||
[TRIGGER_GROUP]
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
ALTER TABLE [dbo].[QRTZ_CRON_TRIGGERS] ADD
|
||||
CONSTRAINT [FK_QRTZ_CRON_TRIGGERS_QRTZ_TRIGGERS] FOREIGN KEY
|
||||
(
|
||||
[SCHED_NAME],
|
||||
[TRIGGER_NAME],
|
||||
[TRIGGER_GROUP]
|
||||
) REFERENCES [dbo].[QRTZ_TRIGGERS] (
|
||||
[SCHED_NAME],
|
||||
[TRIGGER_NAME],
|
||||
[TRIGGER_GROUP]
|
||||
) ON DELETE CASCADE
|
||||
GO
|
||||
|
||||
ALTER TABLE [dbo].[QRTZ_SIMPLE_TRIGGERS] ADD
|
||||
CONSTRAINT [FK_QRTZ_SIMPLE_TRIGGERS_QRTZ_TRIGGERS] FOREIGN KEY
|
||||
(
|
||||
[SCHED_NAME],
|
||||
[TRIGGER_NAME],
|
||||
[TRIGGER_GROUP]
|
||||
) REFERENCES [dbo].[QRTZ_TRIGGERS] (
|
||||
[SCHED_NAME],
|
||||
[TRIGGER_NAME],
|
||||
[TRIGGER_GROUP]
|
||||
) ON DELETE CASCADE
|
||||
GO
|
||||
|
||||
ALTER TABLE [dbo].[QRTZ_SIMPROP_TRIGGERS] ADD
|
||||
CONSTRAINT [FK_QRTZ_SIMPROP_TRIGGERS_QRTZ_TRIGGERS] FOREIGN KEY
|
||||
(
|
||||
[SCHED_NAME],
|
||||
[TRIGGER_NAME],
|
||||
[TRIGGER_GROUP]
|
||||
) REFERENCES [dbo].[QRTZ_TRIGGERS] (
|
||||
[SCHED_NAME],
|
||||
[TRIGGER_NAME],
|
||||
[TRIGGER_GROUP]
|
||||
) ON DELETE CASCADE
|
||||
GO
|
||||
|
||||
ALTER TABLE [dbo].[QRTZ_TRIGGERS] ADD
|
||||
CONSTRAINT [FK_QRTZ_TRIGGERS_QRTZ_JOB_DETAILS] FOREIGN KEY
|
||||
(
|
||||
[SCHED_NAME],
|
||||
[JOB_NAME],
|
||||
[JOB_GROUP]
|
||||
) REFERENCES [dbo].[QRTZ_JOB_DETAILS] (
|
||||
[SCHED_NAME],
|
||||
[JOB_NAME],
|
||||
[JOB_GROUP]
|
||||
)
|
||||
GO
|
156
renren-admin/pom.xml
Normal file
156
renren-admin/pom.xml
Normal file
@ -0,0 +1,156 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<groupId>io.renren</groupId>
|
||||
<artifactId>renren-security</artifactId>
|
||||
<version>5.2.0</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>renren-admin</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<description>renren-admin</description>
|
||||
|
||||
<properties>
|
||||
<quartz.version>2.3.2</quartz.version>
|
||||
<shiro.version>1.10.0</shiro.version>
|
||||
<captcha.version>1.6.2</captcha.version>
|
||||
<easypoi.version>4.1.0</easypoi.version>
|
||||
<qiniu.version>7.2.27</qiniu.version>
|
||||
<aliyun.oss.version>2.8.3</aliyun.oss.version>
|
||||
<aliyun.core.version>3.2.2</aliyun.core.version>
|
||||
<qcloud.cos.version>5.4.4</qcloud.cos.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.datatype</groupId>
|
||||
<artifactId>jackson-datatype-jsr310</artifactId>
|
||||
<version>2.15.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.alipay.sdk</groupId>
|
||||
<artifactId>alipay-sdk-java</artifactId>
|
||||
<version>4.35.79.ALL</version>
|
||||
</dependency>
|
||||
<!--邮箱验证的依赖-->
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-email</artifactId>
|
||||
<version>1.5</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.renren</groupId>
|
||||
<artifactId>renren-common</artifactId>
|
||||
<version>5.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.renren</groupId>
|
||||
<artifactId>renren-dynamic-datasource</artifactId>
|
||||
<version>5.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.quartz-scheduler</groupId>
|
||||
<artifactId>quartz</artifactId>
|
||||
<version>${quartz.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>com.mchange</groupId>
|
||||
<artifactId>c3p0</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>com.zaxxer</groupId>
|
||||
<artifactId>HikariCP-java6</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.shiro</groupId>
|
||||
<artifactId>shiro-core</artifactId>
|
||||
<version>${shiro.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.shiro</groupId>
|
||||
<artifactId>shiro-spring</artifactId>
|
||||
<version>${shiro.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.whvcse</groupId>
|
||||
<artifactId>easy-captcha</artifactId>
|
||||
<version>${captcha.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.afterturn</groupId>
|
||||
<artifactId>easypoi-base</artifactId>
|
||||
<version>${easypoi.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.afterturn</groupId>
|
||||
<artifactId>easypoi-web</artifactId>
|
||||
<version>${easypoi.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.afterturn</groupId>
|
||||
<artifactId>easypoi-annotation</artifactId>
|
||||
<version>${easypoi.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.qiniu</groupId>
|
||||
<artifactId>qiniu-java-sdk</artifactId>
|
||||
<version>${qiniu.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.aliyun.oss</groupId>
|
||||
<artifactId>aliyun-sdk-oss</artifactId>
|
||||
<version>${aliyun.oss.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.aliyun</groupId>
|
||||
<artifactId>aliyun-java-sdk-core</artifactId>
|
||||
<version>${aliyun.core.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.qcloud</groupId>
|
||||
<artifactId>cos_api</artifactId>
|
||||
<version>${qcloud.cos.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-log4j12</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<finalName>${project.artifactId}</finalName>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<skipTests>true</skipTests>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.spotify</groupId>
|
||||
<artifactId>docker-maven-plugin</artifactId>
|
||||
<version>${docker.plugin.version}</version>
|
||||
<configuration>
|
||||
<imageName>renren/${project.artifactId}</imageName>
|
||||
<dockerDirectory>${project.basedir}/</dockerDirectory>
|
||||
<resources>
|
||||
<resource>
|
||||
<targetPath>/</targetPath>
|
||||
<directory>${project.build.directory}</directory>
|
||||
<include>${project.build.finalName}.jar</include>
|
||||
</resource>
|
||||
</resources>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
37
renren-admin/src/main/java/io/renren/AdminApplication.java
Normal file
37
renren-admin/src/main/java/io/renren/AdminApplication.java
Normal file
@ -0,0 +1,37 @@
|
||||
/**
|
||||
* Copyright (c) 2018 人人开源 All rights reserved.
|
||||
*
|
||||
* https://www.renren.io
|
||||
*
|
||||
* 版权所有,侵权必究!
|
||||
*/
|
||||
|
||||
package io.renren;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
import org.springframework.boot.builder.SpringApplicationBuilder;
|
||||
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
|
||||
import org.springframework.cache.annotation.EnableCaching;
|
||||
import org.springframework.transaction.annotation.EnableTransactionManagement;
|
||||
|
||||
/**
|
||||
* renren-admin
|
||||
*
|
||||
* @author Mark sunlightcs@gmail.com
|
||||
*/
|
||||
@SpringBootApplication
|
||||
@EnableTransactionManagement
|
||||
@EnableCaching
|
||||
public class AdminApplication extends SpringBootServletInitializer {
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(AdminApplication.class, args);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected SpringApplicationBuilder configure(SpringApplicationBuilder application) {
|
||||
return application.sources(AdminApplication.class);
|
||||
}
|
||||
}
|
||||
|
@ -0,0 +1,37 @@
|
||||
/**
|
||||
* Copyright (c) 2018 人人开源 All rights reserved.
|
||||
*
|
||||
* https://www.renren.io
|
||||
*
|
||||
* 版权所有,侵权必究!
|
||||
*/
|
||||
|
||||
package io.renren.common.annotation;
|
||||
|
||||
import java.lang.annotation.*;
|
||||
|
||||
/**
|
||||
* 数据过滤注解
|
||||
*
|
||||
* @author Mark sunlightcs@gmail.com
|
||||
*/
|
||||
@Target(ElementType.METHOD)
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Documented
|
||||
public @interface DataFilter {
|
||||
/**
|
||||
* 表的别名
|
||||
*/
|
||||
String tableAlias() default "";
|
||||
|
||||
/**
|
||||
* 用户ID
|
||||
*/
|
||||
String userId() default "creator";
|
||||
|
||||
/**
|
||||
* 部门ID
|
||||
*/
|
||||
String deptId() default "dept_id";
|
||||
|
||||
}
|
@ -0,0 +1,24 @@
|
||||
/**
|
||||
* Copyright (c) 2018 人人开源 All rights reserved.
|
||||
*
|
||||
* https://www.renren.io
|
||||
*
|
||||
* 版权所有,侵权必究!
|
||||
*/
|
||||
|
||||
package io.renren.common.annotation;
|
||||
|
||||
import java.lang.annotation.*;
|
||||
|
||||
/**
|
||||
* 操作日志注解
|
||||
*
|
||||
* @author Mark sunlightcs@gmail.com
|
||||
*/
|
||||
@Target(ElementType.METHOD)
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Documented
|
||||
public @interface LogOperation {
|
||||
|
||||
String value() default "";
|
||||
}
|
@ -0,0 +1,107 @@
|
||||
/**
|
||||
* Copyright (c) 2018 人人开源 All rights reserved.
|
||||
*
|
||||
* https://www.renren.io
|
||||
*
|
||||
* 版权所有,侵权必究!
|
||||
*/
|
||||
|
||||
package io.renren.common.aspect;
|
||||
|
||||
import cn.hutool.core.collection.CollUtil;
|
||||
import io.renren.common.annotation.DataFilter;
|
||||
import io.renren.common.constant.Constant;
|
||||
import io.renren.common.exception.ErrorCode;
|
||||
import io.renren.common.exception.RenException;
|
||||
import io.renren.common.interceptor.DataScope;
|
||||
import io.renren.modules.security.user.SecurityUser;
|
||||
import io.renren.modules.security.user.UserDetail;
|
||||
import io.renren.modules.sys.enums.SuperAdminEnum;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.aspectj.lang.JoinPoint;
|
||||
import org.aspectj.lang.annotation.Aspect;
|
||||
import org.aspectj.lang.annotation.Before;
|
||||
import org.aspectj.lang.annotation.Pointcut;
|
||||
import org.aspectj.lang.reflect.MethodSignature;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import java.lang.reflect.Method;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* 数据过滤,切面处理类
|
||||
*
|
||||
* @author Mark sunlightcs@gmail.com
|
||||
*/
|
||||
@Aspect
|
||||
@Component
|
||||
public class DataFilterAspect {
|
||||
|
||||
@Pointcut("@annotation(io.renren.common.annotation.DataFilter)")
|
||||
public void dataFilterCut() {
|
||||
|
||||
}
|
||||
|
||||
@Before("dataFilterCut()")
|
||||
public void dataFilter(JoinPoint point) {
|
||||
Object params = point.getArgs()[0];
|
||||
if(params != null && params instanceof Map){
|
||||
UserDetail user = SecurityUser.getUser();
|
||||
|
||||
//如果是超级管理员,则不进行数据过滤
|
||||
if(user.getSuperAdmin() == SuperAdminEnum.YES.value()) {
|
||||
return ;
|
||||
}
|
||||
|
||||
try {
|
||||
//否则进行数据过滤
|
||||
Map map = (Map)params;
|
||||
String sqlFilter = getSqlFilter(user, point);
|
||||
map.put(Constant.SQL_FILTER, new DataScope(sqlFilter));
|
||||
}catch (Exception e){
|
||||
|
||||
}
|
||||
|
||||
return ;
|
||||
}
|
||||
|
||||
throw new RenException(ErrorCode.DATA_SCOPE_PARAMS_ERROR);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取数据过滤的SQL
|
||||
*/
|
||||
private String getSqlFilter(UserDetail user, JoinPoint point) throws Exception {
|
||||
MethodSignature signature = (MethodSignature) point.getSignature();
|
||||
Method method = point.getTarget().getClass().getDeclaredMethod(signature.getName(), signature.getParameterTypes());
|
||||
DataFilter dataFilter = method.getAnnotation(DataFilter.class);
|
||||
|
||||
//获取表的别名
|
||||
String tableAlias = dataFilter.tableAlias();
|
||||
if(StringUtils.isNotBlank(tableAlias)){
|
||||
tableAlias += ".";
|
||||
}
|
||||
|
||||
StringBuilder sqlFilter = new StringBuilder();
|
||||
sqlFilter.append(" (");
|
||||
|
||||
//部门ID列表
|
||||
List<Long> deptIdList = user.getDeptIdList();
|
||||
if(CollUtil.isNotEmpty(deptIdList)){
|
||||
sqlFilter.append(tableAlias).append(dataFilter.deptId());
|
||||
|
||||
sqlFilter.append(" in(").append(StringUtils.join(deptIdList, ",")).append(")");
|
||||
}
|
||||
|
||||
//查询本人数据
|
||||
if(CollUtil.isNotEmpty(deptIdList)){
|
||||
sqlFilter.append(" or ");
|
||||
}
|
||||
sqlFilter.append(tableAlias).append(dataFilter.userId()).append("=").append(user.getId());
|
||||
|
||||
sqlFilter.append(")");
|
||||
|
||||
return sqlFilter.toString();
|
||||
}
|
||||
}
|
@ -0,0 +1,110 @@
|
||||
/**
|
||||
* Copyright (c) 2018 人人开源 All rights reserved.
|
||||
*
|
||||
* https://www.renren.io
|
||||
*
|
||||
* 版权所有,侵权必究!
|
||||
*/
|
||||
|
||||
package io.renren.common.aspect;
|
||||
|
||||
import io.renren.common.annotation.LogOperation;
|
||||
import io.renren.common.utils.HttpContextUtils;
|
||||
import io.renren.common.utils.IpUtils;
|
||||
import io.renren.common.utils.JsonUtils;
|
||||
import io.renren.modules.log.entity.SysLogOperationEntity;
|
||||
import io.renren.modules.log.enums.OperationStatusEnum;
|
||||
import io.renren.modules.log.service.SysLogOperationService;
|
||||
import io.renren.modules.security.user.SecurityUser;
|
||||
import io.renren.modules.security.user.UserDetail;
|
||||
import org.aspectj.lang.ProceedingJoinPoint;
|
||||
import org.aspectj.lang.annotation.Around;
|
||||
import org.aspectj.lang.annotation.Aspect;
|
||||
import org.aspectj.lang.annotation.Pointcut;
|
||||
import org.aspectj.lang.reflect.MethodSignature;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.http.HttpHeaders;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
import java.lang.reflect.Method;
|
||||
|
||||
/**
|
||||
* 操作日志,切面处理类
|
||||
*
|
||||
* @author Mark sunlightcs@gmail.com
|
||||
*/
|
||||
@Aspect
|
||||
@Component
|
||||
public class LogOperationAspect {
|
||||
@Autowired
|
||||
private SysLogOperationService sysLogOperationService;
|
||||
|
||||
@Pointcut("@annotation(io.renren.common.annotation.LogOperation)")
|
||||
public void logPointCut() {
|
||||
|
||||
}
|
||||
|
||||
@Around("logPointCut()")
|
||||
public Object around(ProceedingJoinPoint point) throws Throwable {
|
||||
long beginTime = System.currentTimeMillis();
|
||||
try {
|
||||
//执行方法
|
||||
Object result = point.proceed();
|
||||
|
||||
//执行时长(毫秒)
|
||||
long time = System.currentTimeMillis() - beginTime;
|
||||
//保存日志
|
||||
saveLog(point, time, OperationStatusEnum.SUCCESS.value());
|
||||
|
||||
return result;
|
||||
}catch(Exception e) {
|
||||
//执行时长(毫秒)
|
||||
long time = System.currentTimeMillis() - beginTime;
|
||||
//保存日志
|
||||
saveLog(point, time, OperationStatusEnum.FAIL.value());
|
||||
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
|
||||
private void saveLog(ProceedingJoinPoint joinPoint, long time, Integer status) throws Exception {
|
||||
MethodSignature signature = (MethodSignature) joinPoint.getSignature();
|
||||
Method method = joinPoint.getTarget().getClass().getDeclaredMethod(signature.getName(), signature.getParameterTypes());
|
||||
LogOperation annotation = method.getAnnotation(LogOperation.class);
|
||||
|
||||
SysLogOperationEntity log = new SysLogOperationEntity();
|
||||
if(annotation != null){
|
||||
//注解上的描述
|
||||
log.setOperation(annotation.value());
|
||||
}
|
||||
|
||||
//登录用户信息
|
||||
UserDetail user = SecurityUser.getUser();
|
||||
if(user != null){
|
||||
log.setCreatorName(user.getUsername());
|
||||
}
|
||||
|
||||
log.setStatus(status);
|
||||
log.setRequestTime((int)time);
|
||||
|
||||
//请求相关信息
|
||||
HttpServletRequest request = HttpContextUtils.getHttpServletRequest();
|
||||
log.setIp(IpUtils.getIpAddr(request));
|
||||
log.setUserAgent(request.getHeader(HttpHeaders.USER_AGENT));
|
||||
log.setRequestUri(request.getRequestURI());
|
||||
log.setRequestMethod(request.getMethod());
|
||||
|
||||
//请求参数
|
||||
Object[] args = joinPoint.getArgs();
|
||||
try{
|
||||
String params = JsonUtils.toJsonString(args[0]);
|
||||
log.setRequestParams(params);
|
||||
}catch (Exception e){
|
||||
|
||||
}
|
||||
|
||||
//保存到DB
|
||||
sysLogOperationService.save(log);
|
||||
}
|
||||
}
|
@ -0,0 +1,43 @@
|
||||
/**
|
||||
* Copyright (c) 2018 人人开源 All rights reserved.
|
||||
*
|
||||
* https://www.renren.io
|
||||
*
|
||||
* 版权所有,侵权必究!
|
||||
*/
|
||||
|
||||
package io.renren.common.config;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor;
|
||||
import com.baomidou.mybatisplus.extension.plugins.inner.BlockAttackInnerInterceptor;
|
||||
import com.baomidou.mybatisplus.extension.plugins.inner.OptimisticLockerInnerInterceptor;
|
||||
import com.baomidou.mybatisplus.extension.plugins.inner.PaginationInnerInterceptor;
|
||||
import io.renren.common.interceptor.DataFilterInterceptor;
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
/**
|
||||
* mybatis-plus配置
|
||||
*
|
||||
* @author Mark sunlightcs@gmail.com
|
||||
* @since 1.0.0
|
||||
*/
|
||||
@Configuration
|
||||
public class MybatisPlusConfig {
|
||||
|
||||
@Bean
|
||||
public MybatisPlusInterceptor mybatisPlusInterceptor() {
|
||||
MybatisPlusInterceptor mybatisPlusInterceptor = new MybatisPlusInterceptor();
|
||||
// 数据权限
|
||||
mybatisPlusInterceptor.addInnerInterceptor(new DataFilterInterceptor());
|
||||
// 分页插件
|
||||
mybatisPlusInterceptor.addInnerInterceptor(new PaginationInnerInterceptor());
|
||||
// 乐观锁
|
||||
mybatisPlusInterceptor.addInnerInterceptor(new OptimisticLockerInnerInterceptor());
|
||||
// 防止全表更新与删除
|
||||
mybatisPlusInterceptor.addInnerInterceptor(new BlockAttackInnerInterceptor());
|
||||
|
||||
return mybatisPlusInterceptor;
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,71 @@
|
||||
/**
|
||||
* Copyright (c) 2018 人人开源 All rights reserved.
|
||||
*
|
||||
* https://www.renren.io
|
||||
*
|
||||
* 版权所有,侵权必究!
|
||||
*/
|
||||
|
||||
package io.renren.common.config;
|
||||
|
||||
import com.github.xiaoymin.knife4j.spring.extension.OpenApiExtensionResolver;
|
||||
import io.renren.common.constant.Constant;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
import lombok.AllArgsConstructor;
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import springfox.documentation.builders.ApiInfoBuilder;
|
||||
import springfox.documentation.builders.PathSelectors;
|
||||
import springfox.documentation.builders.RequestHandlerSelectors;
|
||||
import springfox.documentation.service.ApiInfo;
|
||||
import springfox.documentation.service.ApiKey;
|
||||
import springfox.documentation.spi.DocumentationType;
|
||||
import springfox.documentation.spring.web.plugins.Docket;
|
||||
import springfox.documentation.swagger2.annotations.EnableSwagger2WebMvc;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import static com.google.common.collect.Lists.newArrayList;
|
||||
|
||||
/**
|
||||
* Swagger配置
|
||||
*
|
||||
* @author Mark sunlightcs@gmail.com
|
||||
*/
|
||||
@Configuration
|
||||
@EnableSwagger2WebMvc
|
||||
@AllArgsConstructor
|
||||
public class SwaggerConfig{
|
||||
private final OpenApiExtensionResolver openApiExtensionResolver;
|
||||
|
||||
@Bean
|
||||
public Docket createRestApi() {
|
||||
return new Docket(DocumentationType.SWAGGER_2)
|
||||
.apiInfo(apiInfo())
|
||||
.select()
|
||||
//加了ApiOperation注解的类,生成接口文档
|
||||
.apis(RequestHandlerSelectors.withMethodAnnotation(ApiOperation.class))
|
||||
//包下的类,生成接口文档
|
||||
//.apis(RequestHandlerSelectors.basePackage("io.renren.modules.job.controller"))
|
||||
.paths(PathSelectors.any())
|
||||
.build()
|
||||
.extensions(openApiExtensionResolver.buildExtensions("Renren"))
|
||||
.directModelSubstitute(java.util.Date.class, String.class)
|
||||
.securitySchemes(security());
|
||||
}
|
||||
|
||||
private ApiInfo apiInfo() {
|
||||
return new ApiInfoBuilder()
|
||||
.title("人人开源")
|
||||
.description("renren-admin文档")
|
||||
.termsOfServiceUrl("https://www.renren.io")
|
||||
.version("5.x")
|
||||
.build();
|
||||
}
|
||||
|
||||
private List<ApiKey> security() {
|
||||
return newArrayList(
|
||||
new ApiKey(Constant.TOKEN_HEADER, Constant.TOKEN_HEADER, "header")
|
||||
);
|
||||
}
|
||||
}
|
@ -0,0 +1,94 @@
|
||||
/**
|
||||
* Copyright (c) 2018 人人开源 All rights reserved.
|
||||
*
|
||||
* https://www.renren.io
|
||||
*
|
||||
* 版权所有,侵权必究!
|
||||
*/
|
||||
|
||||
package io.renren.common.exception;
|
||||
|
||||
import cn.hutool.core.map.MapUtil;
|
||||
import io.renren.common.utils.HttpContextUtils;
|
||||
import io.renren.common.utils.IpUtils;
|
||||
import io.renren.common.utils.JsonUtils;
|
||||
import io.renren.common.utils.Result;
|
||||
import io.renren.modules.log.entity.SysLogErrorEntity;
|
||||
import io.renren.modules.log.service.SysLogErrorService;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.dao.DuplicateKeyException;
|
||||
import org.springframework.http.HttpHeaders;
|
||||
import org.springframework.web.bind.annotation.ExceptionHandler;
|
||||
import org.springframework.web.bind.annotation.RestControllerAdvice;
|
||||
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
import java.util.Map;
|
||||
|
||||
|
||||
/**
|
||||
* 异常处理器
|
||||
*
|
||||
* @author Mark sunlightcs@gmail.com
|
||||
* @since 1.0.0
|
||||
*/
|
||||
@RestControllerAdvice
|
||||
public class RenExceptionHandler {
|
||||
private static final Logger logger = LoggerFactory.getLogger(RenExceptionHandler.class);
|
||||
|
||||
@Autowired
|
||||
private SysLogErrorService sysLogErrorService;
|
||||
|
||||
/**
|
||||
* 处理自定义异常
|
||||
*/
|
||||
@ExceptionHandler(RenException.class)
|
||||
public Result handleRenException(RenException ex){
|
||||
Result result = new Result();
|
||||
result.error(ex.getCode(), ex.getMsg());
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
@ExceptionHandler(DuplicateKeyException.class)
|
||||
public Result handleDuplicateKeyException(DuplicateKeyException ex){
|
||||
Result result = new Result();
|
||||
result.error(ErrorCode.DB_RECORD_EXISTS);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
@ExceptionHandler(Exception.class)
|
||||
public Result handleException(Exception ex){
|
||||
logger.error(ex.getMessage(), ex);
|
||||
|
||||
saveLog(ex);
|
||||
|
||||
return new Result().error();
|
||||
}
|
||||
|
||||
/**
|
||||
* 保存异常日志
|
||||
*/
|
||||
private void saveLog(Exception ex){
|
||||
SysLogErrorEntity log = new SysLogErrorEntity();
|
||||
|
||||
//请求相关信息
|
||||
HttpServletRequest request = HttpContextUtils.getHttpServletRequest();
|
||||
log.setIp(IpUtils.getIpAddr(request));
|
||||
log.setUserAgent(request.getHeader(HttpHeaders.USER_AGENT));
|
||||
log.setRequestUri(request.getRequestURI());
|
||||
log.setRequestMethod(request.getMethod());
|
||||
Map<String, String> params = HttpContextUtils.getParameterMap(request);
|
||||
if(MapUtil.isNotEmpty(params)){
|
||||
log.setRequestParams(JsonUtils.toJsonString(params));
|
||||
}
|
||||
|
||||
//异常信息
|
||||
log.setErrorInfo(ExceptionUtils.getErrorStackTrace(ex));
|
||||
|
||||
//保存
|
||||
sysLogErrorService.save(log);
|
||||
}
|
||||
}
|
@ -0,0 +1,79 @@
|
||||
/**
|
||||
* Copyright (c) 2018 人人开源 All rights reserved.
|
||||
*
|
||||
* https://www.renren.io
|
||||
*
|
||||
* 版权所有,侵权必究!
|
||||
*/
|
||||
|
||||
package io.renren.common.handler;
|
||||
|
||||
import com.baomidou.mybatisplus.core.handlers.MetaObjectHandler;
|
||||
import io.renren.modules.front.utils.BaseContext;
|
||||
import io.renren.modules.security.user.SecurityUser;
|
||||
import io.renren.modules.security.user.UserDetail;
|
||||
import org.apache.ibatis.reflection.MetaObject;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* 公共字段,自动填充值
|
||||
*
|
||||
* @author Mark sunlightcs@gmail.com
|
||||
*/
|
||||
@Component
|
||||
public class FieldMetaObjectHandler implements MetaObjectHandler {
|
||||
private final static String CREATE_DATE = "createDate";
|
||||
private final static String CREATOR = "creator";
|
||||
private final static String UPDATE_DATE = "updateDate";
|
||||
private final static String UPDATER = "updater";
|
||||
private final static String DEPT_ID = "deptId";
|
||||
|
||||
private static final String TARGET_PACKAGE = "io.renren.modules.front.bean";
|
||||
|
||||
@Override
|
||||
public void insertFill(MetaObject metaObject) {
|
||||
String className = metaObject.getOriginalObject().getClass().getName();
|
||||
if (className.startsWith(TARGET_PACKAGE)){
|
||||
//填充前台页面相关公共字段
|
||||
metaObject.setValue(CREATOR, BaseContext.getCurrentId());
|
||||
metaObject.setValue(CREATE_DATE, LocalDateTime.now());
|
||||
metaObject.setValue(UPDATER, BaseContext.getCurrentId());
|
||||
metaObject.setValue(UPDATE_DATE, LocalDateTime.now());
|
||||
}else {
|
||||
//填充后台页面相关公共字段
|
||||
UserDetail user = SecurityUser.getUser();
|
||||
Date date = new Date();
|
||||
|
||||
//创建者
|
||||
strictInsertFill(metaObject, CREATOR, Long.class, user.getId());
|
||||
//创建时间
|
||||
strictInsertFill(metaObject, CREATE_DATE, Date.class, date);
|
||||
|
||||
//创建者所属部门
|
||||
strictInsertFill(metaObject, DEPT_ID, Long.class, user.getDeptId());
|
||||
|
||||
//更新者
|
||||
strictInsertFill(metaObject, UPDATER, Long.class, user.getId());
|
||||
//更新时间
|
||||
strictInsertFill(metaObject, UPDATE_DATE, Date.class, date);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void updateFill(MetaObject metaObject) {
|
||||
String className = metaObject.getOriginalObject().getClass().getName();
|
||||
if (className.startsWith(TARGET_PACKAGE)){
|
||||
//填充前台页面相关公共字段
|
||||
metaObject.setValue(UPDATER, BaseContext.getCurrentId());
|
||||
metaObject.setValue(UPDATE_DATE, LocalDateTime.now());
|
||||
}else {
|
||||
//更新者
|
||||
strictUpdateFill(metaObject, UPDATER, Long.class, SecurityUser.getUserId());
|
||||
//更新时间
|
||||
strictUpdateFill(metaObject, UPDATE_DATE, Date.class, new Date());
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,89 @@
|
||||
/**
|
||||
* Copyright (c) 2018 人人开源 All rights reserved.
|
||||
*
|
||||
* https://www.renren.io
|
||||
*
|
||||
* 版权所有,侵权必究!
|
||||
*/
|
||||
|
||||
package io.renren.common.interceptor;
|
||||
|
||||
import cn.hutool.core.util.StrUtil;
|
||||
import com.baomidou.mybatisplus.core.toolkit.PluginUtils;
|
||||
import com.baomidou.mybatisplus.extension.plugins.inner.InnerInterceptor;
|
||||
import net.sf.jsqlparser.JSQLParserException;
|
||||
import net.sf.jsqlparser.expression.Expression;
|
||||
import net.sf.jsqlparser.expression.StringValue;
|
||||
import net.sf.jsqlparser.expression.operators.conditional.AndExpression;
|
||||
import net.sf.jsqlparser.parser.CCJSqlParserUtil;
|
||||
import net.sf.jsqlparser.statement.select.PlainSelect;
|
||||
import net.sf.jsqlparser.statement.select.Select;
|
||||
import org.apache.ibatis.executor.Executor;
|
||||
import org.apache.ibatis.mapping.BoundSql;
|
||||
import org.apache.ibatis.mapping.MappedStatement;
|
||||
import org.apache.ibatis.session.ResultHandler;
|
||||
import org.apache.ibatis.session.RowBounds;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* 数据过滤
|
||||
*
|
||||
* @author Mark sunlightcs@gmail.com
|
||||
*/
|
||||
public class DataFilterInterceptor implements InnerInterceptor {
|
||||
|
||||
@Override
|
||||
public void beforeQuery(Executor executor, MappedStatement ms, Object parameter, RowBounds rowBounds, ResultHandler resultHandler, BoundSql boundSql) {
|
||||
DataScope scope = getDataScope(parameter);
|
||||
// 不进行数据过滤
|
||||
if(scope == null || StrUtil.isBlank(scope.getSqlFilter())){
|
||||
return;
|
||||
}
|
||||
|
||||
// 拼接新SQL
|
||||
String buildSql = getSelect(boundSql.getSql(), scope);
|
||||
|
||||
// 重写SQL
|
||||
PluginUtils.mpBoundSql(boundSql).sql(buildSql);
|
||||
}
|
||||
|
||||
private DataScope getDataScope(Object parameter){
|
||||
if (parameter == null){
|
||||
return null;
|
||||
}
|
||||
|
||||
// 判断参数里是否有DataScope对象
|
||||
if (parameter instanceof Map) {
|
||||
Map<?, ?> parameterMap = (Map<?, ?>) parameter;
|
||||
for (Map.Entry entry : parameterMap.entrySet()) {
|
||||
if (entry.getValue() != null && entry.getValue() instanceof DataScope) {
|
||||
return (DataScope) entry.getValue();
|
||||
}
|
||||
}
|
||||
} else if (parameter instanceof DataScope) {
|
||||
return (DataScope) parameter;
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
private String getSelect(String buildSql, DataScope scope){
|
||||
try {
|
||||
Select select = (Select) CCJSqlParserUtil.parse(buildSql);
|
||||
PlainSelect plainSelect = (PlainSelect) select.getSelectBody();
|
||||
|
||||
Expression expression = plainSelect.getWhere();
|
||||
if(expression == null){
|
||||
plainSelect.setWhere(new StringValue(scope.getSqlFilter()));
|
||||
}else{
|
||||
AndExpression andExpression = new AndExpression(expression, new StringValue(scope.getSqlFilter()));
|
||||
plainSelect.setWhere(andExpression);
|
||||
}
|
||||
|
||||
return select.toString().replaceAll("'", "");
|
||||
}catch (JSQLParserException e){
|
||||
return buildSql;
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,36 @@
|
||||
/**
|
||||
* Copyright (c) 2018 人人开源 All rights reserved.
|
||||
*
|
||||
* https://www.renren.io
|
||||
*
|
||||
* 版权所有,侵权必究!
|
||||
*/
|
||||
|
||||
package io.renren.common.interceptor;
|
||||
|
||||
/**
|
||||
* 数据范围
|
||||
*
|
||||
* @author Mark sunlightcs@gmail.com
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public class DataScope {
|
||||
private String sqlFilter;
|
||||
|
||||
public DataScope(String sqlFilter) {
|
||||
this.sqlFilter = sqlFilter;
|
||||
}
|
||||
|
||||
public String getSqlFilter() {
|
||||
return sqlFilter;
|
||||
}
|
||||
|
||||
public void setSqlFilter(String sqlFilter) {
|
||||
this.sqlFilter = sqlFilter;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return this.sqlFilter;
|
||||
}
|
||||
}
|
@ -0,0 +1,77 @@
|
||||
/**
|
||||
* Copyright (c) 2018 人人开源 All rights reserved.
|
||||
*
|
||||
* https://www.renren.io
|
||||
*
|
||||
* 版权所有,侵权必究!
|
||||
*/
|
||||
|
||||
package io.renren.common.utils;
|
||||
|
||||
import cn.afterturn.easypoi.excel.ExcelExportUtil;
|
||||
import cn.afterturn.easypoi.excel.entity.ExportParams;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.apache.poi.ss.usermodel.Workbook;
|
||||
import org.springframework.beans.BeanUtils;
|
||||
|
||||
import javax.servlet.ServletOutputStream;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
import java.io.IOException;
|
||||
import java.net.URLEncoder;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collection;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* excel工具类
|
||||
*
|
||||
* @author Mark sunlightcs@gmail.com
|
||||
*/
|
||||
public class ExcelUtils {
|
||||
|
||||
/**
|
||||
* Excel导出
|
||||
*
|
||||
* @param response response
|
||||
* @param fileName 文件名
|
||||
* @param list 数据List
|
||||
* @param pojoClass 对象Class
|
||||
*/
|
||||
public static void exportExcel(HttpServletResponse response, String fileName, Collection<?> list,
|
||||
Class<?> pojoClass) throws IOException {
|
||||
if(StringUtils.isBlank(fileName)){
|
||||
//当前日期
|
||||
fileName = DateUtils.format(new Date());
|
||||
}
|
||||
|
||||
Workbook workbook = ExcelExportUtil.exportExcel(new ExportParams(), pojoClass, list);
|
||||
response.setCharacterEncoding("UTF-8");
|
||||
response.setHeader("content-Type", "application/vnd.ms-excel");
|
||||
response.setHeader("Content-Disposition",
|
||||
"attachment;filename=" + URLEncoder.encode(fileName, "UTF-8") + ".xls");
|
||||
ServletOutputStream out = response.getOutputStream();
|
||||
workbook.write(out);
|
||||
out.flush();
|
||||
}
|
||||
|
||||
/**
|
||||
* Excel导出,先sourceList转换成List<targetClass>,再导出
|
||||
*
|
||||
* @param response response
|
||||
* @param fileName 文件名
|
||||
* @param sourceList 原数据List
|
||||
* @param targetClass 目标对象Class
|
||||
*/
|
||||
public static void exportExcelToTarget(HttpServletResponse response, String fileName, Collection<?> sourceList,
|
||||
Class<?> targetClass) throws Exception {
|
||||
List targetList = new ArrayList<>(sourceList.size());
|
||||
for(Object source : sourceList){
|
||||
Object target = targetClass.newInstance();
|
||||
BeanUtils.copyProperties(source, target);
|
||||
targetList.add(target);
|
||||
}
|
||||
|
||||
exportExcel(response, fileName, targetList, targetClass);
|
||||
}
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Copyright (c) 2018 人人开源 All rights reserved.
|
||||
*
|
||||
* https://www.renren.io
|
||||
*
|
||||
* 版权所有,侵权必究!
|
||||
*/
|
||||
|
||||
package io.renren.common.validator.group;
|
||||
|
||||
/**
|
||||
* 阿里云
|
||||
*
|
||||
* @author Mark sunlightcs@gmail.com
|
||||
*/
|
||||
public interface AliyunGroup {
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Copyright (c) 2018 人人开源 All rights reserved.
|
||||
*
|
||||
* https://www.renren.io
|
||||
*
|
||||
* 版权所有,侵权必究!
|
||||
*/
|
||||
|
||||
package io.renren.common.validator.group;
|
||||
|
||||
/**
|
||||
* 腾讯云
|
||||
*
|
||||
* @author Mark sunlightcs@gmail.com
|
||||
*/
|
||||
public interface QcloudGroup {
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Copyright (c) 2018 人人开源 All rights reserved.
|
||||
*
|
||||
* https://www.renren.io
|
||||
*
|
||||
* 版权所有,侵权必究!
|
||||
*/
|
||||
|
||||
package io.renren.common.validator.group;
|
||||
|
||||
/**
|
||||
* 七牛
|
||||
*
|
||||
* @author Mark sunlightcs@gmail.com
|
||||
*/
|
||||
public interface QiniuGroup {
|
||||
}
|
@ -0,0 +1,121 @@
|
||||
package io.renren.modules.front.bean;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.*;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
/**
|
||||
* 地址管理(AddressBook)表实体类
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-06-13 13:03:55
|
||||
*/
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
@TableName("address_book")
|
||||
public class AddressBook implements Serializable {
|
||||
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
@TableId(value = "id", type = IdType.AUTO)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 用户id
|
||||
*/
|
||||
private Long userId;
|
||||
|
||||
/**
|
||||
* 收货人
|
||||
*/
|
||||
private String consignee;
|
||||
|
||||
/**
|
||||
* 性别 0 男 1 女
|
||||
*/
|
||||
private Integer gender;
|
||||
|
||||
/**
|
||||
* 手机号
|
||||
*/
|
||||
private String phone;
|
||||
|
||||
/**
|
||||
* 省级区划编号
|
||||
*/
|
||||
private String provinceCode;
|
||||
|
||||
/**
|
||||
* 省级名称
|
||||
*/
|
||||
private String provinceName;
|
||||
|
||||
/**
|
||||
* 市级区划编号
|
||||
*/
|
||||
private String cityCode;
|
||||
|
||||
/**
|
||||
* 市级名称
|
||||
*/
|
||||
private String cityName;
|
||||
|
||||
/**
|
||||
* 区级区划编号
|
||||
*/
|
||||
private String districtCode;
|
||||
|
||||
/**
|
||||
* 区级名称
|
||||
*/
|
||||
private String districtName;
|
||||
|
||||
/**
|
||||
* 详细地址
|
||||
*/
|
||||
private String detail;
|
||||
|
||||
/**
|
||||
* 标签
|
||||
*/
|
||||
private String label;
|
||||
|
||||
/**
|
||||
* 默认 0 否 1是
|
||||
*/
|
||||
private Integer isDefault;
|
||||
|
||||
/**
|
||||
* 创建人
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT)
|
||||
private Long creator;
|
||||
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT)
|
||||
private LocalDateTime createDate;
|
||||
|
||||
/**
|
||||
* 修改人
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT_UPDATE)
|
||||
private Long updater;
|
||||
|
||||
/**
|
||||
* 更新时间
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT_UPDATE)
|
||||
private LocalDateTime updateDate;
|
||||
|
||||
/**
|
||||
* 是否删除
|
||||
*/
|
||||
private Integer isDeleted;
|
||||
|
||||
}
|
@ -0,0 +1,66 @@
|
||||
package io.renren.modules.front.bean;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.*;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
/**
|
||||
* 菜品及套餐分类(Category)表实体类
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-06-13 13:03:56
|
||||
*/
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
@TableName("category")
|
||||
public class Category implements Serializable {
|
||||
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
@TableId(value = "id", type = IdType.AUTO)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 类型 1 菜品分类 2 套餐分类
|
||||
*/
|
||||
private Integer type;
|
||||
|
||||
/**
|
||||
* 分类名称
|
||||
*/
|
||||
private String name;
|
||||
|
||||
/**
|
||||
* 顺序
|
||||
*/
|
||||
private Integer sort;
|
||||
|
||||
/**
|
||||
* 创建人
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT)
|
||||
private Long creator;
|
||||
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT)
|
||||
private LocalDateTime createDate;
|
||||
|
||||
/**
|
||||
* 修改人
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT_UPDATE)
|
||||
private Long updater;
|
||||
|
||||
/**
|
||||
* 更新时间
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT_UPDATE)
|
||||
private LocalDateTime updateDate;
|
||||
|
||||
}
|
@ -0,0 +1,104 @@
|
||||
package io.renren.modules.front.bean;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.*;
|
||||
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
|
||||
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
||||
import com.fasterxml.jackson.datatype.jsr310.deser.LocalDateTimeDeserializer;
|
||||
import com.fasterxml.jackson.datatype.jsr310.ser.LocalDateTimeSerializer;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
/**
|
||||
* 菜品管理(Dish)表实体类
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-06-13 13:03:56
|
||||
*/
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
@TableName("dish")
|
||||
public class Dish implements Serializable {
|
||||
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
@TableId(value = "id", type = IdType.AUTO)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 菜品名称
|
||||
*/
|
||||
private String name;
|
||||
|
||||
/**
|
||||
* 菜品分类id
|
||||
*/
|
||||
private Long categoryId;
|
||||
|
||||
/**
|
||||
* 菜品价格
|
||||
*/
|
||||
private Double price;
|
||||
|
||||
/**
|
||||
* 商品码
|
||||
*/
|
||||
private String code;
|
||||
|
||||
/**
|
||||
* 图片
|
||||
*/
|
||||
private String image;
|
||||
|
||||
/**
|
||||
* 描述信息
|
||||
*/
|
||||
private String description;
|
||||
|
||||
/**
|
||||
* 0 停售 1 起售
|
||||
*/
|
||||
private Integer status;
|
||||
|
||||
/**
|
||||
* 顺序
|
||||
*/
|
||||
private Integer sort;
|
||||
|
||||
/**
|
||||
* 创建人
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT)
|
||||
private Long creator;
|
||||
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT)
|
||||
@JsonSerialize(using = LocalDateTimeSerializer.class)// 序列化
|
||||
@JsonDeserialize(using = LocalDateTimeDeserializer.class)// 反序列化
|
||||
private LocalDateTime createDate;
|
||||
|
||||
/**
|
||||
* 修改人
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT_UPDATE)
|
||||
private Long updater;
|
||||
|
||||
/**
|
||||
* 更新时间
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT_UPDATE)
|
||||
@JsonSerialize(using = LocalDateTimeSerializer.class)// 序列化
|
||||
@JsonDeserialize(using = LocalDateTimeDeserializer.class)// 反序列化
|
||||
private LocalDateTime updateDate;
|
||||
|
||||
/**
|
||||
* 是否删除
|
||||
*/
|
||||
private Integer isDeleted;
|
||||
|
||||
}
|
@ -0,0 +1,79 @@
|
||||
package io.renren.modules.front.bean;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.*;
|
||||
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
|
||||
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
||||
import com.fasterxml.jackson.datatype.jsr310.deser.LocalDateTimeDeserializer;
|
||||
import com.fasterxml.jackson.datatype.jsr310.ser.LocalDateTimeSerializer;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
/**
|
||||
* 菜品口味关系表(DishFlavor)表实体类
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-06-13 13:03:56
|
||||
*/
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
@TableName("dish_flavor")
|
||||
public class DishFlavor implements Serializable {
|
||||
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
@TableId(value = "id", type = IdType.AUTO)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 菜品
|
||||
*/
|
||||
private Long dishId;
|
||||
|
||||
/**
|
||||
* 口味名称
|
||||
*/
|
||||
private String name;
|
||||
|
||||
/**
|
||||
* 口味数据list
|
||||
*/
|
||||
private String value;
|
||||
|
||||
/**
|
||||
* 创建人
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT)
|
||||
private Long creator;
|
||||
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT)
|
||||
@JsonSerialize(using = LocalDateTimeSerializer.class)// 序列化
|
||||
@JsonDeserialize(using = LocalDateTimeDeserializer.class)// 反序列化
|
||||
private LocalDateTime createDate;
|
||||
|
||||
/**
|
||||
* 修改人
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT_UPDATE)
|
||||
private Long updater;
|
||||
|
||||
/**
|
||||
* 更新时间
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT_UPDATE)
|
||||
@JsonSerialize(using = LocalDateTimeSerializer.class)// 序列化
|
||||
@JsonDeserialize(using = LocalDateTimeDeserializer.class)// 反序列化
|
||||
private LocalDateTime updateDate;
|
||||
|
||||
/**
|
||||
* 是否删除
|
||||
*/
|
||||
private Integer isDeleted;
|
||||
|
||||
}
|
@ -0,0 +1,69 @@
|
||||
package io.renren.modules.front.bean;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.IdType;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigDecimal;
|
||||
|
||||
/**
|
||||
* 订单明细表(OrderDetail)表实体类
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-06-13 13:03:56
|
||||
*/
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
@TableName("order_detail")
|
||||
public class OrderDetail implements Serializable {
|
||||
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
@TableId(value = "id", type = IdType.AUTO)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 名字
|
||||
*/
|
||||
private String name;
|
||||
|
||||
/**
|
||||
* 图片
|
||||
*/
|
||||
private String image;
|
||||
|
||||
/**
|
||||
* 订单id
|
||||
*/
|
||||
private Long orderId;
|
||||
|
||||
/**
|
||||
* 菜品id
|
||||
*/
|
||||
private Long dishId;
|
||||
|
||||
/**
|
||||
* 套餐id
|
||||
*/
|
||||
private Long setmealId;
|
||||
|
||||
/**
|
||||
* 口味
|
||||
*/
|
||||
private String dishFlavor;
|
||||
|
||||
/**
|
||||
* 数量
|
||||
*/
|
||||
private Integer number;
|
||||
|
||||
/**
|
||||
* 金额
|
||||
*/
|
||||
private BigDecimal amount;
|
||||
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
package io.renren.modules.front.bean;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.IdType;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigDecimal;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
/**
|
||||
* 订单表(Orders)表实体类
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-06-13 13:03:56
|
||||
*/
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
@TableName("orders")
|
||||
public class Orders implements Serializable {
|
||||
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
@TableId(value = "id", type = IdType.AUTO)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 订单号
|
||||
*/
|
||||
private String number;
|
||||
|
||||
/**
|
||||
* 订单状态 1待付款,2待派送,3已派送,4已完成,5已取消
|
||||
*/
|
||||
private Integer status;
|
||||
|
||||
/**
|
||||
* 下单用户
|
||||
*/
|
||||
private Long userId;
|
||||
|
||||
/**
|
||||
* 地址id
|
||||
*/
|
||||
private Long addressBookId;
|
||||
|
||||
/**
|
||||
* 下单时间
|
||||
*/
|
||||
private LocalDateTime orderTime;
|
||||
|
||||
/**
|
||||
* 结账时间
|
||||
*/
|
||||
private LocalDateTime checkoutTime;
|
||||
|
||||
/**
|
||||
* 支付方式 1微信,2支付宝
|
||||
*/
|
||||
private Integer payMethod;
|
||||
|
||||
/**
|
||||
* 实收金额
|
||||
*/
|
||||
private BigDecimal amount;
|
||||
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
private String remark;
|
||||
|
||||
private String phone;
|
||||
|
||||
private String address;
|
||||
|
||||
private String userName;
|
||||
|
||||
private String consignee;
|
||||
|
||||
}
|
@ -0,0 +1,91 @@
|
||||
package io.renren.modules.front.bean;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.*;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
/**
|
||||
* 套餐(Setmeal)表实体类
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-06-13 13:03:56
|
||||
*/
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
@TableName("setmeal")
|
||||
public class Setmeal implements Serializable {
|
||||
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
@TableId(value = "id", type = IdType.AUTO)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 菜品分类id
|
||||
*/
|
||||
private Long categoryId;
|
||||
|
||||
/**
|
||||
* 套餐名称
|
||||
*/
|
||||
private String name;
|
||||
|
||||
/**
|
||||
* 套餐价格
|
||||
*/
|
||||
private Double price;
|
||||
|
||||
/**
|
||||
* 状态 0:停用 1:启用
|
||||
*/
|
||||
private Integer status;
|
||||
|
||||
/**
|
||||
* 编码
|
||||
*/
|
||||
private String code;
|
||||
|
||||
/**
|
||||
* 描述信息
|
||||
*/
|
||||
private String description;
|
||||
|
||||
/**
|
||||
* 图片
|
||||
*/
|
||||
private String image;
|
||||
|
||||
/**
|
||||
* 创建人
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT)
|
||||
private Long creator;
|
||||
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT)
|
||||
private LocalDateTime createDate;
|
||||
|
||||
/**
|
||||
* 修改人
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT_UPDATE)
|
||||
private Long updater;
|
||||
|
||||
/**
|
||||
* 更新时间
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT_UPDATE)
|
||||
private LocalDateTime updateDate;
|
||||
|
||||
/**
|
||||
* 是否删除
|
||||
*/
|
||||
private Integer isDeleted;
|
||||
|
||||
}
|
@ -0,0 +1,86 @@
|
||||
package io.renren.modules.front.bean;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.*;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
/**
|
||||
* 套餐菜品关系(SetmealDish)表实体类
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-06-13 13:03:56
|
||||
*/
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
@TableName("setmeal_dish")
|
||||
public class SetmealDish implements Serializable {
|
||||
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
@TableId(value = "id", type = IdType.AUTO)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 套餐id
|
||||
*/
|
||||
private String setmealId;
|
||||
|
||||
/**
|
||||
* 菜品id
|
||||
*/
|
||||
private String dishId;
|
||||
|
||||
/**
|
||||
* 菜品名称 (冗余字段)
|
||||
*/
|
||||
private String name;
|
||||
|
||||
/**
|
||||
* 菜品原价(冗余字段)
|
||||
*/
|
||||
private Double price;
|
||||
|
||||
/**
|
||||
* 份数
|
||||
*/
|
||||
private Integer copies;
|
||||
|
||||
/**
|
||||
* 排序
|
||||
*/
|
||||
private Integer sort;
|
||||
|
||||
/**
|
||||
* 创建人
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT)
|
||||
private Long creator;
|
||||
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT)
|
||||
private LocalDateTime createDate;
|
||||
|
||||
/**
|
||||
* 修改人
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT_UPDATE)
|
||||
private Long updater;
|
||||
|
||||
/**
|
||||
* 更新时间
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT_UPDATE)
|
||||
private LocalDateTime updateDate;
|
||||
|
||||
/**
|
||||
* 是否删除
|
||||
*/
|
||||
private Integer isDeleted;
|
||||
|
||||
}
|
@ -0,0 +1,92 @@
|
||||
package io.renren.modules.front.bean;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.*;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigDecimal;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
/**
|
||||
* 购物车(ShoppingCart)表实体类
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-06-13 13:03:56
|
||||
*/
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
@TableName("shopping_cart")
|
||||
public class ShoppingCart implements Serializable {
|
||||
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
@TableId(value = "id", type = IdType.AUTO)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 名称
|
||||
*/
|
||||
private String name;
|
||||
|
||||
/**
|
||||
* 图片
|
||||
*/
|
||||
private String image;
|
||||
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
private Long userId;
|
||||
|
||||
/**
|
||||
* 菜品id
|
||||
*/
|
||||
private Long dishId;
|
||||
|
||||
/**
|
||||
* 套餐id
|
||||
*/
|
||||
private Long setmealId;
|
||||
|
||||
/**
|
||||
* 口味
|
||||
*/
|
||||
private String dishFlavor;
|
||||
|
||||
/**
|
||||
* 数量
|
||||
*/
|
||||
private Integer number;
|
||||
|
||||
/**
|
||||
* 金额
|
||||
*/
|
||||
private BigDecimal amount;
|
||||
|
||||
/**
|
||||
* 创建人
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT)
|
||||
private Long creator;
|
||||
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT)
|
||||
private LocalDateTime createDate;
|
||||
|
||||
/**
|
||||
* 修改人
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT_UPDATE)
|
||||
private Long updater;
|
||||
|
||||
/**
|
||||
* 更新时间
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT_UPDATE)
|
||||
private LocalDateTime updateDate;
|
||||
|
||||
}
|
@ -0,0 +1,91 @@
|
||||
package io.renren.modules.front.bean;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.*;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
/**
|
||||
* 用户信息(User)表实体类
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-06-13 13:03:56
|
||||
*/
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
@TableName("user")
|
||||
public class User implements Serializable {
|
||||
|
||||
/**
|
||||
* id
|
||||
*/
|
||||
@TableId(value = "id", type = IdType.AUTO)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 姓名
|
||||
*/
|
||||
private String name;
|
||||
|
||||
/**
|
||||
* 手机号
|
||||
*/
|
||||
private String phone;
|
||||
|
||||
/**
|
||||
* 性别 0:男 1:女 2:保密
|
||||
*/
|
||||
private Integer gender;
|
||||
|
||||
/**
|
||||
* 身份证号
|
||||
*/
|
||||
private String idNumber;
|
||||
|
||||
/**
|
||||
* 头像
|
||||
*/
|
||||
private String avatarUrl;
|
||||
|
||||
/**
|
||||
* 状态 0:禁用,1:正常
|
||||
*/
|
||||
private Integer status;
|
||||
|
||||
/**
|
||||
* 微信openid
|
||||
*/
|
||||
private String openid;
|
||||
|
||||
/**
|
||||
* 微信昵称
|
||||
*/
|
||||
private String nickName;
|
||||
|
||||
/**
|
||||
* 创建人
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT)
|
||||
private Long creator;
|
||||
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT)
|
||||
private LocalDateTime createDate;
|
||||
|
||||
/**
|
||||
* 修改人
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT_UPDATE)
|
||||
private Long updater;
|
||||
|
||||
/**
|
||||
* 更新时间
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT_UPDATE)
|
||||
private LocalDateTime updateDate;
|
||||
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
package io.renren.modules.front.common;
|
||||
|
||||
/**
|
||||
* @author : 张宇轩
|
||||
* @createTime : 2023/5/31 - 9:31
|
||||
*/
|
||||
public class CustomException extends RuntimeException{
|
||||
public CustomException() {
|
||||
super();
|
||||
}
|
||||
|
||||
public CustomException(String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
@ -0,0 +1,32 @@
|
||||
package io.renren.modules.front.common;
|
||||
|
||||
import io.renren.modules.front.utils.R;
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.web.bind.annotation.ExceptionHandler;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
import org.springframework.web.bind.annotation.RestControllerAdvice;
|
||||
|
||||
import java.sql.SQLIntegrityConstraintViolationException;
|
||||
|
||||
/**
|
||||
* @author : 张宇轩
|
||||
* @createTime : 2023/5/30 - 9:44
|
||||
*/
|
||||
//全局异常处理
|
||||
@RestControllerAdvice(annotations = {RestController.class, Controller.class})
|
||||
public class GlobalExceptionHandler {
|
||||
@ExceptionHandler(SQLIntegrityConstraintViolationException.class)
|
||||
public R<String> exceptionHandler(SQLIntegrityConstraintViolationException ex){
|
||||
String msg = ex.getMessage();
|
||||
String userName = "";
|
||||
if(msg.contains("Duplicate entry")){
|
||||
userName = msg.split(" ")[2];
|
||||
}
|
||||
return R.error(userName + ":已经存在,无法注册!");
|
||||
}
|
||||
|
||||
@ExceptionHandler(CustomException.class)
|
||||
public R<String> exceptionHandler(CustomException ex){
|
||||
return R.error(ex.getMessage());
|
||||
}
|
||||
}
|
@ -0,0 +1,53 @@
|
||||
package io.renren.modules.front.common;
|
||||
|
||||
import com.fasterxml.jackson.databind.DeserializationFeature;
|
||||
import com.fasterxml.jackson.databind.ObjectMapper;
|
||||
import com.fasterxml.jackson.databind.module.SimpleModule;
|
||||
import com.fasterxml.jackson.databind.ser.std.ToStringSerializer;
|
||||
import com.fasterxml.jackson.datatype.jsr310.deser.LocalDateDeserializer;
|
||||
import com.fasterxml.jackson.datatype.jsr310.deser.LocalDateTimeDeserializer;
|
||||
import com.fasterxml.jackson.datatype.jsr310.deser.LocalTimeDeserializer;
|
||||
import com.fasterxml.jackson.datatype.jsr310.ser.LocalDateSerializer;
|
||||
import com.fasterxml.jackson.datatype.jsr310.ser.LocalDateTimeSerializer;
|
||||
import com.fasterxml.jackson.datatype.jsr310.ser.LocalTimeSerializer;
|
||||
|
||||
import java.math.BigInteger;
|
||||
import java.time.LocalDate;
|
||||
import java.time.LocalDateTime;
|
||||
import java.time.LocalTime;
|
||||
import java.time.format.DateTimeFormatter;
|
||||
|
||||
import static com.fasterxml.jackson.databind.DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES;
|
||||
/**
|
||||
* @author : 张宇轩
|
||||
* @createTime : 2023/5/30 - 14:21
|
||||
* 对象映射器:基于jackson将Java对象转为json,或者将json转为Java对象
|
||||
* 将JSON解析为Java对象的过程称为 [从JSON反序列化Java对象]
|
||||
* 从Java对象生成JSON的过程称为 [序列化Java对象到JSON]
|
||||
*/
|
||||
public class JacksonObjectMapper extends ObjectMapper {
|
||||
public static final String DEFAULT_DATE_FORMAT = "yyyy-MM-dd";
|
||||
public static final String DEFAULT_DATE_TIME_FORMAT = "yyyy-MM-dd HH:mm:ss";
|
||||
public static final String DEFAULT_TIME_FORMAT = "HH:mm:ss";
|
||||
public JacksonObjectMapper() {
|
||||
super();
|
||||
//收到未知属性时不报异常
|
||||
this.configure(FAIL_ON_UNKNOWN_PROPERTIES, false);
|
||||
//反序列化时,属性不存在的兼容处理
|
||||
this.getDeserializationConfig().withoutFeatures(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES);
|
||||
|
||||
SimpleModule simpleModule = new SimpleModule()
|
||||
.addDeserializer(LocalDateTime.class, new LocalDateTimeDeserializer(DateTimeFormatter.ofPattern(DEFAULT_DATE_TIME_FORMAT)))
|
||||
.addDeserializer(LocalDate.class, new LocalDateDeserializer(DateTimeFormatter.ofPattern(DEFAULT_DATE_FORMAT)))
|
||||
.addDeserializer(LocalTime.class, new LocalTimeDeserializer(DateTimeFormatter.ofPattern(DEFAULT_TIME_FORMAT)))
|
||||
|
||||
.addSerializer(BigInteger.class, ToStringSerializer.instance)
|
||||
.addSerializer(Long.class, ToStringSerializer.instance)
|
||||
|
||||
.addSerializer(LocalDateTime.class, new LocalDateTimeSerializer(DateTimeFormatter.ofPattern(DEFAULT_DATE_TIME_FORMAT)))
|
||||
.addSerializer(LocalDate.class, new LocalDateSerializer(DateTimeFormatter.ofPattern(DEFAULT_DATE_FORMAT)))
|
||||
.addSerializer(LocalTime.class, new LocalTimeSerializer(DateTimeFormatter.ofPattern(DEFAULT_TIME_FORMAT)));
|
||||
//注册功能模块 例如,可以添加自定义序列化器和反序列化器
|
||||
this.registerModule(simpleModule);
|
||||
}
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
package io.renren.modules.front.config;
|
||||
|
||||
/**
|
||||
* @author : 张宇轩
|
||||
* @createTime : 2023/6/6 - 9:24
|
||||
*/
|
||||
public class AlipayConfig {
|
||||
// 商户appid
|
||||
public static String APPID = "";
|
||||
// 私钥 pkcs8格式的
|
||||
public static String RSA_PRIVATE_KEY = "";
|
||||
// 服务器异步通知页面路径 需http://或者https://格式的完整路径,不能加?id=123这类自定义参数,必须外网可以正常访问
|
||||
public static String notify_url = "http://商户网关地址/alipay.trade.wap.pay-JAVA-UTF-8/notify_url.jsp";
|
||||
// 页面跳转同步通知页面路径 需http://或者https://格式的完整路径,不能加?id=123这类自定义参数,必须外网可以正常访问 商户可以自定义同步跳转地址
|
||||
public static String return_url = "http://localhost:8080/api/front/order/afterPayOrder";
|
||||
// 请求网关地址
|
||||
public static String URL = "https://openapi-sandbox.dl.alipaydev.com/gateway.do";
|
||||
// 编码
|
||||
public static String CHARSET = "UTF-8";
|
||||
// 返回格式
|
||||
public static String FORMAT = "json";
|
||||
// 支付宝公钥
|
||||
public static String ALIPAY_PUBLIC_KEY = "";
|
||||
// 日志记录目录定义在 logFile 中
|
||||
public static String log_path = "/log";
|
||||
// RSA2
|
||||
public static String SIGNTYPE = "RSA2";
|
||||
}
|
@ -0,0 +1,79 @@
|
||||
package io.renren.modules.front.controller;
|
||||
|
||||
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
||||
import io.renren.modules.front.bean.AddressBook;
|
||||
import io.renren.modules.front.service.AddressBookService;
|
||||
import io.renren.modules.front.utils.BaseContext;
|
||||
import io.renren.modules.front.utils.R;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 地址管理(AddressBook)表控制层
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:09:40
|
||||
*/
|
||||
@RestController(value = "addressBookControllerFront")
|
||||
@RequestMapping("front/addressBook")
|
||||
public class AddressBookController {
|
||||
/**
|
||||
* 服务对象
|
||||
*/
|
||||
@Autowired
|
||||
private AddressBookService addressBookService;
|
||||
|
||||
//查询当前登录用户的所有地址信息
|
||||
@GetMapping("/list")
|
||||
public R<List<AddressBook>> list(){
|
||||
LambdaQueryWrapper<AddressBook> lqw = new LambdaQueryWrapper<>();
|
||||
lqw.eq(AddressBook::getUserId, BaseContext.getCurrentId());
|
||||
List<AddressBook> bookList = addressBookService.list(lqw);
|
||||
return R.success(bookList);
|
||||
}
|
||||
|
||||
//添加收货地址
|
||||
@PostMapping
|
||||
public R<String> add(@RequestBody AddressBook addressBook){
|
||||
addressBook.setUserId(BaseContext.getCurrentId());
|
||||
addressBookService.save(addressBook);
|
||||
return R.success("地址保存成功");
|
||||
}
|
||||
|
||||
//设置默认地址
|
||||
@PutMapping("/default")
|
||||
public R<String> defaultAddress(@RequestBody AddressBook addressBook){
|
||||
addressBookService.defaultAddress(addressBook);
|
||||
return R.success("设置默认地址成功!");
|
||||
}
|
||||
|
||||
//查询默认地址
|
||||
@GetMapping("/default")
|
||||
public R<AddressBook> getDefaultAddress(){
|
||||
LambdaQueryWrapper<AddressBook> lqw = new LambdaQueryWrapper<>();
|
||||
lqw.eq(AddressBook::getUserId, BaseContext.getCurrentId()).eq(AddressBook::getIsDefault, 1);
|
||||
return R.success(addressBookService.getOne(lqw));
|
||||
}
|
||||
|
||||
//根据id获取地址信息
|
||||
@GetMapping("/{id}")
|
||||
public R<AddressBook> getAddressById(@PathVariable("id") Long id){
|
||||
AddressBook addressBook = addressBookService.getById(id);
|
||||
return R.success(addressBook);
|
||||
}
|
||||
|
||||
//修改地址
|
||||
@PutMapping
|
||||
public R<String> updateAddress(@RequestBody AddressBook addressBook){
|
||||
addressBookService.updateById(addressBook);
|
||||
return R.success("地址修改成功!");
|
||||
}
|
||||
|
||||
@DeleteMapping
|
||||
public R<String> deleteAddress(@RequestParam("ids") Long ids){
|
||||
addressBookService.removeById(ids);
|
||||
return R.success("地址删除成功");
|
||||
}
|
||||
}
|
@ -0,0 +1,63 @@
|
||||
package io.renren.modules.front.controller;
|
||||
|
||||
import com.alibaba.fastjson.JSONObject;
|
||||
import com.alipay.api.AlipayApiException;
|
||||
import com.alipay.api.AlipayClient;
|
||||
import com.alipay.api.DefaultAlipayClient;
|
||||
import com.alipay.api.request.AlipayTradeWapPayRequest;
|
||||
import com.alipay.api.response.AlipayTradeWapPayResponse;
|
||||
import io.renren.modules.front.config.AlipayConfig;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RequestParam;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
/**
|
||||
* @author : 张宇轩
|
||||
* @createTime : 2023/6/6 - 9:30
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("front/pay")
|
||||
@Slf4j
|
||||
public class AlipayController {
|
||||
//实现对接支付宝沙箱支付
|
||||
@GetMapping("/orderPay")
|
||||
public String orderPay(@RequestParam("orderNum") Long out_trade_no,
|
||||
@RequestParam("amount") BigDecimal total_amount) throws AlipayApiException {
|
||||
AlipayClient alipayClient = new DefaultAlipayClient(
|
||||
AlipayConfig.URL,
|
||||
AlipayConfig.APPID,
|
||||
AlipayConfig.RSA_PRIVATE_KEY,
|
||||
AlipayConfig.FORMAT,
|
||||
AlipayConfig.CHARSET,
|
||||
AlipayConfig.ALIPAY_PUBLIC_KEY,
|
||||
AlipayConfig.SIGNTYPE);
|
||||
AlipayTradeWapPayRequest request = new AlipayTradeWapPayRequest();
|
||||
//异步接收地址,仅支持http/https,公网可访问
|
||||
request.setNotifyUrl(AlipayConfig.notify_url);
|
||||
//同步跳转地址,仅支持http/https
|
||||
request.setReturnUrl(AlipayConfig.return_url);
|
||||
/* *****必传参数***** */
|
||||
JSONObject bizContent = new JSONObject();
|
||||
//商户订单号,商家自定义,保持唯一性
|
||||
bizContent.put("out_trade_no", out_trade_no);
|
||||
//支付金额,最小值0.01元
|
||||
bizContent.put("total_amount", total_amount);
|
||||
//订单标题,不可使用特殊符号
|
||||
bizContent.put("subject", "美食元素订单支付");
|
||||
|
||||
/* ****可选参数***** */
|
||||
//手机网站支付默认传值FAST_INSTANT_TRADE_PAY
|
||||
bizContent.put("product_code", "QUICK_WAP_WAY");
|
||||
|
||||
request.setBizContent(bizContent.toString());
|
||||
AlipayTradeWapPayResponse response = alipayClient.pageExecute(request);
|
||||
|
||||
String result = response.getBody();
|
||||
log.info("result: {}", result);
|
||||
return result;
|
||||
}
|
||||
}
|
@ -0,0 +1,68 @@
|
||||
package io.renren.modules.front.controller;
|
||||
|
||||
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
||||
import io.renren.modules.front.bean.Category;
|
||||
import io.renren.modules.front.service.CategoryService;
|
||||
import io.renren.modules.front.utils.R;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RequestParam;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 菜品及套餐分类(Category)表控制层
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:09:40
|
||||
*/
|
||||
@RestController(value = "categoryControllerFront")
|
||||
@RequestMapping("front/category")
|
||||
public class CategoryController {
|
||||
/**
|
||||
* 服务对象
|
||||
*/
|
||||
@Autowired
|
||||
private CategoryService categoryService;
|
||||
|
||||
// //添加菜品套餐的分类信息
|
||||
// @PostMapping
|
||||
// public R<String> add(@RequestBody Category category){
|
||||
// categoryService.save(category);
|
||||
// return R.success("添加成功!");
|
||||
// }
|
||||
//
|
||||
// //分页查询员工信息
|
||||
// @GetMapping("/page")
|
||||
// public R<IPage<Category>> page(@RequestParam Integer page,
|
||||
// @RequestParam Integer pageSize){
|
||||
// IPage<Category> iPage = new Page<>(page, pageSize);
|
||||
// QueryWrapper<Category> lqw = new QueryWrapper<>();
|
||||
// lqw.lambda().orderByDesc(Category::getUpdateDate);
|
||||
// categoryService.page(iPage, lqw);
|
||||
// return R.success(iPage);
|
||||
// }
|
||||
//
|
||||
// @PutMapping
|
||||
// public R<String> update(@RequestBody Category category){
|
||||
// categoryService.updateById(category);
|
||||
// return R.success("修改成功!");
|
||||
// }
|
||||
//
|
||||
// @DeleteMapping
|
||||
// public R<String> removeById(@RequestParam("id") Long cateId){
|
||||
// //删除分类信息
|
||||
// categoryService.removeCateById(cateId);
|
||||
// return R.success("删除分类信息成功");
|
||||
// }
|
||||
|
||||
@GetMapping("/list")
|
||||
public R<List<Category>> list(@RequestParam(required = false) Integer type){
|
||||
LambdaQueryWrapper<Category> lqw = new LambdaQueryWrapper<>();
|
||||
lqw.eq(type!=null, Category::getType, type).orderByDesc(Category::getUpdateDate);
|
||||
List<Category> categoryList = categoryService.list(lqw);
|
||||
return R.success(categoryList);
|
||||
}
|
||||
}
|
@ -0,0 +1,186 @@
|
||||
package io.renren.modules.front.controller;
|
||||
|
||||
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
||||
import io.renren.modules.front.bean.Dish;
|
||||
import io.renren.modules.front.bean.DishFlavor;
|
||||
import io.renren.modules.front.dto.DishDTO;
|
||||
import io.renren.modules.front.service.CategoryService;
|
||||
import io.renren.modules.front.service.DishFlavorService;
|
||||
import io.renren.modules.front.service.DishService;
|
||||
import io.renren.modules.front.service.SetmealDishService;
|
||||
import io.renren.modules.front.utils.R;
|
||||
import org.springframework.beans.BeanUtils;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.data.redis.core.RedisTemplate;
|
||||
import org.springframework.util.CollectionUtils;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
/**
|
||||
* 菜品管理(Dish)表控制层
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:09:40
|
||||
*/
|
||||
@RestController(value = "dishControllerFront")
|
||||
@RequestMapping("front/dish")
|
||||
public class DishController {
|
||||
/**
|
||||
* 服务对象
|
||||
*/
|
||||
@Autowired
|
||||
private DishService dishService;
|
||||
|
||||
@Autowired
|
||||
private CategoryService categoryService;
|
||||
@Autowired
|
||||
private SetmealDishService setmealDishService;
|
||||
@Autowired
|
||||
private DishFlavorService dishFlavorService;
|
||||
|
||||
@Autowired
|
||||
private RedisTemplate redisTemplate;
|
||||
|
||||
// //保存菜品和口味信息
|
||||
// @PostMapping
|
||||
// public R<String> saveDishFlavor(@RequestBody DishDTO dishDTO){
|
||||
// dishService.saveDishFlavor(dishDTO);
|
||||
// //清除当前分类下的菜品信息
|
||||
// redisTemplate.delete("dish_" + dishDTO.getCategoryId() + "_1");
|
||||
// return R.success("菜品保存成功!");
|
||||
// }
|
||||
//
|
||||
// //分页查询菜品信息
|
||||
// @GetMapping("/page")
|
||||
// public R<IPage<DishDTO>> page(@RequestParam Integer page,
|
||||
// @RequestParam Integer pageSize,
|
||||
// @RequestParam(required = false) String name){
|
||||
// //这个iPageDto才是最后封装返回的分页数据
|
||||
// Page<DishDTO> iPageDto = new Page<>(page, pageSize);
|
||||
// Page<Dish> iPage = new Page<>(page, pageSize);
|
||||
// LambdaQueryWrapper<Dish> lqw = new LambdaQueryWrapper<>();
|
||||
// lqw.like(!StringUtils.isEmpty(name), Dish::getName, name).orderByDesc(Dish::getUpdateDate);
|
||||
// dishService.page(iPage, lqw);
|
||||
// //对象复制操作,把iPage中的分页数据(页数,总条数等)复制给iPageDto,具体的菜品数据不复制。
|
||||
// BeanUtils.copyProperties(iPage, iPageDto, "records");
|
||||
// //构建菜品数据,封装到PageDto中
|
||||
// List<Dish> dishList = iPage.getRecords();
|
||||
// //把dishList转换为dishDtoList
|
||||
// List<DishDTO> dishDTOList = dishList.stream().map(dish -> {
|
||||
// //构建新的DishDTO对象
|
||||
// DishDTO dishDTO = new DishDTO();
|
||||
// //把dish复制给dishDIO
|
||||
// BeanUtils.copyProperties(dish, dishDTO);
|
||||
// //获取categoryName,设置到DishDTo中
|
||||
// Category category = categoryService.getById(dish.getCategoryId());
|
||||
// dishDTO.setCategoryName( category.getName());
|
||||
// return dishDTO;
|
||||
// }).collect(Collectors.toList());
|
||||
// //设置dishDTOList到iPageDto
|
||||
// iPageDto.setRecords(dishDTOList);
|
||||
// return R.success(iPageDto);
|
||||
// }
|
||||
//
|
||||
// @PostMapping("/status/{status}")
|
||||
// public R<String> setStatus(@PathVariable("status") Integer status,
|
||||
// @RequestParam List<Long> ids){
|
||||
// LambdaUpdateWrapper<Dish> luw = new LambdaUpdateWrapper<>();
|
||||
// luw.set(Dish::getStatus, status).set(Dish::getUpdateDate, LocalDateTime.now()).in(Dish::getId, ids);
|
||||
// dishService.update(luw);
|
||||
// return R.success("停售成功");
|
||||
// }
|
||||
//
|
||||
// @DeleteMapping
|
||||
// public R<String> delete(@RequestParam List<Long> ids){
|
||||
// LambdaQueryWrapper<Dish> qw = new LambdaQueryWrapper<>();
|
||||
// qw.in(Dish::getId, ids).eq(Dish::getStatus, 1);
|
||||
// long cnt = dishService.count(qw);
|
||||
// if(cnt > 0){
|
||||
// throw new CustomException("存在起售的菜品,不能删除");
|
||||
// }
|
||||
// for (Long id : ids) {
|
||||
// LambdaQueryWrapper<SetmealDish> lqw = new LambdaQueryWrapper<>();
|
||||
// lqw.eq(SetmealDish::getDishId, id);
|
||||
// long count = setmealDishService.count(lqw);
|
||||
// if (count > 0) {
|
||||
// throw new CustomException("存在包含该菜品的套餐,无法删除");
|
||||
// }
|
||||
// }
|
||||
// for(Long id: ids) {
|
||||
// LambdaUpdateWrapper<DishFlavor> luw = new LambdaUpdateWrapper<>();
|
||||
// luw.eq(DishFlavor::getDishId, id);
|
||||
// dishFlavorService.remove(luw);
|
||||
// dishService.removeById(id);
|
||||
// }
|
||||
// //清除所有的菜品缓存数据
|
||||
// redisTemplate.delete("dish_*");
|
||||
// return R.success("删除成功");
|
||||
// }
|
||||
//
|
||||
// //根据菜品id查询菜品和口味的信息
|
||||
// @GetMapping("/{dishId}")
|
||||
// public R<DishDTO> getDIshFlavorById(@PathVariable("dishId") Long dishId){
|
||||
// DishDTO dishDTO = new DishDTO();
|
||||
// //查询菜品信息
|
||||
// Dish dish = dishService.getById(dishId);
|
||||
// BeanUtils.copyProperties(dish, dishDTO);
|
||||
// //查询当前菜品下的口味信息
|
||||
// LambdaQueryWrapper<DishFlavor> lqw = new LambdaQueryWrapper<>();
|
||||
// lqw.eq(DishFlavor::getDishId, dishId);
|
||||
// List<DishFlavor> dishFlavorList = dishFlavorService.list(lqw);
|
||||
// //把口味的集合放入DishDTO
|
||||
// dishDTO.setFlavors(dishFlavorList);
|
||||
// return R.success(dishDTO);
|
||||
// }
|
||||
//
|
||||
// @PutMapping
|
||||
// public R<String> updateDishFlavor(@RequestBody DishDTO dishDTO){
|
||||
// //先查询当前菜品的分类id,清除当前分类的redis数据
|
||||
// Dish dish = dishService.getById(dishDTO.getId());
|
||||
// redisTemplate.delete("dish_" + dish.getCategoryId() + "_1");
|
||||
// //查询更新的菜品的分类id,清除更新的分类的redis数据
|
||||
// if(!dish.getCategoryId().equals(dishDTO.getCategoryId())){
|
||||
// redisTemplate.delete("dish_" + dishDTO.getCategoryId() + "_1");
|
||||
// }
|
||||
// dishService.updateDishFlavor(dishDTO);
|
||||
// return R.success("修改菜品信息成功");
|
||||
// }
|
||||
|
||||
//根据分类的id,查询当前分类下的所有菜品信息
|
||||
@GetMapping("/list")
|
||||
private R<List<DishDTO>> list(Dish dish){
|
||||
//先从redis查询当前是否有分类下的菜品数据,如果有直接返回
|
||||
//string结构
|
||||
String key = "dish_" + dish.getCategoryId() + "_" + dish.getStatus();
|
||||
List<DishDTO> dishDTOList = (List<DishDTO>) redisTemplate.opsForValue().get(key);
|
||||
//如果有,直接返回数据
|
||||
if(!CollectionUtils.isEmpty(dishDTOList)){
|
||||
return R.success(dishDTOList);
|
||||
}
|
||||
//如果没有,去mysql数据库查询
|
||||
LambdaQueryWrapper<Dish> lqw = new LambdaQueryWrapper<>();
|
||||
lqw.eq(Dish::getCategoryId, dish.getCategoryId())
|
||||
//status为空时对应后台页面,非空则对应客户端页面
|
||||
.eq(dish.getStatus()!=null, Dish::getStatus, dish.getStatus())
|
||||
.orderByDesc(Dish::getSort).orderByDesc(Dish::getUpdateDate);
|
||||
List<Dish> dishList = dishService.list(lqw);
|
||||
dishDTOList = dishList.stream().map(item -> {
|
||||
DishDTO dishDTO = new DishDTO();
|
||||
BeanUtils.copyProperties(item, dishDTO);
|
||||
//封装口味数据
|
||||
LambdaQueryWrapper<DishFlavor> qw = new LambdaQueryWrapper<>();
|
||||
qw.eq(DishFlavor::getDishId, item.getId());
|
||||
List<DishFlavor> dishFlavorList = dishFlavorService.list(qw);
|
||||
dishDTO.setFlavors(dishFlavorList);
|
||||
return dishDTO;
|
||||
}).collect(Collectors.toList());
|
||||
//把在msql查询的数据放入redis
|
||||
redisTemplate.opsForValue().set(key, dishDTOList,1, TimeUnit.HOURS);
|
||||
return R.success(dishDTOList);
|
||||
}
|
||||
}
|
@ -0,0 +1,24 @@
|
||||
package io.renren.modules.front.controller;
|
||||
|
||||
import io.renren.modules.front.service.DishFlavorService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 菜品口味关系表(DishFlavor)表控制层
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:09:40
|
||||
*/
|
||||
@RestController(value = "dishFlavorControllerFront")
|
||||
@RequestMapping("front/dishFlavor")
|
||||
public class DishFlavorController {
|
||||
/**
|
||||
* 服务对象
|
||||
*/
|
||||
@Autowired
|
||||
private DishFlavorService dishFlavorService;
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,24 @@
|
||||
package io.renren.modules.front.controller;
|
||||
|
||||
import io.renren.modules.front.service.OrderDetailService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 订单明细表(OrderDetail)表控制层
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:09:40
|
||||
*/
|
||||
@RestController(value = "orderDetailControllerFront")
|
||||
@RequestMapping("front/orderDetail")
|
||||
public class OrderDetailController {
|
||||
/**
|
||||
* 服务对象
|
||||
*/
|
||||
@Autowired
|
||||
private OrderDetailService orderDetailService;
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,88 @@
|
||||
package io.renren.modules.front.controller;
|
||||
|
||||
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
||||
import com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper;
|
||||
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
||||
import io.renren.modules.front.bean.Orders;
|
||||
import io.renren.modules.front.dto.OrdersDTO;
|
||||
import io.renren.modules.front.service.OrdersService;
|
||||
import io.renren.modules.front.utils.BaseContext;
|
||||
import io.renren.modules.front.utils.R;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
/**
|
||||
* 订单表(Orders)表控制层
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:09:40
|
||||
*/
|
||||
@Controller(value = "ordersControllerFront")
|
||||
@RequestMapping("front/order")
|
||||
public class OrdersController {
|
||||
/**
|
||||
* 服务对象
|
||||
*/
|
||||
@Autowired
|
||||
private OrdersService ordersService;
|
||||
|
||||
// @GetMapping("/page")
|
||||
// @ResponseBody
|
||||
// public R<Page<Orders>> page(@RequestParam Integer page,
|
||||
// @RequestParam Integer pageSize,
|
||||
// @RequestParam(required = false) String number,
|
||||
// @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
// @RequestParam(required = false) LocalDateTime beginTime,
|
||||
// @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
// @RequestParam(required = false) LocalDateTime endTime){
|
||||
// Page<Orders> ordersPage = new Page<>(page, pageSize);
|
||||
// LambdaQueryWrapper<Orders> lqw = new LambdaQueryWrapper<>();
|
||||
// lqw.like(number!=null, Orders::getNumber, number)
|
||||
// .ge(beginTime!=null, Orders::getOrderTime, beginTime)
|
||||
// .le(endTime!=null, Orders::getOrderTime, endTime);
|
||||
// ordersService.page(ordersPage, lqw);
|
||||
// return R.success(ordersPage);
|
||||
// }
|
||||
//
|
||||
// @PutMapping
|
||||
// @ResponseBody
|
||||
// public R<String> setStatus(@RequestBody Orders orders){
|
||||
// LambdaUpdateWrapper<Orders> luw = new LambdaUpdateWrapper<>();
|
||||
// luw.eq(Orders::getId, orders.getId()).set(Orders::getStatus, orders.getStatus());
|
||||
// ordersService.update(luw);
|
||||
// return R.success("状态更改成功!");
|
||||
// }
|
||||
|
||||
//下单操作
|
||||
@PostMapping("/submit")
|
||||
@ResponseBody
|
||||
public R<Orders> addOrder(@RequestBody Orders orders){
|
||||
Orders order = ordersService.addOrder(orders);
|
||||
return R.success(order);
|
||||
}
|
||||
|
||||
//查看订单
|
||||
@GetMapping("/userPage")
|
||||
@ResponseBody
|
||||
public R<Page<OrdersDTO>> page(@RequestParam Integer page,
|
||||
@RequestParam Integer pageSize){
|
||||
LambdaQueryWrapper<Orders> lqw = new LambdaQueryWrapper<>();
|
||||
lqw.eq(Orders::getUserId, BaseContext.getCurrentId()).orderByDesc(Orders::getOrderTime);
|
||||
Page<OrdersDTO> dtoPage = ordersService.getUserPage(page, pageSize, lqw);
|
||||
return R.success(dtoPage);
|
||||
}
|
||||
|
||||
//支付完成之后的回调方法,处理订单状态等
|
||||
@GetMapping("/afterPayOrder")
|
||||
public String afterPayOrder(@RequestParam String out_trade_no){
|
||||
LambdaUpdateWrapper<Orders> luw = new LambdaUpdateWrapper<>();
|
||||
luw.eq(Orders::getNumber, out_trade_no)
|
||||
.set(Orders::getStatus, 2)
|
||||
.set(Orders::getCheckoutTime, LocalDateTime.now());
|
||||
ordersService.update(luw);
|
||||
return "redirect:http://localhost:8001/front/page/pay-success.html";
|
||||
}
|
||||
}
|
@ -0,0 +1,147 @@
|
||||
package io.renren.modules.front.controller;
|
||||
|
||||
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
||||
import io.renren.modules.front.bean.Dish;
|
||||
import io.renren.modules.front.bean.Setmeal;
|
||||
import io.renren.modules.front.bean.SetmealDish;
|
||||
import io.renren.modules.front.dto.SetmealDishDTO;
|
||||
import io.renren.modules.front.service.CategoryService;
|
||||
import io.renren.modules.front.service.DishService;
|
||||
import io.renren.modules.front.service.SetmealDishService;
|
||||
import io.renren.modules.front.service.SetmealService;
|
||||
import io.renren.modules.front.utils.R;
|
||||
import org.springframework.beans.BeanUtils;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.cache.annotation.Cacheable;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.PathVariable;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
/**
|
||||
* 套餐(Setmeal)表控制层
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:09:40
|
||||
*/
|
||||
@RestController(value = "setmealControllerFront")
|
||||
@RequestMapping("front/setmeal")
|
||||
public class SetmealController {
|
||||
/**
|
||||
* 服务对象
|
||||
*/
|
||||
@Autowired
|
||||
private SetmealService setmealService;
|
||||
@Autowired
|
||||
private CategoryService categoryService;
|
||||
@Autowired
|
||||
private SetmealDishService setmealDishService;
|
||||
@Autowired
|
||||
private DishService dishService;
|
||||
|
||||
// //添加套餐信息
|
||||
// @CacheEvict(value = "setmealCache", allEntries = true)
|
||||
// @PostMapping
|
||||
// public R<String> saveSetmealDish(@RequestBody SetmealDTO setmealDTO){
|
||||
// setmealService.saveSetmealDish(setmealDTO);
|
||||
// return R.success("套餐添加成功!");
|
||||
// }
|
||||
//
|
||||
// @GetMapping("/page")
|
||||
// public R<IPage<SetmealDTO>> page(@RequestParam Integer page,
|
||||
// @RequestParam Integer pageSize,
|
||||
// @RequestParam(required = false) String name){
|
||||
// IPage<SetmealDTO> setmealDTOIPage = new Page<>();
|
||||
// IPage<Setmeal> iPage = new Page<>(page, pageSize);
|
||||
// LambdaQueryWrapper<Setmeal> lqw = new LambdaQueryWrapper<>();
|
||||
// lqw.like(!StringUtils.isEmpty(name), Setmeal::getName, name);
|
||||
// setmealService.page(iPage, lqw);
|
||||
// BeanUtils.copyProperties(iPage, setmealDTOIPage, "records");
|
||||
// List<SetmealDTO> setmealDTOList = iPage.getRecords().stream().map(setmeal -> {
|
||||
// SetmealDTO setmealDTO = new SetmealDTO();
|
||||
// BeanUtils.copyProperties(setmeal, setmealDTO);
|
||||
// Category category = categoryService.getById(setmeal.getCategoryId());
|
||||
// setmealDTO.setCategoryName(category.getName());
|
||||
// return setmealDTO;
|
||||
// }).collect(Collectors.toList());
|
||||
// setmealDTOIPage.setRecords(setmealDTOList);
|
||||
// return R.success(setmealDTOIPage);
|
||||
// }
|
||||
//
|
||||
// @PostMapping("/status/{status}")
|
||||
// public R<String> setStatus(@PathVariable("status") Integer status,
|
||||
// @RequestParam List<Long> ids){
|
||||
// LambdaUpdateWrapper<Setmeal> luw = new LambdaUpdateWrapper<>();
|
||||
// luw.set(Setmeal::getStatus, status).set(Setmeal::getUpdateDate, LocalDateTime.now()).in(Setmeal::getId, ids);
|
||||
// setmealService.update(luw);
|
||||
// return R.success("停售成功");
|
||||
// }
|
||||
//
|
||||
// @DeleteMapping
|
||||
// public R<String> delete(@RequestParam List<Long> ids){
|
||||
// LambdaQueryWrapper<Setmeal> qw = new LambdaQueryWrapper<>();
|
||||
// qw.in(Setmeal::getId, ids).eq(Setmeal::getStatus, 1);
|
||||
// long cnt = setmealService.count(qw);
|
||||
// if(cnt > 0){
|
||||
// throw new CustomException("存在起售的套餐,不能删除");
|
||||
// }
|
||||
// for (Long id : ids) {
|
||||
// LambdaUpdateWrapper<SetmealDish> luw = new LambdaUpdateWrapper<>();
|
||||
// luw.eq(SetmealDish::getSetmealId, id);
|
||||
// setmealDishService.remove(luw);
|
||||
// }
|
||||
// setmealService.removeBatchByIds(ids);
|
||||
// return R.success("删除成功");
|
||||
// }
|
||||
//
|
||||
// @GetMapping("/{setmealId}")
|
||||
// public R<SetmealDTO> getSetmealById(@PathVariable("setmealId") Long setmealId){
|
||||
// Setmeal setmeal = setmealService.getById(setmealId);
|
||||
// SetmealDTO setmealDTO = new SetmealDTO();
|
||||
// BeanUtils.copyProperties(setmeal, setmealDTO);
|
||||
//
|
||||
// LambdaQueryWrapper<SetmealDish> lqw = new LambdaQueryWrapper<>();
|
||||
// lqw.eq(SetmealDish::getSetmealId, setmealId);
|
||||
// List<SetmealDish> setmealDishList = setmealDishService.list(lqw);
|
||||
// setmealDTO.setSetmealDishes(setmealDishList);
|
||||
// return R.success(setmealDTO);
|
||||
// }
|
||||
//
|
||||
// @PutMapping
|
||||
// public R<String> update(@RequestBody SetmealDTO setmealDTO){
|
||||
// setmealService.updateSetmealDish(setmealDTO);
|
||||
// return R.success("套餐保存成功!");
|
||||
// }
|
||||
|
||||
//根据分类id和状态查询套餐信息
|
||||
@GetMapping("/list")
|
||||
@Cacheable(value = "setmealCache", key = "#setmeal.categoryId + '_' + #setmeal.status")
|
||||
public R<List<Setmeal>> list(Setmeal setmeal){
|
||||
LambdaQueryWrapper<Setmeal> lqw = new LambdaQueryWrapper<>();
|
||||
lqw.eq(Setmeal::getCategoryId, setmeal.getCategoryId())
|
||||
.eq(setmeal.getStatus()!=null, Setmeal::getStatus, setmeal.getStatus())
|
||||
.orderByDesc(Setmeal::getUpdateDate);
|
||||
List<Setmeal> setmealList = setmealService.list(lqw);
|
||||
return R.success(setmealList);
|
||||
}
|
||||
|
||||
//查看套餐详情
|
||||
@GetMapping("/dish/{id}")
|
||||
public R<List<SetmealDishDTO>> getSetmealDetail(@PathVariable("id") Long id){
|
||||
LambdaQueryWrapper<SetmealDish> lqw = new LambdaQueryWrapper<>();
|
||||
lqw.eq(SetmealDish::getSetmealId, id).orderByDesc(SetmealDish::getUpdateDate);
|
||||
List<SetmealDish> setmealDishList = setmealDishService.list(lqw);
|
||||
|
||||
List<SetmealDishDTO> list = setmealDishList.stream().map(setmealDish -> {
|
||||
SetmealDishDTO setmealDishDTO = new SetmealDishDTO();
|
||||
BeanUtils.copyProperties(setmealDish, setmealDishDTO);
|
||||
Dish dish = dishService.getById(setmealDish.getDishId());
|
||||
setmealDishDTO.setImage(dish.getImage());
|
||||
return setmealDishDTO;
|
||||
}).collect(Collectors.toList());
|
||||
return R.success(list);
|
||||
}
|
||||
}
|
@ -0,0 +1,43 @@
|
||||
package io.renren.modules.front.controller;
|
||||
|
||||
import io.renren.modules.front.service.DishService;
|
||||
import io.renren.modules.front.service.SetmealDishService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 套餐菜品关系(SetmealDish)表控制层
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:09:40
|
||||
*/
|
||||
@RestController(value = "setmealDishControllerFront")
|
||||
@RequestMapping("front/setmealDish")
|
||||
public class SetmealDishController {
|
||||
/**
|
||||
* 服务对象
|
||||
*/
|
||||
@Autowired
|
||||
private SetmealDishService setmealDishService;
|
||||
@Autowired
|
||||
private DishService dishService;
|
||||
|
||||
// //查询套餐详情信息
|
||||
// @GetMapping("/dish/{id}")
|
||||
// public R<List<SetmealDishDTO>> setmealDetail(@PathVariable Long id) {
|
||||
// LambdaQueryWrapper<SetmealDish> lqw = new LambdaQueryWrapper<>();
|
||||
// lqw.eq(SetmealDish::getSetmealId, id)
|
||||
// .orderByDesc(SetmealDish::getUpdateDate);
|
||||
// List<SetmealDish> setmealDishList = setmealDishService.list(lqw);
|
||||
// List<SetmealDishDTO> setmealDishDTOList = setmealDishList.stream().map(setmealDish -> {
|
||||
// SetmealDishDTO setmealDishDTO = new SetmealDishDTO();
|
||||
// BeanUtils.copyProperties(setmealDish, setmealDishDTO);
|
||||
// Dish dish = dishService.getById(setmealDish.getDishId());
|
||||
// setmealDishDTO.setImage(dish.getImage());
|
||||
// return setmealDishDTO;
|
||||
// }).collect(Collectors.toList());
|
||||
// return R.success(setmealDishDTOList);
|
||||
// }
|
||||
|
||||
}
|
@ -0,0 +1,59 @@
|
||||
package io.renren.modules.front.controller;
|
||||
|
||||
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
||||
import com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper;
|
||||
import io.renren.modules.front.bean.ShoppingCart;
|
||||
import io.renren.modules.front.service.ShoppingCartService;
|
||||
import io.renren.modules.front.utils.BaseContext;
|
||||
import io.renren.modules.front.utils.R;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 购物车(ShoppingCart)表控制层
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:09:40
|
||||
*/
|
||||
@RestController(value = "shoppingCartControllerFront")
|
||||
@RequestMapping("front/shoppingCart")
|
||||
public class ShoppingCartController {
|
||||
/**
|
||||
* 服务对象
|
||||
*/
|
||||
@Autowired
|
||||
private ShoppingCartService shoppingCartService;
|
||||
|
||||
@GetMapping("/list")
|
||||
public R<List<ShoppingCart>> list(){
|
||||
LambdaQueryWrapper<ShoppingCart> lqw = new LambdaQueryWrapper<>();
|
||||
lqw.eq(ShoppingCart::getUserId, BaseContext.getCurrentId());
|
||||
return R.success(shoppingCartService.list(lqw));
|
||||
}
|
||||
|
||||
//添加购物车
|
||||
@PostMapping("/add")
|
||||
public R<ShoppingCart> add(@RequestBody ShoppingCart shoppingCart){
|
||||
ShoppingCart cart = shoppingCartService.add(shoppingCart);
|
||||
return R.success(cart);
|
||||
}
|
||||
|
||||
//减少菜品/套餐数量
|
||||
@PostMapping("/sub")
|
||||
public R<ShoppingCart> sub(@RequestBody ShoppingCart cart){
|
||||
ShoppingCart shoppingCart = shoppingCartService.sub(cart);
|
||||
return R.success(shoppingCart);
|
||||
}
|
||||
|
||||
//清空购物车
|
||||
@DeleteMapping("/clean")
|
||||
public R<String> clean(){
|
||||
LambdaUpdateWrapper<ShoppingCart> luw = new LambdaUpdateWrapper<>();
|
||||
luw.eq(ShoppingCart::getUserId, BaseContext.getCurrentId());
|
||||
shoppingCartService.remove(luw);
|
||||
return R.success("购物车清空成功");
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,114 @@
|
||||
package io.renren.modules.front.controller;
|
||||
|
||||
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
||||
import io.renren.modules.front.bean.User;
|
||||
import io.renren.modules.front.service.UserService;
|
||||
import io.renren.modules.front.utils.BaseContext;
|
||||
import io.renren.modules.front.utils.R;
|
||||
import io.renren.modules.front.utils.SendEmailUtils;
|
||||
import io.renren.modules.front.utils.ValidateCodeUtils;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.apache.commons.mail.EmailException;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.data.redis.core.RedisTemplate;
|
||||
import org.springframework.web.bind.annotation.PostMapping;
|
||||
import org.springframework.web.bind.annotation.RequestBody;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
import javax.servlet.http.Cookie;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
import javax.servlet.http.HttpSession;
|
||||
import java.util.Map;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
/**
|
||||
* 用户信息(User)表控制层
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:09:40
|
||||
*/
|
||||
@RestController(value = "userControllerFront")
|
||||
@RequestMapping("front/user")
|
||||
@Slf4j
|
||||
public class UserController {
|
||||
/**
|
||||
* 服务对象
|
||||
*/
|
||||
@Autowired
|
||||
private UserService userService;
|
||||
|
||||
@Autowired
|
||||
private RedisTemplate redisTemplate;
|
||||
|
||||
//发送验证码
|
||||
@PostMapping("/sendMsg")
|
||||
public R<String> sendMsg(@RequestBody User user, HttpSession session){
|
||||
//生成6位随机数字验证码
|
||||
String code = ValidateCodeUtils.generateValidateCode(6).toString();
|
||||
log.info("验证码:{}", code);
|
||||
//发送短信,让用户接受验证码
|
||||
try {
|
||||
SendEmailUtils.sendAuthCodeEmail(user.getPhone(), code);
|
||||
//把验证码保存到redis,1分钟有效
|
||||
redisTemplate.opsForValue().set(user.getPhone() + ":code", code, 1, TimeUnit.MINUTES);
|
||||
return R.success("验证码发送成功");
|
||||
} catch (EmailException e) {
|
||||
e.printStackTrace();
|
||||
return R.error("验证码发送失败");
|
||||
}
|
||||
}
|
||||
|
||||
//用户登录
|
||||
@PostMapping("/login")
|
||||
public R<String> login(HttpSession session, @RequestBody Map<String, Object> map, HttpServletResponse response){
|
||||
//获取前端传递的数据
|
||||
String phone = (String) map.get("phone");
|
||||
String code = (String) map.get("code");
|
||||
//将前端传来的code与redis中的code比较
|
||||
Object redisCode = redisTemplate.opsForValue().get(phone + ":code");
|
||||
if(redisCode == null){
|
||||
return R.error("验证码过期,请重新发送验证码");
|
||||
}
|
||||
if(code!=null && code.equals(redisCode)){
|
||||
//根据手机号查询用户信息
|
||||
LambdaQueryWrapper<User> lqw = new LambdaQueryWrapper<>();
|
||||
lqw.eq(User::getPhone, phone);
|
||||
User user = userService.getOne(lqw);
|
||||
if (user == null) {
|
||||
//用户不存在,注册用户信息
|
||||
user = new User();
|
||||
user.setPhone(phone);
|
||||
user.setStatus(1);
|
||||
userService.save(user);
|
||||
}
|
||||
//将用户id存到session中
|
||||
// session.setAttribute("user", user.getId());
|
||||
Cookie cookie = new Cookie("user", String.valueOf(user.getId()));
|
||||
cookie.setPath("/");
|
||||
cookie.setDomain("localhost");
|
||||
cookie.setHttpOnly(true);
|
||||
|
||||
response.addCookie(cookie);
|
||||
System.out.println("cookie['user'] = " + cookie.getValue());
|
||||
//验证码使用之后,从redis中删除
|
||||
redisTemplate.delete(phone + ":code");
|
||||
return R.success("用户登录成功");
|
||||
}
|
||||
return R.error("验证码错误");
|
||||
}
|
||||
|
||||
//用户登出
|
||||
@PostMapping("/loginout")
|
||||
public R<String> logout(HttpServletResponse response){
|
||||
BaseContext.setCurrentId(null);
|
||||
Cookie cookie = new Cookie("user", null);
|
||||
cookie.setPath("/");
|
||||
cookie.setDomain("localhost");
|
||||
cookie.setHttpOnly(true);
|
||||
cookie.setMaxAge(0);
|
||||
|
||||
response.addCookie(cookie);
|
||||
return R.success("退出成功");
|
||||
}
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
package io.renren.modules.front.dao;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import io.renren.modules.front.bean.AddressBook;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
/**
|
||||
* 地址管理(AddressBook)表数据库访问层
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:43
|
||||
*/
|
||||
@Mapper
|
||||
public interface AddressBookMapper extends BaseMapper<AddressBook> {
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
package io.renren.modules.front.dao;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import io.renren.modules.front.bean.Category;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
/**
|
||||
* 菜品及套餐分类(Category)表数据库访问层
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:43
|
||||
*/
|
||||
@Mapper
|
||||
public interface CategoryMapper extends BaseMapper<Category> {
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
package io.renren.modules.front.dao;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import io.renren.modules.front.bean.DishFlavor;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
/**
|
||||
* 菜品口味关系表(DishFlavor)表数据库访问层
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:44
|
||||
*/
|
||||
@Mapper
|
||||
public interface DishFlavorMapper extends BaseMapper<DishFlavor> {
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
package io.renren.modules.front.dao;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import io.renren.modules.front.bean.Dish;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
/**
|
||||
* 菜品管理(Dish)表数据库访问层
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:44
|
||||
*/
|
||||
@Mapper
|
||||
public interface DishMapper extends BaseMapper<Dish> {
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
package io.renren.modules.front.dao;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import io.renren.modules.front.bean.OrderDetail;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
/**
|
||||
* 订单明细表(OrderDetail)表数据库访问层
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:44
|
||||
*/
|
||||
@Mapper
|
||||
public interface OrderDetailMapper extends BaseMapper<OrderDetail> {
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
package io.renren.modules.front.dao;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import io.renren.modules.front.bean.Orders;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
/**
|
||||
* 订单表(Orders)表数据库访问层
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:45
|
||||
*/
|
||||
@Mapper
|
||||
public interface OrdersMapper extends BaseMapper<Orders> {
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
package io.renren.modules.front.dao;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import io.renren.modules.front.bean.SetmealDish;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
/**
|
||||
* 套餐菜品关系(SetmealDish)表数据库访问层
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:45
|
||||
*/
|
||||
@Mapper
|
||||
public interface SetmealDishMapper extends BaseMapper<SetmealDish> {
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
package io.renren.modules.front.dao;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import io.renren.modules.front.bean.Setmeal;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
/**
|
||||
* 套餐(Setmeal)表数据库访问层
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:45
|
||||
*/
|
||||
@Mapper
|
||||
public interface SetmealMapper extends BaseMapper<Setmeal> {
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
package io.renren.modules.front.dao;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import io.renren.modules.front.bean.ShoppingCart;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
/**
|
||||
* 购物车(ShoppingCart)表数据库访问层
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:45
|
||||
*/
|
||||
@Mapper
|
||||
public interface ShoppingCartMapper extends BaseMapper<ShoppingCart> {
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
package io.renren.modules.front.dao;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import io.renren.modules.front.bean.User;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
/**
|
||||
* 用户信息(User)表数据库访问层
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:46
|
||||
*/
|
||||
@Mapper
|
||||
public interface UserMapper extends BaseMapper<User> {
|
||||
}
|
@ -0,0 +1,24 @@
|
||||
package io.renren.modules.front.dto;
|
||||
|
||||
import io.renren.modules.front.bean.Dish;
|
||||
import io.renren.modules.front.bean.DishFlavor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author : 张宇轩
|
||||
* @createTime : 2023/5/31 - 14:30
|
||||
*/
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
public class DishDTO extends Dish implements Serializable {
|
||||
//口味的集合
|
||||
private List<DishFlavor> flavors = new ArrayList<>();
|
||||
|
||||
//分类的名称 与前端elementUI的prop属性一致
|
||||
private String categoryName;
|
||||
}
|
@ -0,0 +1,19 @@
|
||||
package io.renren.modules.front.dto;
|
||||
|
||||
import io.renren.modules.front.bean.OrderDetail;
|
||||
import io.renren.modules.front.bean.Orders;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author : 张宇轩
|
||||
* @createTime : 2023/6/5 - 16:15
|
||||
*/
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
public class OrdersDTO extends Orders implements Serializable {
|
||||
private List<OrderDetail> orderDetails;
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
package io.renren.modules.front.dto;
|
||||
|
||||
import io.renren.modules.front.bean.Setmeal;
|
||||
import io.renren.modules.front.bean.SetmealDish;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author : 张宇轩
|
||||
* @createTime : 2023/6/1 - 11:17
|
||||
*/
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
public class SetmealDTO extends Setmeal implements Serializable {
|
||||
private List<SetmealDish> setmealDishes = new ArrayList<>();
|
||||
|
||||
private String categoryName;
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
package io.renren.modules.front.dto;
|
||||
|
||||
import io.renren.modules.front.bean.SetmealDish;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author : 张宇轩
|
||||
* @createTime : 2023/6/2 - 15:54
|
||||
*/
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
public class SetmealDishDTO extends SetmealDish implements Serializable {
|
||||
private String image;
|
||||
}
|
@ -0,0 +1,82 @@
|
||||
package io.renren.modules.front.interceptor;
|
||||
|
||||
import com.alibaba.fastjson.JSONObject;
|
||||
import io.renren.modules.front.utils.BaseContext;
|
||||
import io.renren.modules.front.utils.R;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.apache.shiro.web.filter.authc.BasicHttpAuthenticationFilter;
|
||||
import org.springframework.stereotype.Component;
|
||||
import org.springframework.util.AntPathMatcher;
|
||||
import org.springframework.util.StringUtils;
|
||||
|
||||
import javax.servlet.ServletRequest;
|
||||
import javax.servlet.ServletResponse;
|
||||
import javax.servlet.http.Cookie;
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
import java.util.Arrays;
|
||||
|
||||
/**
|
||||
* @author : 张宇轩
|
||||
* @createTime : 2023/6/13 - 20:09
|
||||
*/
|
||||
@Slf4j
|
||||
@Component
|
||||
public class LoginFilter extends BasicHttpAuthenticationFilter {
|
||||
//请求到达控制器之前拦截
|
||||
@Override
|
||||
public boolean preHandle(ServletRequest servletRequest, ServletResponse servletResponse) throws Exception {
|
||||
HttpServletRequest request = (HttpServletRequest) servletRequest;
|
||||
HttpServletResponse response = (HttpServletResponse) servletResponse;
|
||||
|
||||
//设置允许跨域
|
||||
response.setContentType("application/json;charset=UTF-8");
|
||||
String origin = request.getHeader("Origin");
|
||||
if (StringUtils.hasText(origin)){
|
||||
response.setHeader("Access-Control-Allow-Origin", origin);
|
||||
}
|
||||
response.setHeader("Access-Control-Allow-Credentials", "true");
|
||||
response.setHeader("Access-Control-Allow-Methods", "GET,POST,PUT,DELETE,OPTIONS");
|
||||
response.setHeader("Access-Control-Allow-Headers", "Content-Type,token");
|
||||
|
||||
//获取当前线程id
|
||||
long id = Thread.currentThread().getId();
|
||||
log.info("LoginFilter >> 线程Id: {}, RequestURI: {}", id, request.getRequestURI());
|
||||
//2.检测是否为前台页面请求
|
||||
if(new AntPathMatcher().match("/api/front/**", request.getRequestURI())){
|
||||
|
||||
//是登录相关请求,直接放行
|
||||
if(new AntPathMatcher().match("/api/front/user/**", request.getRequestURI())){
|
||||
log.info("LoginFilter >> "+request.getRequestURI()+">> 与/api/front/user/**匹配");
|
||||
return true;
|
||||
}
|
||||
//其他前台请求
|
||||
log.info("LoginFilter >> "+request.getRequestURI()+">> 与/api/front/**匹配");
|
||||
//获取cookie['user']
|
||||
String userObj = null;
|
||||
Cookie[] cookies = request.getCookies();
|
||||
log.info(Arrays.toString(cookies));
|
||||
if (cookies != null) {
|
||||
for (Cookie cookie : cookies) {
|
||||
if ("user".equals(cookie.getName())) {
|
||||
userObj = cookie.getValue();
|
||||
}
|
||||
}
|
||||
}
|
||||
log.info("LoginFilter >> "+request.getRequestURI()+" >> cookie['user'] = " + userObj);
|
||||
//判断是否为空
|
||||
if (userObj != null) {
|
||||
log.info("当前用户已经登录,用户id为:{}", userObj);
|
||||
//把userId放入ThreadLocal中
|
||||
BaseContext.setCurrentId(Long.valueOf(userObj));
|
||||
return true;
|
||||
}
|
||||
//未登录,响应数据
|
||||
response.getWriter().write(JSONObject.toJSONString(R.error("NOTLOGIN")));
|
||||
return false;
|
||||
}
|
||||
|
||||
log.info("LoginFilter >> 后台页面请求");
|
||||
return true;
|
||||
}
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
package io.renren.modules.front.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import io.renren.modules.front.bean.AddressBook;
|
||||
|
||||
/**
|
||||
* 地址管理(AddressBook)表服务接口
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:43
|
||||
*/
|
||||
public interface AddressBookService extends IService<AddressBook> {
|
||||
void defaultAddress(AddressBook addressBook);
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
package io.renren.modules.front.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import io.renren.modules.front.bean.Category;
|
||||
|
||||
/**
|
||||
* 菜品及套餐分类(Category)表服务接口
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:44
|
||||
*/
|
||||
public interface CategoryService extends IService<Category> {
|
||||
void removeCateById(Long cateId);
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
package io.renren.modules.front.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import io.renren.modules.front.bean.DishFlavor;
|
||||
|
||||
/**
|
||||
* 菜品口味关系表(DishFlavor)表服务接口
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:44
|
||||
*/
|
||||
public interface DishFlavorService extends IService<DishFlavor> {
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
package io.renren.modules.front.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import io.renren.modules.front.bean.Dish;
|
||||
import io.renren.modules.front.dto.DishDTO;
|
||||
|
||||
/**
|
||||
* 菜品管理(Dish)表服务接口
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:44
|
||||
*/
|
||||
public interface DishService extends IService<Dish> {
|
||||
void saveDishFlavor(DishDTO dishDTO);
|
||||
|
||||
void updateDishFlavor(DishDTO dishDTO);
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
package io.renren.modules.front.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import io.renren.modules.front.bean.OrderDetail;
|
||||
|
||||
/**
|
||||
* 订单明细表(OrderDetail)表服务接口
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:44
|
||||
*/
|
||||
public interface OrderDetailService extends IService<OrderDetail> {
|
||||
}
|
@ -0,0 +1,19 @@
|
||||
package io.renren.modules.front.service;
|
||||
|
||||
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
||||
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import io.renren.modules.front.bean.Orders;
|
||||
import io.renren.modules.front.dto.OrdersDTO;
|
||||
|
||||
/**
|
||||
* 订单表(Orders)表服务接口
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:45
|
||||
*/
|
||||
public interface OrdersService extends IService<Orders> {
|
||||
Orders addOrder(Orders orders);
|
||||
|
||||
Page<OrdersDTO> getUserPage(Integer page, Integer pageSize, LambdaQueryWrapper<Orders> lqw);
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
package io.renren.modules.front.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import io.renren.modules.front.bean.SetmealDish;
|
||||
|
||||
/**
|
||||
* 套餐菜品关系(SetmealDish)表服务接口
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:45
|
||||
*/
|
||||
public interface SetmealDishService extends IService<SetmealDish> {
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
package io.renren.modules.front.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import io.renren.modules.front.bean.Setmeal;
|
||||
|
||||
/**
|
||||
* 套餐(Setmeal)表服务接口
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:45
|
||||
*/
|
||||
public interface SetmealService extends IService<Setmeal> {
|
||||
// void saveSetmealDish(SetmealDTO setmealDTO);
|
||||
//
|
||||
// void updateSetmealDish(SetmealDTO setmealDTO);
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
package io.renren.modules.front.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import io.renren.modules.front.bean.ShoppingCart;
|
||||
|
||||
/**
|
||||
* 购物车(ShoppingCart)表服务接口
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:45
|
||||
*/
|
||||
public interface ShoppingCartService extends IService<ShoppingCart> {
|
||||
ShoppingCart add(ShoppingCart shoppingCart);
|
||||
|
||||
ShoppingCart sub(ShoppingCart cart);
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
package io.renren.modules.front.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import io.renren.modules.front.bean.User;
|
||||
|
||||
/**
|
||||
* 用户信息(User)表服务接口
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:46
|
||||
*/
|
||||
public interface UserService extends IService<User> {
|
||||
}
|
@ -0,0 +1,32 @@
|
||||
package io.renren.modules.front.service.impl;
|
||||
|
||||
import com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper;
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import io.renren.modules.front.bean.AddressBook;
|
||||
import io.renren.modules.front.dao.AddressBookMapper;
|
||||
import io.renren.modules.front.service.AddressBookService;
|
||||
import io.renren.modules.front.utils.BaseContext;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
|
||||
/**
|
||||
* 地址管理(AddressBook)表服务实现类
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:43
|
||||
*/
|
||||
@Service(value = "addressBookServiceImplFront")
|
||||
@Transactional
|
||||
public class AddressBookServiceImpl extends ServiceImpl<AddressBookMapper, AddressBook> implements AddressBookService {
|
||||
@Override
|
||||
public void defaultAddress(AddressBook addressBook) {
|
||||
//把当前登录用户的所有地址的默认值改为0
|
||||
LambdaUpdateWrapper<AddressBook> luw = new LambdaUpdateWrapper<>();
|
||||
luw.eq(AddressBook::getUserId, BaseContext.getCurrentId()).set(AddressBook::getIsDefault, 0);
|
||||
this.update(luw);
|
||||
//把当前登录用户的当前地址的默认值改为1
|
||||
LambdaUpdateWrapper<AddressBook> luw1 = new LambdaUpdateWrapper<>();
|
||||
luw1.eq(AddressBook::getId, addressBook.getId()).set(AddressBook::getIsDefault, 1);
|
||||
this.update(luw1);
|
||||
}
|
||||
}
|
@ -0,0 +1,51 @@
|
||||
package io.renren.modules.front.service.impl;
|
||||
|
||||
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import io.renren.modules.front.bean.Category;
|
||||
import io.renren.modules.front.bean.Dish;
|
||||
import io.renren.modules.front.bean.Setmeal;
|
||||
import io.renren.modules.front.common.CustomException;
|
||||
import io.renren.modules.front.dao.CategoryMapper;
|
||||
import io.renren.modules.front.service.CategoryService;
|
||||
import io.renren.modules.front.service.DishService;
|
||||
import io.renren.modules.front.service.SetmealService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
|
||||
/**
|
||||
* 菜品及套餐分类(Category)表服务实现类
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:44
|
||||
*/
|
||||
@Service(value = "categoryServiceImplFront")
|
||||
@Transactional
|
||||
public class CategoryServiceImpl extends ServiceImpl<CategoryMapper, Category> implements CategoryService {
|
||||
|
||||
@Autowired
|
||||
private DishService dishService;
|
||||
@Autowired
|
||||
private SetmealService setmealService;
|
||||
|
||||
@Override
|
||||
public void removeCateById(Long cateId) {
|
||||
//判断当前分类下,是否有菜品信息,如果有则不能删除
|
||||
LambdaQueryWrapper<Dish> lqw = new LambdaQueryWrapper<>();
|
||||
lqw.eq(Dish::getCategoryId, cateId);
|
||||
long dishCount = dishService.count(lqw);
|
||||
if (dishCount > 0) {
|
||||
throw new CustomException("当前分类下有菜品信息,不能删除!");
|
||||
}
|
||||
//判断当前分类下,是否有套餐信息,如果有则不能删除
|
||||
LambdaQueryWrapper<Setmeal> lqw1 = new LambdaQueryWrapper<>();
|
||||
lqw1.eq(Setmeal::getCategoryId, cateId);
|
||||
long setmealCount = setmealService.count(lqw1);
|
||||
if(setmealCount > 0){
|
||||
throw new CustomException("当前分类下有套餐信息,不能删除!");
|
||||
}
|
||||
//删除当前分类信息
|
||||
this.removeById(cateId);
|
||||
}
|
||||
}
|
@ -0,0 +1,19 @@
|
||||
package io.renren.modules.front.service.impl;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import io.renren.modules.front.bean.DishFlavor;
|
||||
import io.renren.modules.front.dao.DishFlavorMapper;
|
||||
import io.renren.modules.front.service.DishFlavorService;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
|
||||
/**
|
||||
* 菜品口味关系表(DishFlavor)表服务实现类
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:44
|
||||
*/
|
||||
@Service(value = "dishFlavorServiceImplFront")
|
||||
@Transactional
|
||||
public class DishFlavorServiceImpl extends ServiceImpl<DishFlavorMapper, DishFlavor> implements DishFlavorService {
|
||||
}
|
@ -0,0 +1,58 @@
|
||||
package io.renren.modules.front.service.impl;
|
||||
|
||||
import com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper;
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import io.renren.modules.front.bean.Dish;
|
||||
import io.renren.modules.front.bean.DishFlavor;
|
||||
import io.renren.modules.front.dao.DishMapper;
|
||||
import io.renren.modules.front.dto.DishDTO;
|
||||
import io.renren.modules.front.service.DishFlavorService;
|
||||
import io.renren.modules.front.service.DishService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
/**
|
||||
* 菜品管理(Dish)表服务实现类
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:44
|
||||
*/
|
||||
@Service(value = "dishServiceImplFront")
|
||||
@Transactional
|
||||
public class DishServiceImpl extends ServiceImpl<DishMapper, Dish> implements DishService {
|
||||
@Autowired
|
||||
private DishFlavorService dishFlavorService;
|
||||
|
||||
@Override
|
||||
public void saveDishFlavor(DishDTO dishDTO) {
|
||||
//封装菜品信息,保存
|
||||
this.save(dishDTO);
|
||||
//封装口味信息
|
||||
List<DishFlavor> flavorList = dishDTO.getFlavors().stream().map(dishFlavor -> {
|
||||
dishFlavor.setDishId(dishDTO.getId());
|
||||
return dishFlavor;
|
||||
}).collect(Collectors.toList());
|
||||
//批量保存数据
|
||||
dishFlavorService.saveBatch(flavorList);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void updateDishFlavor(DishDTO dishDTO){
|
||||
//保存修改的菜品信息
|
||||
this.updateById(dishDTO);
|
||||
//删除旧口味数据
|
||||
LambdaUpdateWrapper<DishFlavor> luw = new LambdaUpdateWrapper<>();
|
||||
luw.eq(DishFlavor::getDishId, dishDTO.getId());
|
||||
dishFlavorService.remove(luw);
|
||||
//保存新口味
|
||||
List<DishFlavor> flavorList = dishDTO.getFlavors().stream().map(dishFlavor -> {
|
||||
dishFlavor.setDishId(dishDTO.getId());
|
||||
return dishFlavor;
|
||||
}).collect(Collectors.toList());
|
||||
dishFlavorService.saveBatch(flavorList);
|
||||
}
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
package io.renren.modules.front.service.impl;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import io.renren.modules.front.bean.OrderDetail;
|
||||
import io.renren.modules.front.dao.OrderDetailMapper;
|
||||
import io.renren.modules.front.service.OrderDetailService;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
/**
|
||||
* 订单明细表(OrderDetail)表服务实现类
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:44
|
||||
*/
|
||||
@Service(value = "orderDetailServiceImplFront")
|
||||
public class OrderDetailServiceImpl extends ServiceImpl<OrderDetailMapper, OrderDetail> implements OrderDetailService {
|
||||
}
|
@ -0,0 +1,115 @@
|
||||
package io.renren.modules.front.service.impl;
|
||||
|
||||
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
||||
import com.baomidou.mybatisplus.core.toolkit.IdWorker;
|
||||
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import io.renren.modules.front.bean.*;
|
||||
import io.renren.modules.front.common.CustomException;
|
||||
import io.renren.modules.front.dao.OrdersMapper;
|
||||
import io.renren.modules.front.dto.OrdersDTO;
|
||||
import io.renren.modules.front.service.*;
|
||||
import io.renren.modules.front.utils.BaseContext;
|
||||
import org.springframework.beans.BeanUtils;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.util.CollectionUtils;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.time.LocalDateTime;
|
||||
import java.util.List;
|
||||
import java.util.concurrent.atomic.AtomicInteger;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
/**
|
||||
* 订单表(Orders)表服务实现类
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:45
|
||||
*/
|
||||
@Service(value = "ordersServiceImplFront")
|
||||
public class OrdersServiceImpl extends ServiceImpl<OrdersMapper, Orders> implements OrdersService {
|
||||
|
||||
@Autowired
|
||||
private UserService userService;
|
||||
@Autowired
|
||||
private AddressBookService addressBookService;
|
||||
@Autowired
|
||||
private ShoppingCartService shoppingCartService;
|
||||
@Autowired
|
||||
private OrderDetailService orderDetailService;
|
||||
|
||||
@Override
|
||||
public Orders addOrder(Orders orders) {
|
||||
//1.查询用户信息
|
||||
User user = userService.getById(BaseContext.getCurrentId());
|
||||
//2.查询地址信息
|
||||
AddressBook addressBook = addressBookService.getById(orders.getAddressBookId());
|
||||
//3.保存订单明细的数据
|
||||
//3-1.生成订单id
|
||||
long orderId = IdWorker.getId();
|
||||
//3-2.查询购物车数据
|
||||
LambdaQueryWrapper<ShoppingCart> lqw = new LambdaQueryWrapper<>();
|
||||
lqw.eq(ShoppingCart::getUserId, BaseContext.getCurrentId());
|
||||
List<ShoppingCart> shoppingCartList = shoppingCartService.list(lqw);
|
||||
if (CollectionUtils.isEmpty(shoppingCartList)) {
|
||||
throw new CustomException("当前购物车信息为空,无法下单");
|
||||
}
|
||||
//3-3.计算总金额-考虑多线程并发安全的问题
|
||||
//AtomInteger:提供了原子性的计算操作
|
||||
AtomicInteger amount = new AtomicInteger();
|
||||
//3-4.遍历购物车集合,构建订单明细数据
|
||||
List<OrderDetail> orderDetailList = shoppingCartList.stream().map(cart -> {
|
||||
//总金额 += 数量*单价
|
||||
amount.addAndGet(cart.getAmount()
|
||||
.multiply(new BigDecimal(cart.getNumber())).intValue());
|
||||
OrderDetail orderDetail = new OrderDetail();
|
||||
orderDetail.setOrderId(orderId);
|
||||
BeanUtils.copyProperties(cart, orderDetail);
|
||||
return orderDetail;
|
||||
}).collect(Collectors.toList());
|
||||
//4.封装订单表的数据
|
||||
Orders order = new Orders();
|
||||
order.setNumber(String.valueOf(orderId));
|
||||
order.setStatus(1);
|
||||
order.setUserId(user.getId());
|
||||
order.setAddressBookId(orders.getAddressBookId());
|
||||
order.setOrderTime(LocalDateTime.now());
|
||||
order.setPayMethod(2);
|
||||
order.setAmount(new BigDecimal(amount.get()));
|
||||
order.setRemark(orders.getRemark());
|
||||
order.setPhone(addressBook.getPhone());
|
||||
order.setAddress(addressBook.getDetail());
|
||||
order.setUserName(user.getName());
|
||||
order.setConsignee(addressBook.getConsignee());
|
||||
//5.保存订单数据
|
||||
this.save(order);
|
||||
//6.保存订单明细苏剧
|
||||
orderDetailService.saveBatch(orderDetailList);
|
||||
//7.清空购物车数据
|
||||
shoppingCartService.remove(lqw);
|
||||
return order;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Page<OrdersDTO> getUserPage(Integer page, Integer pageSize, LambdaQueryWrapper<Orders> lqw) {
|
||||
Page<Orders> ordersPage = this.page(new Page<>(page, pageSize), lqw);
|
||||
List<OrdersDTO> dtoList = ordersPage.getRecords().stream().map(orders -> {
|
||||
OrdersDTO ordersDTO = new OrdersDTO();
|
||||
LambdaQueryWrapper<OrderDetail> qw = new LambdaQueryWrapper<>();
|
||||
qw.eq(OrderDetail::getOrderId, orders.getNumber());
|
||||
List<OrderDetail> detailList = orderDetailService.list(qw);
|
||||
|
||||
BeanUtils.copyProperties(orders, ordersDTO);
|
||||
ordersDTO.setOrderDetails(detailList);
|
||||
return ordersDTO;
|
||||
}).collect(Collectors.toList());
|
||||
|
||||
Page<OrdersDTO> dtoPage = new Page<>();
|
||||
BeanUtils.copyProperties(ordersPage, dtoPage, "records");
|
||||
dtoPage.setRecords(dtoList);
|
||||
return dtoPage;
|
||||
}
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
package io.renren.modules.front.service.impl;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import io.renren.modules.front.bean.SetmealDish;
|
||||
import io.renren.modules.front.dao.SetmealDishMapper;
|
||||
import io.renren.modules.front.service.SetmealDishService;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
/**
|
||||
* 套餐菜品关系(SetmealDish)表服务实现类
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:45
|
||||
*/
|
||||
@Service(value = "setmealDishServiceImplFront")
|
||||
public class SetmealDishServiceImpl extends ServiceImpl<SetmealDishMapper, SetmealDish> implements SetmealDishService {
|
||||
}
|
@ -0,0 +1,55 @@
|
||||
package io.renren.modules.front.service.impl;
|
||||
|
||||
import com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper;
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import io.renren.modules.front.bean.Setmeal;
|
||||
import io.renren.modules.front.bean.SetmealDish;
|
||||
import io.renren.modules.front.dao.SetmealMapper;
|
||||
import io.renren.modules.front.service.SetmealDishService;
|
||||
import io.renren.modules.front.service.SetmealService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
/**
|
||||
* 套餐(Setmeal)表服务实现类
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:45
|
||||
*/
|
||||
@Service(value = "setmealServiceImplFront")
|
||||
public class SetmealServiceImpl extends ServiceImpl<SetmealMapper, Setmeal> implements SetmealService {
|
||||
|
||||
// @Autowired
|
||||
// private SetmealDishService setmealDishService;
|
||||
//
|
||||
// @Override
|
||||
// public void saveSetmealDish(SetmealDTO setmealDTO) {
|
||||
// //保存套餐信息
|
||||
// this.save(setmealDTO);
|
||||
// //保存套餐菜品信息
|
||||
// List<SetmealDish> list = setmealDTO.getSetmealDishes().stream().map(setmealDish -> {
|
||||
// setmealDish.setSetmealId(String.valueOf(setmealDTO.getId()));
|
||||
// return setmealDish;
|
||||
// }).collect(Collectors.toList());
|
||||
// setmealDishService.saveBatch(list);
|
||||
// }
|
||||
//
|
||||
// @Override
|
||||
// public void updateSetmealDish(SetmealDTO setmealDTO) {
|
||||
// //保存套餐信息
|
||||
// this.updateById(setmealDTO);
|
||||
// //清空原有菜品信息
|
||||
// LambdaUpdateWrapper<SetmealDish> luw = new LambdaUpdateWrapper<>();
|
||||
// luw.eq(SetmealDish::getSetmealId, setmealDTO.getId());
|
||||
// setmealDishService.remove(luw);
|
||||
// //保存套餐新菜品信息
|
||||
// List<SetmealDish> list = setmealDTO.getSetmealDishes().stream().map(setmealDish -> {
|
||||
// setmealDish.setSetmealId(String.valueOf(setmealDTO.getId()));
|
||||
// return setmealDish;
|
||||
// }).collect(Collectors.toList());
|
||||
// setmealDishService.saveBatch(list);
|
||||
// }
|
||||
}
|
@ -0,0 +1,71 @@
|
||||
package io.renren.modules.front.service.impl;
|
||||
|
||||
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import io.renren.modules.front.bean.ShoppingCart;
|
||||
import io.renren.modules.front.dao.ShoppingCartMapper;
|
||||
import io.renren.modules.front.service.ShoppingCartService;
|
||||
import io.renren.modules.front.utils.BaseContext;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
/**
|
||||
* 购物车(ShoppingCart)表服务实现类
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:45
|
||||
*/
|
||||
@Service(value = "shoppingCartServiceImplFront")
|
||||
public class ShoppingCartServiceImpl extends ServiceImpl<ShoppingCartMapper, ShoppingCart> implements ShoppingCartService {
|
||||
@Override
|
||||
public ShoppingCart add(ShoppingCart shoppingCart) {
|
||||
//查询当前购物车的菜品/套餐是否在数据库存在
|
||||
//若存在则number+1,否则添加到购物车表中
|
||||
//1.1.查询当前用户的购物车信息
|
||||
LambdaQueryWrapper<ShoppingCart> lqw = new LambdaQueryWrapper<>();
|
||||
lqw.eq(ShoppingCart::getUserId, BaseContext.getCurrentId());
|
||||
//1.2.判断查询的是菜品还是套餐
|
||||
Long dishId = shoppingCart.getDishId();
|
||||
if(dishId != null){
|
||||
lqw.eq(ShoppingCart::getDishId, dishId);
|
||||
} else {
|
||||
lqw.eq(ShoppingCart::getSetmealId, shoppingCart.getSetmealId());
|
||||
}
|
||||
//1.3.执行查询
|
||||
ShoppingCart cart = this.getOne(lqw);
|
||||
//2 如果存在,数量+1
|
||||
if(cart != null){
|
||||
cart.setNumber(cart.getNumber()+1);
|
||||
this.updateById(cart);
|
||||
} else {
|
||||
//3 不存在,添加到购物车表中
|
||||
shoppingCart.setCreateDate(LocalDateTime.now());
|
||||
shoppingCart.setUserId(BaseContext.getCurrentId());
|
||||
shoppingCart.setNumber(1);
|
||||
this.save(shoppingCart);
|
||||
cart = shoppingCart;
|
||||
}
|
||||
return cart;
|
||||
}
|
||||
|
||||
@Override
|
||||
public ShoppingCart sub(ShoppingCart cart) {
|
||||
//查询菜品/套餐的购物车数据
|
||||
LambdaQueryWrapper<ShoppingCart> lqw = new LambdaQueryWrapper<>();
|
||||
lqw.eq(ShoppingCart::getUserId, BaseContext.getCurrentId());
|
||||
if(cart.getDishId() != null){
|
||||
lqw.eq(ShoppingCart::getDishId, cart.getDishId());
|
||||
} else {
|
||||
lqw.eq(ShoppingCart::getSetmealId, cart.getSetmealId());
|
||||
}
|
||||
ShoppingCart shoppingCart = this.getOne(lqw);
|
||||
//修改数量
|
||||
if(shoppingCart.getNumber() == 1){
|
||||
this.removeById(shoppingCart);
|
||||
}
|
||||
shoppingCart.setNumber(shoppingCart.getNumber()-1);
|
||||
this.updateById(shoppingCart);
|
||||
return shoppingCart;
|
||||
}
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
package io.renren.modules.front.service.impl;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import io.renren.modules.front.bean.User;
|
||||
import io.renren.modules.front.dao.UserMapper;
|
||||
import io.renren.modules.front.service.UserService;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
/**
|
||||
* 用户信息(User)表服务实现类
|
||||
*
|
||||
* @author 张宇轩
|
||||
* @since 2023-05-29 11:08:46
|
||||
*/
|
||||
@Service(value = "userServiceImplFront")
|
||||
public class UserServiceImpl extends ServiceImpl<UserMapper, User> implements UserService {
|
||||
}
|
@ -0,0 +1,24 @@
|
||||
package io.renren.modules.front.utils;
|
||||
|
||||
/**
|
||||
* @author : 张宇轩
|
||||
* @createTime : 2023/5/30 - 15:51
|
||||
* 基于ThreadLocal封装工具类,用户保存和获取当前登录用户id
|
||||
*/
|
||||
public class BaseContext {
|
||||
private static ThreadLocal<Long> threadLocal = new ThreadLocal<>();
|
||||
/**
|
||||
* 设置值
|
||||
* @param id
|
||||
*/
|
||||
public static void setCurrentId(Long id){
|
||||
threadLocal.set(id);
|
||||
}
|
||||
/**
|
||||
* 获取值
|
||||
* @return
|
||||
*/
|
||||
public static Long getCurrentId(){
|
||||
return threadLocal.get();
|
||||
}
|
||||
}
|
@ -0,0 +1,35 @@
|
||||
package io.renren.modules.front.utils;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* 通用返回结果,服务端响应的数据最终都会封装成此对象
|
||||
* @param <T>
|
||||
*/
|
||||
@Data
|
||||
public class R<T> {
|
||||
private Integer code; //编码:1成功,0和其它数字为失败
|
||||
private String msg; //错误信息
|
||||
private T data; //数据
|
||||
private Map map = new HashMap(); //动态数据
|
||||
|
||||
public static <T> R<T> success(T object) {
|
||||
R<T> r = new R<T>();
|
||||
r.data = object;
|
||||
r.code = 1;
|
||||
return r;
|
||||
}
|
||||
public static <T> R<T> error(String msg) {
|
||||
R r = new R();
|
||||
r.msg = msg;
|
||||
r.code = 0;
|
||||
return r;
|
||||
}
|
||||
public R<T> add(String key, Object value) {
|
||||
this.map.put(key, value);
|
||||
return this;
|
||||
}
|
||||
}
|
@ -0,0 +1,53 @@
|
||||
package io.renren.modules.front.utils;
|
||||
|
||||
import org.apache.commons.mail.EmailException;
|
||||
import org.apache.commons.mail.HtmlEmail;
|
||||
import org.springframework.beans.factory.annotation.Value;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
/**
|
||||
* @author : 张宇轩
|
||||
* @createTime : 2023/1/19 - 15:43
|
||||
*/
|
||||
@Component
|
||||
public class SendEmailUtils {
|
||||
private static String userName;
|
||||
private static String password;
|
||||
|
||||
@Value("${email.userName}")
|
||||
public void setUserName(String userName) {
|
||||
SendEmailUtils.userName = userName;
|
||||
}
|
||||
|
||||
@Value("${email.password}")
|
||||
public void setPassword(String password) {
|
||||
SendEmailUtils.password = password;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 发送验证码
|
||||
* @param email 接收邮箱
|
||||
* @param code 验证码
|
||||
*/
|
||||
public static void sendAuthCodeEmail(String email,String code) throws EmailException {
|
||||
HtmlEmail mail = new HtmlEmail();
|
||||
/*发送邮件的服务器 126邮箱为smtp.126.com,163邮箱为163.smtp.com,QQ为smtp.qq.com*/
|
||||
mail.setHostName("smtp.qq.com");
|
||||
/*不设置发送的消息有可能是乱码*/
|
||||
mail.setCharset("UTF-8");
|
||||
/*IMAP/SMTP服务的密码 username为你开启发送验证码功能的邮箱号 password为你在qq邮箱获取到的一串字符串*/
|
||||
mail.setAuthentication(userName, password);
|
||||
/*发送邮件的邮箱和发件人*/
|
||||
mail.setFrom(userName, "美食元素");
|
||||
/*使用安全链接*/
|
||||
mail.setSSLOnConnect(true);
|
||||
/*接收的邮箱*/
|
||||
mail.addTo(email);
|
||||
/*设置邮件的主题*/
|
||||
mail.setSubject("登录验证码");
|
||||
/*设置邮件的内容*/
|
||||
mail.setMsg("尊敬的用户:你好! 登录验证码为:" + code + "(有效期为一分钟)");
|
||||
mail.send();//发送
|
||||
}
|
||||
}
|
@ -0,0 +1,43 @@
|
||||
package io.renren.modules.front.utils;
|
||||
|
||||
import java.util.Random;
|
||||
|
||||
/**
|
||||
* 随机生成验证码工具类
|
||||
*/
|
||||
public class ValidateCodeUtils {
|
||||
/**
|
||||
* 随机生成验证码
|
||||
* @param length 长度为4位或者6位
|
||||
* @return
|
||||
*/
|
||||
public static Integer generateValidateCode(int length){
|
||||
Integer code =null;
|
||||
if(length == 4){
|
||||
code = new Random().nextInt(9999);//生成随机数,最大为9999
|
||||
if(code < 1000){
|
||||
code = code + 1000;//保证随机数为4位数字
|
||||
}
|
||||
}else if(length == 6){
|
||||
code = new Random().nextInt(999999);//生成随机数,最大为999999
|
||||
if(code < 100000){
|
||||
code = code + 100000;//保证随机数为6位数字
|
||||
}
|
||||
}else{
|
||||
throw new RuntimeException("只能生成4位或6位数字验证码");
|
||||
}
|
||||
return code;
|
||||
}
|
||||
|
||||
/**
|
||||
* 随机生成指定长度字符串验证码
|
||||
* @param length 长度
|
||||
* @return
|
||||
*/
|
||||
public static String generateValidateCode4String(int length){
|
||||
Random rdm = new Random();
|
||||
String hash1 = Integer.toHexString(rdm.nextInt());
|
||||
String capstr = hash1.substring(0, length);
|
||||
return capstr;
|
||||
}
|
||||
}
|
@ -0,0 +1,66 @@
|
||||
/**
|
||||
* Copyright (c) 2018 人人开源 All rights reserved.
|
||||
*
|
||||
* https://www.renren.io
|
||||
*
|
||||
* 版权所有,侵权必究!
|
||||
*/
|
||||
|
||||
package io.renren.modules.job.config;
|
||||
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.scheduling.quartz.SchedulerFactoryBean;
|
||||
|
||||
import javax.sql.DataSource;
|
||||
import java.util.Properties;
|
||||
|
||||
/**
|
||||
* 定时任务配置
|
||||
*
|
||||
* @author Mark sunlightcs@gmail.com
|
||||
*/
|
||||
@Configuration
|
||||
public class ScheduleConfig {
|
||||
|
||||
@Bean
|
||||
public SchedulerFactoryBean schedulerFactoryBean(DataSource dataSource) {
|
||||
SchedulerFactoryBean factory = new SchedulerFactoryBean();
|
||||
factory.setDataSource(dataSource);
|
||||
|
||||
//quartz参数
|
||||
Properties prop = new Properties();
|
||||
prop.put("org.quartz.scheduler.instanceName", "RenrenScheduler");
|
||||
prop.put("org.quartz.scheduler.instanceId", "AUTO");
|
||||
//线程池配置
|
||||
prop.put("org.quartz.threadPool.class", "org.quartz.simpl.SimpleThreadPool");
|
||||
prop.put("org.quartz.threadPool.threadCount", "20");
|
||||
prop.put("org.quartz.threadPool.threadPriority", "5");
|
||||
//JobStore配置
|
||||
prop.put("org.quartz.jobStore.class", "org.springframework.scheduling.quartz.LocalDataSourceJobStore");
|
||||
//集群配置
|
||||
prop.put("org.quartz.jobStore.isClustered", "true");
|
||||
prop.put("org.quartz.jobStore.clusterCheckinInterval", "15000");
|
||||
prop.put("org.quartz.jobStore.maxMisfiresToHandleAtATime", "1");
|
||||
|
||||
prop.put("org.quartz.jobStore.misfireThreshold", "12000");
|
||||
prop.put("org.quartz.jobStore.tablePrefix", "QRTZ_");
|
||||
prop.put("org.quartz.jobStore.selectWithLockSQL", "SELECT * FROM {0}LOCKS UPDLOCK WHERE LOCK_NAME = ?");
|
||||
|
||||
//PostgreSQL数据库,需要打开此注释
|
||||
//prop.put("org.quartz.jobStore.driverDelegateClass", "org.quartz.impl.jdbcjobstore.PostgreSQLDelegate");
|
||||
|
||||
factory.setQuartzProperties(prop);
|
||||
|
||||
factory.setSchedulerName("RenrenScheduler");
|
||||
//延时启动
|
||||
factory.setStartupDelay(30);
|
||||
factory.setApplicationContextSchedulerContextKey("applicationContextKey");
|
||||
//可选,QuartzScheduler 启动时更新己存在的Job,这样就不用每次修改targetObject后删除qrtz_job_details表对应记录了
|
||||
factory.setOverwriteExistingJobs(true);
|
||||
//设置自动启动,默认为true
|
||||
factory.setAutoStartup(true);
|
||||
|
||||
return factory;
|
||||
}
|
||||
}
|
@ -0,0 +1,133 @@
|
||||
/**
|
||||
* Copyright (c) 2018 人人开源 All rights reserved.
|
||||
*
|
||||
* https://www.renren.io
|
||||
*
|
||||
* 版权所有,侵权必究!
|
||||
*/
|
||||
|
||||
package io.renren.modules.job.controller;
|
||||
|
||||
import io.renren.common.annotation.LogOperation;
|
||||
import io.renren.common.constant.Constant;
|
||||
import io.renren.common.page.PageData;
|
||||
import io.renren.common.utils.Result;
|
||||
import io.renren.common.validator.ValidatorUtils;
|
||||
import io.renren.common.validator.group.AddGroup;
|
||||
import io.renren.common.validator.group.DefaultGroup;
|
||||
import io.renren.common.validator.group.UpdateGroup;
|
||||
import io.renren.modules.job.dto.ScheduleJobDTO;
|
||||
import io.renren.modules.job.service.ScheduleJobService;
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiImplicitParam;
|
||||
import io.swagger.annotations.ApiImplicitParams;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
import org.apache.shiro.authz.annotation.RequiresPermissions;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
import springfox.documentation.annotations.ApiIgnore;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* 定时任务
|
||||
*
|
||||
* @author Mark sunlightcs@gmail.com
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/sys/schedule")
|
||||
@Api(tags="定时任务")
|
||||
public class ScheduleJobController {
|
||||
@Autowired
|
||||
private ScheduleJobService scheduleJobService;
|
||||
|
||||
@GetMapping("page")
|
||||
@ApiOperation("分页")
|
||||
@ApiImplicitParams({
|
||||
@ApiImplicitParam(name = Constant.PAGE, value = "当前页码,从1开始", paramType = "query", required = true, dataType="int") ,
|
||||
@ApiImplicitParam(name = Constant.LIMIT, value = "每页显示记录数", paramType = "query",required = true, dataType="int") ,
|
||||
@ApiImplicitParam(name = Constant.ORDER_FIELD, value = "排序字段", paramType = "query", dataType="String") ,
|
||||
@ApiImplicitParam(name = Constant.ORDER, value = "排序方式,可选值(asc、desc)", paramType = "query", dataType="String") ,
|
||||
@ApiImplicitParam(name = "beanName", value = "beanName", paramType = "query", dataType="String")
|
||||
})
|
||||
@RequiresPermissions("sys:schedule:page")
|
||||
public Result<PageData<ScheduleJobDTO>> page(@ApiIgnore @RequestParam Map<String, Object> params){
|
||||
PageData<ScheduleJobDTO> page = scheduleJobService.page(params);
|
||||
|
||||
return new Result<PageData<ScheduleJobDTO>>().ok(page);
|
||||
}
|
||||
|
||||
@GetMapping("{id}")
|
||||
@ApiOperation("信息")
|
||||
@RequiresPermissions("sys:schedule:info")
|
||||
public Result<ScheduleJobDTO> info(@PathVariable("id") Long id){
|
||||
ScheduleJobDTO schedule = scheduleJobService.get(id);
|
||||
|
||||
return new Result<ScheduleJobDTO>().ok(schedule);
|
||||
}
|
||||
|
||||
@PostMapping
|
||||
@ApiOperation("保存")
|
||||
@LogOperation("保存")
|
||||
@RequiresPermissions("sys:schedule:save")
|
||||
public Result save(@RequestBody ScheduleJobDTO dto){
|
||||
ValidatorUtils.validateEntity(dto, AddGroup.class, DefaultGroup.class);
|
||||
|
||||
scheduleJobService.save(dto);
|
||||
|
||||
return new Result();
|
||||
}
|
||||
|
||||
@PutMapping
|
||||
@ApiOperation("修改")
|
||||
@LogOperation("修改")
|
||||
@RequiresPermissions("sys:schedule:update")
|
||||
public Result update(@RequestBody ScheduleJobDTO dto){
|
||||
ValidatorUtils.validateEntity(dto, UpdateGroup.class, DefaultGroup.class);
|
||||
|
||||
scheduleJobService.update(dto);
|
||||
|
||||
return new Result();
|
||||
}
|
||||
|
||||
@DeleteMapping
|
||||
@ApiOperation("删除")
|
||||
@LogOperation("删除")
|
||||
@RequiresPermissions("sys:schedule:delete")
|
||||
public Result delete(@RequestBody Long[] ids){
|
||||
scheduleJobService.deleteBatch(ids);
|
||||
|
||||
return new Result();
|
||||
}
|
||||
|
||||
@PutMapping("/run")
|
||||
@ApiOperation("立即执行")
|
||||
@LogOperation("立即执行")
|
||||
@RequiresPermissions("sys:schedule:run")
|
||||
public Result run(@RequestBody Long[] ids){
|
||||
scheduleJobService.run(ids);
|
||||
|
||||
return new Result();
|
||||
}
|
||||
|
||||
@PutMapping("/pause")
|
||||
@ApiOperation("暂停")
|
||||
@LogOperation("暂停")
|
||||
@RequiresPermissions("sys:schedule:pause")
|
||||
public Result pause(@RequestBody Long[] ids){
|
||||
scheduleJobService.pause(ids);
|
||||
|
||||
return new Result();
|
||||
}
|
||||
|
||||
@PutMapping("/resume")
|
||||
@ApiOperation("恢复")
|
||||
@LogOperation("恢复")
|
||||
@RequiresPermissions("sys:schedule:resume")
|
||||
public Result resume(@RequestBody Long[] ids){
|
||||
scheduleJobService.resume(ids);
|
||||
|
||||
return new Result();
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,63 @@
|
||||
/**
|
||||
* Copyright (c) 2018 人人开源 All rights reserved.
|
||||
*
|
||||
* https://www.renren.io
|
||||
*
|
||||
* 版权所有,侵权必究!
|
||||
*/
|
||||
|
||||
package io.renren.modules.job.controller;
|
||||
|
||||
import io.renren.common.constant.Constant;
|
||||
import io.renren.common.page.PageData;
|
||||
import io.renren.common.utils.Result;
|
||||
import io.renren.modules.job.dto.ScheduleJobLogDTO;
|
||||
import io.renren.modules.job.service.ScheduleJobLogService;
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiImplicitParam;
|
||||
import io.swagger.annotations.ApiImplicitParams;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
import org.apache.shiro.authz.annotation.RequiresPermissions;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
import springfox.documentation.annotations.ApiIgnore;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* 定时任务日志
|
||||
*
|
||||
* @author Mark sunlightcs@gmail.com
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/sys/scheduleLog")
|
||||
@Api(tags="定时任务日志")
|
||||
public class ScheduleJobLogController {
|
||||
@Autowired
|
||||
private ScheduleJobLogService scheduleJobLogService;
|
||||
|
||||
@GetMapping("page")
|
||||
@ApiOperation("分页")
|
||||
@ApiImplicitParams({
|
||||
@ApiImplicitParam(name = Constant.PAGE, value = "当前页码,从1开始", paramType = "query", required = true, dataType="int") ,
|
||||
@ApiImplicitParam(name = Constant.LIMIT, value = "每页显示记录数", paramType = "query",required = true, dataType="int") ,
|
||||
@ApiImplicitParam(name = Constant.ORDER_FIELD, value = "排序字段", paramType = "query", dataType="String") ,
|
||||
@ApiImplicitParam(name = Constant.ORDER, value = "排序方式,可选值(asc、desc)", paramType = "query", dataType="String") ,
|
||||
@ApiImplicitParam(name = "jobId", value = "jobId", paramType = "query", dataType="String")
|
||||
})
|
||||
@RequiresPermissions("sys:schedule:log")
|
||||
public Result<PageData<ScheduleJobLogDTO>> page(@ApiIgnore @RequestParam Map<String, Object> params){
|
||||
PageData<ScheduleJobLogDTO> page = scheduleJobLogService.page(params);
|
||||
|
||||
return new Result<PageData<ScheduleJobLogDTO>>().ok(page);
|
||||
}
|
||||
|
||||
@GetMapping("{id}")
|
||||
@ApiOperation("信息")
|
||||
@RequiresPermissions("sys:schedule:log")
|
||||
public Result<ScheduleJobLogDTO> info(@PathVariable("id") Long id){
|
||||
ScheduleJobLogDTO log = scheduleJobLogService.get(id);
|
||||
|
||||
return new Result<ScheduleJobLogDTO>().ok(log);
|
||||
}
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
/**
|
||||
* Copyright (c) 2018 人人开源 All rights reserved.
|
||||
*
|
||||
* https://www.renren.io
|
||||
*
|
||||
* 版权所有,侵权必究!
|
||||
*/
|
||||
|
||||
package io.renren.modules.job.dao;
|
||||
|
||||
import io.renren.common.dao.BaseDao;
|
||||
import io.renren.modules.job.entity.ScheduleJobEntity;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* 定时任务
|
||||
*
|
||||
* @author Mark sunlightcs@gmail.com
|
||||
*/
|
||||
@Mapper
|
||||
public interface ScheduleJobDao extends BaseDao<ScheduleJobEntity> {
|
||||
|
||||
/**
|
||||
* 批量更新状态
|
||||
*/
|
||||
int updateBatch(Map<String, Object> map);
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
/**
|
||||
* Copyright (c) 2018 人人开源 All rights reserved.
|
||||
*
|
||||
* https://www.renren.io
|
||||
*
|
||||
* 版权所有,侵权必究!
|
||||
*/
|
||||
|
||||
package io.renren.modules.job.dao;
|
||||
|
||||
import io.renren.common.dao.BaseDao;
|
||||
import io.renren.modules.job.entity.ScheduleJobLogEntity;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
/**
|
||||
* 定时任务日志
|
||||
*
|
||||
* @author Mark sunlightcs@gmail.com
|
||||
*/
|
||||
@Mapper
|
||||
public interface ScheduleJobLogDao extends BaseDao<ScheduleJobLogEntity> {
|
||||
|
||||
}
|
@ -0,0 +1,64 @@
|
||||
/**
|
||||
* Copyright (c) 2018 人人开源 All rights reserved.
|
||||
*
|
||||
* https://www.renren.io
|
||||
*
|
||||
* 版权所有,侵权必究!
|
||||
*/
|
||||
|
||||
package io.renren.modules.job.dto;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import io.renren.common.validator.group.AddGroup;
|
||||
import io.renren.common.validator.group.DefaultGroup;
|
||||
import io.renren.common.validator.group.UpdateGroup;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
import org.hibernate.validator.constraints.Range;
|
||||
|
||||
import javax.validation.constraints.NotBlank;
|
||||
import javax.validation.constraints.NotNull;
|
||||
import javax.validation.constraints.Null;
|
||||
import java.io.Serializable;
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* 定时任务
|
||||
*
|
||||
* @author Mark sunlightcs@gmail.com
|
||||
* @since 1.0.0
|
||||
*/
|
||||
@Data
|
||||
@ApiModel(value = "定时任务")
|
||||
public class ScheduleJobDTO implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@ApiModelProperty(value = "id")
|
||||
@Null(message="{id.null}", groups = AddGroup.class)
|
||||
@NotNull(message="{id.require}", groups = UpdateGroup.class)
|
||||
private Long id;
|
||||
|
||||
@ApiModelProperty(value = "spring bean名称")
|
||||
@NotBlank(message = "{schedule.bean.require}", groups = DefaultGroup.class)
|
||||
private String beanName;
|
||||
|
||||
@ApiModelProperty(value = "参数")
|
||||
private String params;
|
||||
|
||||
@ApiModelProperty(value = "cron表达式")
|
||||
@NotBlank(message = "{schedule.cron.require}", groups = DefaultGroup.class)
|
||||
private String cronExpression;
|
||||
|
||||
@ApiModelProperty(value = "任务状态 0:暂停 1:正常")
|
||||
@Range(min=0, max=1, message = "{schedule.status.range}", groups = DefaultGroup.class)
|
||||
private Integer status;
|
||||
|
||||
@ApiModelProperty(value = "备注")
|
||||
private String remark;
|
||||
|
||||
@ApiModelProperty(value = "创建时间")
|
||||
@JsonProperty(access = JsonProperty.Access.READ_ONLY)
|
||||
private Date createDate;
|
||||
|
||||
}
|
@ -0,0 +1,53 @@
|
||||
/**
|
||||
* Copyright (c) 2018 人人开源 All rights reserved.
|
||||
*
|
||||
* https://www.renren.io
|
||||
*
|
||||
* 版权所有,侵权必究!
|
||||
*/
|
||||
|
||||
package io.renren.modules.job.dto;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* 定时任务日志
|
||||
*
|
||||
* @author Mark sunlightcs@gmail.com
|
||||
* @since 1.0.0
|
||||
*/
|
||||
@Data
|
||||
@ApiModel(value = "定时任务日志")
|
||||
public class ScheduleJobLogDTO implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@ApiModelProperty(value = "id")
|
||||
private Long id;
|
||||
|
||||
@ApiModelProperty(value = "任务id")
|
||||
private Long jobId;
|
||||
|
||||
@ApiModelProperty(value = "spring bean名称")
|
||||
private String beanName;
|
||||
|
||||
@ApiModelProperty(value = "参数")
|
||||
private String params;
|
||||
|
||||
@ApiModelProperty(value = "任务状态 0:失败 1:成功")
|
||||
private Integer status;
|
||||
|
||||
@ApiModelProperty(value = "失败信息")
|
||||
private String error;
|
||||
|
||||
@ApiModelProperty(value = "耗时(单位:毫秒)")
|
||||
private Integer times;
|
||||
|
||||
@ApiModelProperty(value = "创建时间")
|
||||
private Date createDate;
|
||||
|
||||
}
|
@ -0,0 +1,61 @@
|
||||
/**
|
||||
* Copyright (c) 2018 人人开源 All rights reserved.
|
||||
*
|
||||
* https://www.renren.io
|
||||
*
|
||||
* 版权所有,侵权必究!
|
||||
*/
|
||||
|
||||
package io.renren.modules.job.entity;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.FieldFill;
|
||||
import com.baomidou.mybatisplus.annotation.TableField;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import io.renren.common.entity.BaseEntity;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* 定时任务
|
||||
*
|
||||
* @author Mark sunlightcs@gmail.com
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper=false)
|
||||
@TableName("schedule_job")
|
||||
public class ScheduleJobEntity extends BaseEntity {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* spring bean名称
|
||||
*/
|
||||
private String beanName;
|
||||
/**
|
||||
* 参数
|
||||
*/
|
||||
private String params;
|
||||
/**
|
||||
* cron表达式
|
||||
*/
|
||||
private String cronExpression;
|
||||
/**
|
||||
* 任务状态 0:暂停 1:正常
|
||||
*/
|
||||
private Integer status;
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
private String remark;
|
||||
/**
|
||||
* 更新者
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT_UPDATE)
|
||||
private Long updater;
|
||||
/**
|
||||
* 更新时间
|
||||
*/
|
||||
@TableField(fill = FieldFill.INSERT_UPDATE)
|
||||
private Date updateDate;
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user