mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-02-08 09:51:56 +08:00
Compare commits
4 Commits
49c8a39278
...
81215fad9c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
81215fad9c | ||
|
|
a6bcebb62b | ||
|
|
1cb262daa3 | ||
|
|
84724cf472 |
@@ -29,7 +29,7 @@ http {
|
||||
}
|
||||
|
||||
# 避免actuator暴露
|
||||
if ($request_uri ~ "/actuator") {
|
||||
if ($uri ~ "/actuator") {
|
||||
return 403;
|
||||
}
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ 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;
|
||||
|
||||
SET NAMES utf8mb4;
|
||||
-- ----------------------------
|
||||
-- 1、存储每一个已配置的 jobDetail 的详细信息
|
||||
-- ----------------------------
|
||||
|
||||
Reference in New Issue
Block a user