Angular 2与spring boot集成为单一战争

时间:2017-09-23 10:27:30

标签: node.js angular spring-boot angular-cli

在我使用angular js2 standalone的应用程序中。将角度js2构建集成到spring boot web app文件后,将其部署为单一战争。然后得到像enter image description here

这样的错误

我试过了两个参议员 1)添加npm intall和npm run build add作为maven exucution目标。 2)Angularjs通过使用命令手动构建,这些命令将副本构建到web app directry然后构建war。 这些战争把inito我的本地主机然后得到这些js丢失的问题。 我是angular2的新手 我的工作环境 节点:v8.1.2 npm - :v5.0.3 anular:1.2

 "private": true,
  "dependencies": {
    "@agm/core": "^1.0.0-beta.0",
    "@angular/common": "^2.4.0",
    "@angular/compiler": "^2.4.0",
    "@angular/core": "^2.4.0",
    "@angular/forms": "^2.4.0",
    "@angular/http": "^2.4.0",
    "@angular/platform-browser": "^2.4.0",
    "@angular/platform-browser-dynamic": "^2.4.0",
    "@angular/router": "^3.4.0",
    "angular2-cookie": "^1.2.6",
    "animate.css": "^3.5.2",
    "arrive": "^2.3.1",
    "bootstrap": "^3.3.5",
    "bootstrap-notify": "^3.1.3",
    "bootstrap-select": "^1.12.2",
    "bootstrap-tagsinput": "^0.7.1",
    "chartist": "^0.9.4",
    "chartist-plugin-zoom": "^0.4.0",
    "chartjs-plugin-zoom": "^0.5.0",
    "core-js": "^2.4.1",
    "datatables": "1.10.12",
    "datatables.net-bs": "1.10.12",
    "datatables.net-responsive": "^2.1.1",
    "domready": "^1.0.8",
    "eonasdan-bootstrap-datetimepicker": "4.17.47",
    "fullcalendar": "^3.4.0",
    "googleapis": "^19.0.0",
    "jasny-bootstrap": "^3.1.3",
    "jquery": "^1.12.4",
    "lodash": "^4.17.4",
    "ng2-cookies": "^1.0.12",
    "ng2-datepicker": "^1.8.3",
    "ng2-daterangepicker": "^2.0.7",
    "nouislider": "^9.2.0",
    "pretty-error": "^2.1.1",
    "rxjs": "^5.1.0",
    "twitter-bootstrap-wizard": "^1.2.0",
    "validate": "^3.0.1",
    "web-animations-js": "^2.2.2",
    "zone.js": "^0.7.6"
  },
  "devDependencies": {
    "@angular/cli": "1.1.3",
    "@angular/compiler-cli": "^2.4.0",
    "@types/bootstrap": "^3.3.32",
    "@types/chartist": "^0.9.34",
    "@types/jasmine": "2.5.38",
    "@types/jquery": "^1.10.33",
    "@types/node": "^6.0.73",
    "codelyzer": "~2.0.0",
    "jasmine-core": "~2.5.2",
    "jasmine-spec-reporter": "~3.2.0",
    "karma": "~1.4.1",
    "karma-chrome-launcher": "~2.0.0",
    "karma-cli": "~1.0.1",
    "karma-coverage-istanbul-reporter": "^0.2.0",
    "karma-jasmine": "~1.1.0",
    "karma-jasmine-html-reporter": "^0.2.2",
    "protractor": "~5.1.0",
    "ts-node": "~2.0.0",
    "tslint": "~4.5.0",
    "typescript": "~2.0.0",
    "webpack": "^3.0.0"
  },
  "description": "This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.0-rc.2.",
  "bugs": {
    "url": "https://github.com/creativetimofficial/material-dashboard-pro-angular/issues"
  },
  "homepage": "https://github.com/creativetimofficial/material-dashboard-pro-angular#readme",
  "main": "karma.conf.js",
  "keywords": [],
  "author": ""
}

1 个答案:

答案 0 :(得分:0)

确保使用与您要嵌入的应用程序相同的目标成功完成了角度构建。假设您的spring boot应用程序将在

中运行
  

localhost:8080

角度目标应该相同。否则,当您与Spring集成时,它将失败。