我创建了一个Angular 2前端Application.and创建了一个连接到DB的Java Rest WS后端应用程序.
Angular 2 App的My Folder结构如下 –
Angular2App
confg
dist
e2e
node_modules
public
src
app
favicon.ico
index.html
main.ts
system-config.ts
tsconfig.json
typings.d.ts
tmp
typings
.editorconfig
.gitignore
angular-cli.json
angular-cli-build.js
package.json
README.md
tslint.json
typings.json
我的Java Maven Web应用程序结构如下 –
JerseyWebApp
src
main
java
Custom Package
java classes
resources
webapp
WEB-INF
web.xml
index.html
pom.xml
我想知道如何将这两个应用程序集成到一个只生成一个war文件的应用程序中.
解决方法:
这是我做的: –
>安装Nodejs v6.9
>为Angular CLI运行npm