https://github.com/vanioinformatika/spring-boot-integration-example
SpringBoot integration example
https://github.com/vanioinformatika/spring-boot-integration-example
Last synced: 3 months ago
JSON representation
SpringBoot integration example
- Host: GitHub
- URL: https://github.com/vanioinformatika/spring-boot-integration-example
- Owner: vanioinformatika
- License: mit
- Created: 2014-03-05T09:53:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-06T09:41:05.000Z (over 11 years ago)
- Last Synced: 2025-06-02T20:41:42.442Z (4 months ago)
- Language: Java
- Size: 238 KB
- Stars: 7
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Spring-integration project botstrapped with Spring-boot
=======================================================SpringBoot application with spring-integration example with an MTOM enabled webservice endpoint.
It can handle large (hundreds of MBs) attachments, so far it only works with a CXF backed JAX-WS client.
To try out:
-----------1. check out the project from GitHub
1. install JDK 1.7+ (Java7)
1. install Maven 3.0.3+
1. set JAVA_HOME environment variable to home of the installed JDK 1.7
1. go to the project directory and issue mvn clean spring-boot:run
1. open a browser and enter the following address: http://localhost:8080/contentStore.wsdl
1. use the WSDL to create a client of your preferenceNOTE: When running the example (other than the test) don't forget to set *-Dsaaj.use.mimepull=true*
---------------------------------------------------------------------------------------------------