【添加】添加防作弊操作/修改虚拟界面图标

This commit is contained in:
陆光LG
2025-11-27 12:06:22 +08:00
parent 7472f1fdd7
commit 2694977052
98 changed files with 3673 additions and 655 deletions

View File

@@ -1,6 +1,6 @@
spring.datasource.url=jdbc:mysql://rm-bp1a44uap1mm20980mo.mysql.rds.aliyuncs.com:3306/pc-exam?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true
spring.datasource.username=pc_exam
spring.datasource.password=Pcexam123
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/pc-exam?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true
spring.datasource.username=exam_student
spring.datasource.password=QASDasd_1_3_#_!_P@ssw0rd!
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
server.port=48082
@@ -11,6 +11,23 @@ spring.main.banner-mode=off
mybatis-plus.configuration.map-underscore-to-camel-case=true
mybatis-plus.mapper-locations=classpath*:/mapper/**/*.xml
mybatis-plus.type-aliases-package=com.example.exam.exam.dal
# --- ???????? ---
# ?????????????????????????????????????
# ????????20-50 ???????????
spring.datasource.hikari.maximum-pool-size=20
# ???????????? maximum-pool-size ??????????????/?????
spring.datasource.hikari.minimum-idle=1
# ??????????????????????????????????
# ???????????????????????????????
spring.datasource.hikari.max-lifetime=600000
# ???????????????????????????????? > minimum-idle???????
spring.datasource.hikari.idle-timeout=300000
# ???? Hibernate ????????? Dialect ??
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect
spring.security.user.name=exam