- 1 Create a mysql database with the name cellulant.
- 2.Create a user root with password root to the database cellulant. This can also be configured under /main/resources/application.properties when running from an IDE
To run the application from an IDE import the project and build with maven dependencies Locate
- company.wsdl.FetchDepartments; and add @XmlRootElement(name = "fetchDepartments")
- company.wsdl.FetchStaff and add @XmlRootElement(name = "fetchStaff")
Then run the application
A jar file is also available run using java -jar interview-v1.0.2.jar