Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
312 views
in Technique[技术] by (71.8m points)

How to import local project into JBPM business central instead of using GIT

How to import local project into JBPM business central instead of using GIT. Getting exception when providing local business-application-kjar path.

question from:https://stackoverflow.com/questions/65879753/how-to-import-local-project-into-jbpm-business-central-instead-of-using-git

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
  • go to the project directory and execute below git commands
    • git init .
    • git add .
    • git commit -m "commit message"
  • copy the project directory location and go to business central and click on import project and paste the copied directory location into the repository url and click on import.

make sure you execute all the git command inside the project directory and the copied location should be inside the project directory.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...