application.yml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # ===================================================================
  2. # 开发工具时时默认的配置
  3. #
  4. # 所有相对路径以本项目根目录为准
  5. # ===================================================================
  6. generator:
  7. process:
  8. default: laravel,laravel-doc,postman
  9. laravel-auto-test: laravel-auto-test
  10. client: nodejs-client
  11. env: dev
  12. api-prefix: stub-api
  13. template-path: ./resources/generator
  14. test-host: http://localhost
  15. writers:
  16. postman:
  17. path: .
  18. testcases:
  19. path: ./resources/generator/testcases
  20. laravel:
  21. path: .
  22. bo-suffix: BO
  23. bo-folder: BOs
  24. dto-suffix: DTO
  25. dto-folder: DTOs
  26. service-suffix: Service
  27. service-folder: Services
  28. laravel-doc:
  29. path: .
  30. http-prefix: stub-docs
  31. laravel-auto-test:
  32. path: .
  33. force-replace: false
  34. testcases-path: ./resources/generator/testcases
  35. nodejs-client:
  36. output: ./resources/js/apis
  37. spring:
  38. profiles:
  39. active: prod
  40. thymeleaf:
  41. mode: TEXT
  42. suffix: .stub
  43. encoding: UTF-8
  44. prefix: classpath:/stubs/