start-all.sh 705 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. cd service-activity
  2. npm run start
  3. cd ..
  4. cd service-cms
  5. npm run start
  6. cd ..
  7. cd service-code
  8. npm run start
  9. cd ..
  10. cd service-contribution
  11. npm run start
  12. cd ..
  13. cd service-files
  14. npm run start
  15. cd ..
  16. cd service-gateway
  17. npm run start
  18. cd ..
  19. cd service-goods
  20. npm run start
  21. cd ..
  22. cd service-import-export
  23. npm run start
  24. cd ..
  25. cd service-journal
  26. npm run start
  27. cd ..
  28. cd service-log
  29. npm run start
  30. cd ..
  31. cd service-login
  32. npm run start
  33. cd ..
  34. cd service-market
  35. npm run start
  36. cd ..
  37. cd service-media
  38. npm run start
  39. cd ..
  40. cd service-naf
  41. npm run start
  42. cd ..
  43. cd service-org
  44. npm run start
  45. cd ..
  46. cd service-reader
  47. npm run start
  48. cd ..
  49. cd service-user
  50. npm run start
  51. cd ..
  52. cd service-vip
  53. npm run start
  54. cd ..
  55. cd service-wx
  56. npm run start