We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
First of all, thank you for your slide on DDD>
I found your slide at https://speakerdeck.com/mploed/ddd-strategic-design-with-spring-boot-examples
I just tried to follow step by step on your README and encountered an error while building customer application.
[ERROR] Error while parsing schema(s).Location []. com.sun.istack.SAXParseException2; IOException thrown when processing "https://mploed-customer.cfapps.io/ws/customers.wsdl". Exception: java.io.FileNotFoundException: https://mploed-customer.cfapps.io/ws/customers.wsdl.
it looks like the file is no longer there.
Is there a way to fix this?
The text was updated successfully, but these errors were encountered:
Change https://github.com/mploed/ddd-strategic-design-spring-boot/blob/master/credit-application/pom.xml#L92 to http://localhost:9091/ws/customers.wsdl Its mentioned in README but there is a typo.
Sorry, something went wrong.
thank you @firefoxNX !
No branches or pull requests
Hello,
First of all, thank you for your slide on DDD>
I found your slide at https://speakerdeck.com/mploed/ddd-strategic-design-with-spring-boot-examples
I just tried to follow step by step on your README and encountered an error while building customer application.
it looks like the file is no longer there.
Is there a way to fix this?
The text was updated successfully, but these errors were encountered: