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
976 views
in Technique[技术] by (71.8m points)

adding node.js application as a dependency to a java maven project

is there anyway to append node.js application to java maven project as a dependency and to run it from inside the java maven project?

I know I can add it as a module inside the java project and run it via ProcessBuilder but I got a requirement:1. this module will be built out of the java maven project and will be added to the java maven project as a dependency (with all the required node modules etc compiled inside ) 2. this module will be executed from the java maven project , is there any way to do that ?

Thanks.


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

1 Answer

0 votes
by (71.8m points)
等待大神答复

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

...