application.yml 381 B

123456789101112131415161718
  1. spring:
  2. profiles:
  3. active: dev
  4. servlet:
  5. multipart:
  6. max-file-size: 100MB
  7. max-request-size: 100MB
  8. cache:
  9. ehcache:
  10. config: classpath:config/ehcache.xml
  11. logging:
  12. config: classpath:config/logback-spring.xml
  13. #mybatis plus
  14. #mybatis-plus:
  15. # configuration:
  16. #关键部分。用来显示sql
  17. # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl