学生端迁移仓库1020

This commit is contained in:
陆光LG
2025-10-20 15:08:37 +08:00
parent 3b81339012
commit 5b1d8750ba
2662 changed files with 342691 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" ?>
<jpackage-state version="17.0.15" platform="windows">
<app-version>1.0</app-version>
<main-launcher>judgement</main-launcher>
<signed>false</signed></jpackage-state>

View File

@@ -0,0 +1,17 @@
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.driver-class-name=com.mysql.cj.jdbc.Driver
server.port=48082
spring.main.banner-mode=off
# MyBatis-Plus ??????
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
spring.security.user.name=exam
spring.security.user.password=exam123

Some files were not shown because too many files have changed in this diff Show More