29 lines
646 B
Markdown
29 lines
646 B
Markdown
Spring Integration - JDBC Sample
|
|
================================
|
|
|
|
# Overview
|
|
|
|
This sample provides example of how the Jdbc Adapters can be used.
|
|
|
|
# Getting Started
|
|
|
|
You can run the application by either
|
|
|
|
* running the "Main" class from within STS (Right-click on Main class --> Run As --> Java Application)
|
|
* or from the command line:
|
|
- mvn package
|
|
- mvn exec:java
|
|
|
|
Currently one example exists. On the command prompt you can enter the following valid values and get a response back:
|
|
|
|
* 'a'
|
|
* 'b'
|
|
* 'foo'
|
|
|
|
# Resources
|
|
|
|
For help please take a look at the Spring Integration documentation:
|
|
|
|
http://www.springsource.org/spring-integration
|
|
|