application.yml 383 B

12345678910111213141516171819
  1. server:
  2. # 测试环境
  3. port: 8000
  4. # 生产环境
  5. # port: 18000
  6. spring:
  7. application:
  8. name: fujisu-ocr-server
  9. profiles:
  10. active: dev
  11. # active: test
  12. # active: prod
  13. servlet:
  14. multipart:
  15. max-file-size: 50MB
  16. max-request-size: 50MB
  17. mybatis-plus:
  18. mapper-locations: classpath*:/mapper/*Mapper.xml
  19. typeAliasesPackage: com.pavis.ai.app.fjsocrasy.model