Use IDEA to build WebService service

Create a new WebService project

insert image description here
insert image description here

Directory Structure

insert image description here

configure tomcat

insert image description here
Visit http://localhost:8080/test_webservice/

insert image description here
Indicates that the project started successfully

generate

insert image description here

Note that you need to modify the access ip configured by tomcat here
insert image description here

Modified http://localhost:8080/test_webservice/services/HelloWorld

insert image description here

Click OK to generate
insert image description here

Add the necessary jar packages

insert image description here

insert image description here
set it up

insert image description here

insert image description here

Visit http://localhost:8080/test_webservice/services

insert image description here

Guess you like

Origin blog.csdn.net/qq_41604890/article/details/125797996