Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 315 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 315 Bytes

debug in IDEA

create a node attach script,and run before npm/yarn script(start:debug)

image

directory

  • src/business-mo business-modules
  • src/common-mo,common modules,general global
  • src/dto database-entities
  • src/domain domain-bean
  • src/utils
  • src/middleware