You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
899 B
49 lines
899 B
server:
|
|
port: 8888
|
|
|
|
spring:
|
|
application:
|
|
name: RollCallSystem
|
|
profiles:
|
|
active: dev
|
|
main:
|
|
allow-circular-references: true
|
|
autoconfigure:
|
|
exclude: org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration
|
|
jackson:
|
|
date-format: yyyy-MM-dd HH:mm:ss
|
|
time-zone: GMT+8
|
|
|
|
|
|
mybatis:
|
|
#mapper配置文件
|
|
mapper-locations: classpath:mapper/*.xml
|
|
configuration:
|
|
map-underscore-to-camel-case: true
|
|
|
|
logging:
|
|
level:
|
|
com:
|
|
wbq:
|
|
mapper: debug
|
|
service: info
|
|
controller: info
|
|
wbq:
|
|
jwt:
|
|
admin-secret-key: bugaoshuni
|
|
admin-token-name: admin_token
|
|
admin-ttl: 7200000
|
|
|
|
student-secret-key: yebugaoshuni
|
|
student-token-name: student_token
|
|
student-ttl: 7200000
|
|
|
|
qq:
|
|
email-count: 2108095381@qq.com
|
|
email-authorization-code: alwlqedbpbpfdgfc
|
|
|
|
knife4j:
|
|
enable: true
|
|
base-path: /doc
|
|
|