8458e64aab474c0fc2f49ae4ff22fb11ce5cf6e2..3dfe99a609b364d84d6a8ee46768345923318ad9
2026-05-11 “djh”
修改
3dfe99 diff | tree
2026-05-11 “djh”
修改
eb540a diff | tree
2026-05-11 “djh”
修改题目标题字数
06e684 diff | tree
2 files modified
6 ■■■■ changed files
exam-admin/src/main/resources/application-dev.yml 4 ●●●● patch | view | raw | blame | history
exam-system/src/main/java/com/gkhy/exam/system/domain/ExQuestion.java 2 ●●● patch | view | raw | blame | history
exam-admin/src/main/resources/application-dev.yml
@@ -5,7 +5,7 @@
    druid:
      # 主库数据源
      master:
        url: jdbc:mysql://192.168.2.16:7006/train_exam?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&serverTimezone=Asia/Shanghai&useSSL=false&allowPublicKeyRetrieval=true&allowMultiQueries=true
        url: jdbc:mysql://192.168.2.90:7006/train_exam?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&serverTimezone=Asia/Shanghai&useSSL=false&allowPublicKeyRetrieval=true&allowMultiQueries=true
        username: root
        password: 2farwL3yPXfbH2AP
      # 从库数据源
@@ -41,7 +41,7 @@
        login-password: druid
  #redis 配置
  redis:
    database: 0
    database: 13
    host: 127.0.0.1
    port: 6379
    password:
exam-system/src/main/java/com/gkhy/exam/system/domain/ExQuestion.java
@@ -63,7 +63,7 @@
    private String answer;
    @NotBlank(message = "题目标题不能为空")
    @Length(min=1,max=300,message = "题目标题不能超过{max}字符")
    @Length(min=1,max=2000,message = "题目标题不能超过{max}字符")
    @ApiModelProperty(value = "题目标题",required = true)
    @TableField("title")
    private String title;