如何设置Endpoint地址肥皂Web服务?

时间:2019-07-14 05:34:59

标签: spring-boot kotlin

我正在用以下代码编写简单的肥皂网络服务:

import { Component } from '@angular/core';

@Component({
  selector: 'form-field-overview-example',
  templateUrl: 'form-field-overview-example.html',
  styleUrls: ['form-field-overview-example.css'],
})
export class FormFieldOverviewExample {
  model = {
    precioRegular: 0,
    descuento: 0,
  };
}

但是当在tomcat上部署该Web服务时,该端点地址不起作用。我该如何解决该问题?谢谢

0 个答案:

没有答案
相关问题