This commit is contained in:
ChuXun
2026-01-29 06:13:01 +08:00
parent d9ef8b1123
commit d009899565
11 changed files with 50 additions and 83 deletions

5
.env.example Normal file
View File

@@ -0,0 +1,5 @@
SPRING_DATASOURCE_URL=jdbc:mysql://localhost:3306/gpa_system?useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true
SPRING_DATASOURCE_USERNAME=root
SPRING_DATASOURCE_PASSWORD=root
SERVER_PORT=8080
JAVA_OPTS=