first commit

This commit is contained in:
2024-11-29 11:03:13 +08:00
commit fdef054baf
372 changed files with 24482 additions and 0 deletions

View File

@ -0,0 +1,39 @@
server:
port: 8085
servlet:
context-path: /zentao
spring:
profiles:
active: local
application:
name: oasystem
main:
allow-bean-definition-overriding: true
allow-circular-references: true #循环依赖
jackson:
time-zone: GMT+8
servlet:
multipart:
max-file-size: 1000MB
max-request-size: 1000MB
logging:
level:
com.example.classroomrealtimefeedback.mapper: debug
mybatis:
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
file:
path:
windows: D:\files
linux: /files