清理
This commit is contained in:
73
ems-backend/target/classes/application.properties
Normal file
73
ems-backend/target/classes/application.properties
Normal file
@@ -0,0 +1,73 @@
|
||||
spring.application.name=ems-backend
|
||||
|
||||
# ===================================================================
|
||||
# 移除数据库相关配置,使用JSON文件存储
|
||||
# ===================================================================
|
||||
|
||||
file.upload-dir=./uploads
|
||||
# A secure key for signing JWT tokens.
|
||||
# This should be a long, random, Base64-encoded string.
|
||||
# For production, this should be stored securely (e.g., as an environment variable).
|
||||
token.signing.key=${TOKEN_SIGNING_KEY:dev-change-me}
|
||||
|
||||
# ===================================================================
|
||||
# c. Volcano Engine AI Service Configuration
|
||||
# ===================================================================
|
||||
volcano.api.url=https://ark.cn-beijing.volces.com/api/v3/chat/completions
|
||||
volcano.api.key=${VOLCANO_API_KEY:}
|
||||
volcano.model.name=deepseek-v3-250324
|
||||
|
||||
# ===================================================================
|
||||
# d. Spring AOP Configuration
|
||||
# ===================================================================
|
||||
# Force the use of CGLIB proxies for AOP
|
||||
spring.aop.proxy-target-class=true
|
||||
|
||||
# ===================================================================
|
||||
# e. Application Base URL
|
||||
# ===================================================================
|
||||
# This URL is used to construct absolute URLs for resources like uploaded files.
|
||||
# It should be the public-facing base URL of the application.
|
||||
app.base.url=${APP_BASE_URL:http://localhost:5173}
|
||||
|
||||
# ===================================================================
|
||||
# Mail Configuration for 163 SMTP
|
||||
# ===================================================================
|
||||
spring.mail.host=smtp.163.com
|
||||
spring.mail.port=465
|
||||
spring.mail.username=${SPRING_MAIL_USERNAME:}
|
||||
spring.mail.password=${SPRING_MAIL_PASSWORD:}
|
||||
spring.mail.properties.mail.smtp.auth=true
|
||||
spring.mail.properties.mail.smtp.ssl.enable=true
|
||||
spring.mail.properties.mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
|
||||
spring.mail.properties.mail.smtp.socketFactory.fallback=false
|
||||
spring.mail.properties.mail.smtp.socketFactory.port=465
|
||||
spring.mail.properties.mail.transport.protocol=smtp
|
||||
spring.mail.properties.mail.debug=true
|
||||
|
||||
# ===================================================================
|
||||
# Server Configuration
|
||||
# ===================================================================
|
||||
server.port=8080
|
||||
|
||||
# ===================================================================
|
||||
# Logging Configuration
|
||||
# ===================================================================
|
||||
logging.level.root=INFO
|
||||
logging.level.com.dne.ems=DEBUG
|
||||
logging.level.org.springframework.web=INFO
|
||||
logging.level.org.hibernate=WARN
|
||||
|
||||
# ===================================================================
|
||||
# JWT Configuration
|
||||
# ===================================================================
|
||||
jwt.secret=${JWT_SECRET:dev-change-me}
|
||||
jwt.expiration=86400000
|
||||
|
||||
# ===================================================================
|
||||
# Spring Task Configuration
|
||||
# ===================================================================
|
||||
spring.task.execution.pool.core-size=5
|
||||
spring.task.execution.pool.max-size=10
|
||||
spring.task.execution.pool.queue-capacity=25
|
||||
spring.task.execution.thread-name-prefix=ems-async-
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
ems-backend/target/classes/com/dne/ems/dto/AssigneeInfoDTO.class
Normal file
BIN
ems-backend/target/classes/com/dne/ems/dto/AssigneeInfoDTO.class
Normal file
Binary file not shown.
BIN
ems-backend/target/classes/com/dne/ems/dto/AttachmentDTO.class
Normal file
BIN
ems-backend/target/classes/com/dne/ems/dto/AttachmentDTO.class
Normal file
Binary file not shown.
BIN
ems-backend/target/classes/com/dne/ems/dto/CityBlueprint.class
Normal file
BIN
ems-backend/target/classes/com/dne/ems/dto/CityBlueprint.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
ems-backend/target/classes/com/dne/ems/dto/FeedbackDTO.class
Normal file
BIN
ems-backend/target/classes/com/dne/ems/dto/FeedbackDTO.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
ems-backend/target/classes/com/dne/ems/dto/GridCoverageDTO.class
Normal file
BIN
ems-backend/target/classes/com/dne/ems/dto/GridCoverageDTO.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
ems-backend/target/classes/com/dne/ems/dto/HeatmapPointDTO.class
Normal file
BIN
ems-backend/target/classes/com/dne/ems/dto/HeatmapPointDTO.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
ems-backend/target/classes/com/dne/ems/dto/LoginRequest.class
Normal file
BIN
ems-backend/target/classes/com/dne/ems/dto/LoginRequest.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
ems-backend/target/classes/com/dne/ems/dto/OperationLogDTO.class
Normal file
BIN
ems-backend/target/classes/com/dne/ems/dto/OperationLogDTO.class
Normal file
Binary file not shown.
BIN
ems-backend/target/classes/com/dne/ems/dto/PageDTO.class
Normal file
BIN
ems-backend/target/classes/com/dne/ems/dto/PageDTO.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
ems-backend/target/classes/com/dne/ems/dto/Point.class
Normal file
BIN
ems-backend/target/classes/com/dne/ems/dto/Point.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
ems-backend/target/classes/com/dne/ems/dto/SignUpRequest.class
Normal file
BIN
ems-backend/target/classes/com/dne/ems/dto/SignUpRequest.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
ems-backend/target/classes/com/dne/ems/dto/TaskDTO.class
Normal file
BIN
ems-backend/target/classes/com/dne/ems/dto/TaskDTO.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
ems-backend/target/classes/com/dne/ems/dto/TaskDetailDTO.class
Normal file
BIN
ems-backend/target/classes/com/dne/ems/dto/TaskDetailDTO.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
ems-backend/target/classes/com/dne/ems/dto/TaskHistoryDTO.class
Normal file
BIN
ems-backend/target/classes/com/dne/ems/dto/TaskHistoryDTO.class
Normal file
Binary file not shown.
BIN
ems-backend/target/classes/com/dne/ems/dto/TaskInfoDTO.class
Normal file
BIN
ems-backend/target/classes/com/dne/ems/dto/TaskInfoDTO.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
ems-backend/target/classes/com/dne/ems/dto/TaskStatsDTO.class
Normal file
BIN
ems-backend/target/classes/com/dne/ems/dto/TaskStatsDTO.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
ems-backend/target/classes/com/dne/ems/dto/TaskSummaryDTO.class
Normal file
BIN
ems-backend/target/classes/com/dne/ems/dto/TaskSummaryDTO.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
ems-backend/target/classes/com/dne/ems/dto/UserInfoDTO.class
Normal file
BIN
ems-backend/target/classes/com/dne/ems/dto/UserInfoDTO.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
ems-backend/target/classes/com/dne/ems/dto/UserSummaryDTO.class
Normal file
BIN
ems-backend/target/classes/com/dne/ems/dto/UserSummaryDTO.class
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user