fix: 配置文件修改,取消验证码。

This commit is contained in:
tianyongbao
2025-12-22 23:26:10 +08:00
parent 46926c971c
commit 8e4846559a
2 changed files with 1 additions and 7 deletions

View File

@@ -5,12 +5,6 @@ FROM openjdk:17
LABEL maintainer="Intc"
# 安装字体库,解决验证码生成时的字体加载问题
RUN apt-get update && apt-get install -y \
fontconfig \
fonts-dejavu-core \
&& rm -rf /var/lib/apt/lists/*
RUN mkdir -p /intc/server/logs \
/intc/server/temp \
/intc/skywalking/agent

View File

@@ -22,7 +22,7 @@ server:
captcha:
# 是否启用验证码校验
enable: true
enable: false
# 验证码类型 math 数组计算 char 字符验证
type: MATH
# line 线段干扰 circle 圆圈干扰 shear 扭曲干扰