first commit
This commit is contained in:
39
src/main/resources/application.yml
Normal file
39
src/main/resources/application.yml
Normal 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
|
Reference in New Issue
Block a user