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.5KB

4 kuukautta sitten
3 kuukautta sitten
4 kuukautta sitten
3 kuukautta sitten
4 kuukautta sitten
3 kuukautta sitten
4 kuukautta sitten
3 kuukautta sitten
4 kuukautta sitten
3 kuukautta sitten
4 kuukautta sitten
3 kuukautta sitten
4 kuukautta sitten
1 kuukausi sitten
4 kuukautta sitten
3 kuukautta sitten
4 kuukautta sitten
1 kuukausi sitten
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. include 'zhywpt-app-bdw'
  48. //发行售后定时器
  49. include 'zhywpt-dps-iasq' //port:9091
  50. //结算定时器
  51. include 'zhywpt-dps-settq' //port:9092
  52. //黑名单
  53. //include 'zhywpt-dps-blq' //port:9093
  54. //数据迁移
  55. include 'zhywpt-dps-dmq' //port:9094
  56. include 'zhywpt-dps-bdsq'