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.

settings.gradle 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. rootProject.name = 'zhywpt-issuer'
  2. include 'gly-app-samplerole'
  3. include 'gly-base-core'
  4. include 'gly-service-sample'
  5. include 'gly-dps-sample'
  6. include 'gly-app-samplew'
  7. //发行
  8. //include 'zhywpt-service-issues' //port:9071
  9. //售后
  10. //include 'zhywpt-service-ass' //port:9072
  11. //发行售后
  12. include 'zhywpt-service-ias' //port:9071
  13. //黑名单
  14. include 'zhywpt-service-bls' //port:9073
  15. //库存
  16. include 'zhywpt-service-invs' //port:9074
  17. //指令
  18. include 'zhywpt-service-inss' //port:9074
  19. //互联网服务接口
  20. include 'zhywpt-service-ats' //port:9075
  21. //消息
  22. //include 'zhywpt-service-msgs' //port:9075
  23. //老库读写
  24. include 'zhywpt-service-ods' //port:9076
  25. //老库查询
  26. //include 'zhywpt-service-oqs' //port:9076
  27. //老库写入
  28. //include 'zhywpt-service-ois' //port:9077
  29. //异地客服
  30. include 'zhywpt-service-rcs' //port:9079
  31. //发行售后后端
  32. include 'zhywpt-app-iaw' //port:9081
  33. //后台管理
  34. include 'zhywpt-app-managew' //port:9082
  35. //门户管理
  36. include 'zhywpt-app-userw' //port:9083
  37. //消息管理
  38. include 'zhywpt-app-msgw' //port:9084
  39. //库存
  40. include 'zhywpt-app-invw' //port:9085
  41. //结算
  42. include 'zhywpt-app-settlew' //port:9086
  43. //结算
  44. include 'zhywpt-app-ifmw' //port:9087
  45. //透传转发
  46. include 'zhywpt-app-forward' //port:9088
  47. //发行售后定时器
  48. include 'zhywpt-dps-iasq' //port:9091
  49. //结算定时器
  50. include 'zhywpt-dps-settq' //port:9092
  51. //黑名单
  52. //include 'zhywpt-dps-blq' //port:9093
  53. //数据迁移
  54. include 'zhywpt-dps-dmq' //port:9094