🎉 优化系统架构.

This commit is contained in:
lijiahangmax
2025-06-25 18:57:05 +08:00
parent f1ade56e13
commit cec7e21d5a
22 changed files with 667 additions and 118 deletions

View File

@@ -24,6 +24,11 @@ spring:
server:
enabled: false
guacd:
host: ${GUACD_HOST:127.0.0.1}
port: ${GUACD_PORT:4822}
drive-path: ${GUACD_DRIVE_PATH:/home/guacd}
management:
endpoints:
enabled-by-default: false
@@ -33,7 +38,7 @@ management:
mybatis-plus:
configuration:
# sql 日志打印
# 日志打印
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
no:

View File

@@ -41,6 +41,11 @@ spring:
server:
enabled: true
guacd:
host: ${GUACD_HOST:127.0.0.1}
port: ${GUACD_PORT:4822}
drive-path: ${GUACD_DRIVE_PATH:/usr/share/guacd/drive}
management:
endpoints:
enabled-by-default: true

View File

@@ -196,6 +196,12 @@ orion:
asset:
group: "asset - 资产模块"
path: "asset"
exec:
group: "exec - 执行模块"
path: "exec"
terminal:
group: "terminal - 终端模块"
path: "terminal"
logging:
# 全局日志打印
printer:
@@ -208,6 +214,7 @@ orion:
field:
ignore:
- password,beforePassword,newPassword,useNewPassword,publicKey,privateKey,privateKeyPassword
- accessKey,secretKey
- metrics
desensitize:
storage:

View File

@@ -39,9 +39,9 @@ import java.util.function.Function;
*/
public class ReplaceVersion {
private static final String TARGET_VERSION = "2.3.8";
private static final String TARGET_VERSION = "2.3.9";
private static final String REPLACE_VERSION = "2.3.9";
private static final String REPLACE_VERSION = "2.4.0";
private static final String PATH = new File("").getAbsolutePath();
@@ -50,6 +50,7 @@ public class ReplaceVersion {
"docker/adminer/build.sh",
"docker/mysql/build.sh",
"docker/redis/build.sh",
"docker/guacd/build.sh",
"docker/service/build.sh",
"docker/ui/build.sh",
"docker-compose.yml",